3. Installing : Agents : Agent Settings
 
Share this page                  
Agent Settings
DataCloud Account Management
The Agent installer adds an icon to your desktop to access the local Agent management page to set your DataCloud credentials.
Open the Agent Settings shortcut or go to http://localhost:9191/agent/settings in a browser on the computer running the Agent to access the Agent settings page.
Changing Ports
After installation, you can change the ports used by the local configuration page.
To change configuration ports
1. Log in to Windows as Administrator.
2. Open the following file using a text editor: C:\Program Files\Actian\Agent\Application\conf\server.xml
3. To change the HTTP Connection port, edit the port value in the following section:
<Connector port="9191" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
4. To change the HTTP Shutdown port, edit the port value in the following line:
<Server port="9192" shutdown="SHUTDOWN">
5. Save changes to the file.
6. Restart the Agent service. See Managing the Agent.
Concurrent Execution
By default, the Agent executes one job at a time, with additional jobs going into the job queue. You can change this setting for the Agent to allow up to 4 concurrent executions (one concurrent execution per integration).
Caution!  When the Agent operates in non-concurrent mode, jobs are executed in first-in-first-out (FIFO) order. If you allow concurrent executions, however, the jobs may not be executed in the order they were submitted. When designing your integrations, make sure you do not introduce dependencies that could lead to unexpected results if the jobs are executed out of order.
To change the concurrency setting
1. Log in to Windows as Administrator.
2. Open the following file using a text editor: C:\Program Files\Actian\Agent\Application\conf\Agent.properties
3. Edit the following line to change the maximum concurrent executions to a value between 1 and 4.
agent.concurrency = 1
4. Save changes to the file.
5. Restart the Agent service. See Managing the Agent.
Caution!  Use care when editing the Agent.properties file. The Agent uses this file to locate its execution engine and connect to the DataCloud. Inadvertent changes could cause the Agent to stop working.