Xactly Connector > Xactly Connections > Configure proxy settings
  

Configure proxy settings

If your organization uses an outgoing proxy server to connect to the Internet, you can use the agent to connect to Informatica Intelligent Cloud Services through the proxy server.
You can configure the Secure Agent to use the proxy server on Windows and Linux. You can use the unauthenticated or authenticated proxy server.
To configure the proxy settings for the serverless runtime environment, see Runtime Environments in the Administrator help.

Configuring the Proxy Settings on Windows

To configure the proxy server settings for the Secure Agent on a Windows machine, you must configure the proxy server settings through the Secure Agent Manager and the JVM options of the Secure Agent.
Contact your network administrator for the correct proxy settings.
    1Click Start > All Programs > Informatica Cloud Secure Agent > Informatica Cloud Secure Agent to launch the Secure Agent Manager.
    The Secure Agent Manager displays the Secure Agent status.
    2Click Proxy in the Secure Agent Manager page.
    3Click Use a Proxy Server to enter proxy server settings.
    4Configure the following proxy server details:
    Field
    Description
    Proxy Host
    Required. Host name of the outgoing proxy server that the Secure Agent uses.
    Proxy Port
    Required. Port number of the outgoing proxy server.
    User Name
    User name to connect to the outgoing proxy server.
    Password
    Password to connect to the outgoing proxy server.
    5Click OK.
    6Log in to Informatica Intelligent Cloud Services.
    7Open Administrator and select Runtime Environments.
    8Select the Secure Agent for which you want to configure a proxy server.
    9On the upper-right corner of the page, click Edit.
    10In the System Configuration Details section, select the Type as DTM for the Data Integration Service.
    Note: You can configure only five JVMOption fields in the System Configuration Details section. To configure the remaining parameters, you must add the JVMOption fields in the Custom Configuration Details section. In the Custom Configuration Details section, select the Type as DTM for the Data Integration Service, add the JVMOption fields, and specify the remaining parameters and appropriate values for each parameter.
    11Click Save.
    The Secure Agent restarts to apply the settings.

Configuring the Proxy Settings on Linux

You can update the proxy server settings defined for the Secure Agent from the command line. To configure the proxy server settings for the Secure Agent on a Linux machine, you must use a shell command that updates the proxy.ini file and configure the JVM options of the Secure Agent.
Contact your network administrator for the correct proxy settings.
    1 Navigate to the following directory:
    <Secure Agent installation directory>/apps/agentcore
    2To update the proxy.ini file, enter the following command:
    consoleAgentManager.sh configureProxy <proxy host> <proxy port> <proxy user name> <proxy password>
    3Log in to Informatica Intelligent Cloud Services.
    4Open Administrator and select Runtime Environments.
    5Select the Secure Agent for which you want to configure a proxy server.
    6On the upper-right corner of the page, click Edit.
    7In the System Configuration Details section, select the Type as DTM for the Data Integration Service.
    Note: You can configure only five JVMOption fields in the System Configuration Details section. To configure the remaining parameters, you must add the JVMOption fields in the Custom Configuration Details section. In the Custom Configuration Details section, select the Type as DTM for the Data Integration Service, add the JVMOption fields, and specify the remaining parameters and appropriate values for each parameter.
    8Click Save.
    The Secure Agent restarts to apply the settings.