Connecting to Other Environments
If you need to connect to a non-production or VPC environment, follow the instructions below.
Prerequisites
- Non-Production or VPC Entitlement
- Install Integration Agent 3.1.0 or later.
- Enable an API Password for the User registering the Agent. (Must be a valid user in the target environment.)
Reconfigure Agent
-
Stop the Agent Service, if running:
- Go to Windows → Administrative Tools → Services.
- Right-click Actian Integration Agent and select Stop.
-
Modify the default value for agent.control-server in
application.properties
. Examples:agent.control-server=https://api.[environment name].actiandatacloud.com/v2
agent.control-server=https://im.server.yourcompany.com:443
-
Start/restart Agent. You can now register normally using the Agent Console (http://localhost:6001/home) or via Registration APIs. See Manual Agent Registration and Scriptable Agent Registration.