Skip to main content
Version: 3.2

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

  1. Stop the Agent Service, if running:

    • Go to WindowsAdministrative ToolsServices.
    • Right-click Actian Integration Agent and select Stop.
  2. 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
  3. 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.