Proxy Settings

The Plug-in HTTP proxy property is provided in TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com.

When using Proxy, you have to operate proxy settings.

To conveniently configure Proxy in TIBCO Business Studio, you can write the property line -Dcom.tibco.plugin.salesforce.proxyHost=192.168.54.11 -Dcom.tibco.plugin.salesforce.proxyPort=89 into the place described by the following figure:

When you configure Proxy for deployment, you have to write the property lines
com.tibco.plugin.salesforce.proxyHost=192.168.54.11
com.tibco.plugin.salesforce.proxyPort=89
into the TIBCO_HOME\bw\6.3\domains\defaultdomain\appnodes\defaultappspace\defaultappnode\config file.
Property Description
com.tibco.plugin.salesforce.proxyHost Required. The proxy host name or its IP address.
com.tibco.plugin.salesforce.proxyPort Required. The port on which the proxy service is listening.
com.tibco.plugin.salesforce.proxyUser Optional. The user name for logging on to the proxy server.
com.tibco.plugin.salesforce.proxyPwd Optional. The password for logging on to the proxy server.
com.tibco.plugin.salesforce.proxyTimeout Optional. The timeout value in minutes for an HTTP call.

This property is to help avoid long wait times when attempting to retry through a proxy.