Start the OpenEdge Command Center agent
- Last Updated: September 4, 2025
- 2 minute read
- OpenEdge Command Center
- Version 2.0
- Documentation
This topic explains how to start the OpenEdge Command Center agent on the Windows platform and the UNIX or Linux platform. Before starting the agent, ensure that all the configurations are completed.
Start the OpenEdge Command Center agent on Windows
You can start the OpenEdge Command Center agent on Windows as a service or as a process based on your configuration during the installation.
Start the agent installed as a service
- Open the Task Manager on your system where the agent is installed as a service using an account with administrator privileges.
- To start the agent that is installed as a service, right-click on
ProgressOpenEdgeCommandCenterAgent2.0and click Start.
Start the agent installed as a process
- Open a command shell in the Run as Administrator mode.
- Navigate to the directory where the oeccagent.bat file is located.
- Type the following command and press
ENTER:
<directory_path> > oeccagent.bat startFor example:
C:\Progress\OECC\Agent > oeccagent.bat start. Where C:\Progress\OECC\Agent is the path where the oeccagent.bat file is located.Note: Do not use the Proenv environment command shell to start the OpenEdge Command Center agent. It can result in errors.
Start the OpenEdge Command Center agent on UNIX
Start the agent installed as a service
- Open the UNIX shell with Super User or
rootprivileges. - To start the agent that is installed as a service, type the following
command:
- On UNIX or Linux:
systemctl start ProgressOpenEdgeCommandCenterAgent2.0.service - On AIX
startsrc -e "OECC_AGENT=\"$OECC_AGENT\"" -s ProgressOECCAgent2.0
- On UNIX or Linux:
Start the agent installed as a process
- Open the UNIX shell with Super User or root privileges.
- Navigate to the directory where the OpenEdge Command Center agent is installed.
- Start the OpenEdge Command Center agent. For example:
./oeccagent start
oeccagent utility, seeOECCAGENT utility.