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
Host name of the outgoing proxy server that the Secure Agent uses.
Proxy Port
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.
11To use a proxy server, add the following parameters in any JVMOption field and specify appropriate values for each parameter:
Parameter
Description
-Dproxy.host=
Host name of the outgoing HTTPS proxy server.
-Dproxy.port=
Port number of the outgoing HTTPS proxy server.
-Dproxy.user=
User name for the HTTPS proxy server.
-Dproxy.password=
Password for the HTTPS proxy server.
Note: You must specify the parameter and the value for the parameter enclosed in single quotation marks.
For example,
JVMOption1='-Dproxy.host=INPQ8583WI29'
JVMOption2='-Dproxy.port=8081'
JVMOption3='-Dproxy.user=adminuser'
JVMOption4='-Dproxy.password=password'
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.
12Click Save.
The Secure Agent restarts to apply the settings.
Note: The session log does not log the proxy server details even if you have configured a proxy server.