Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com | 6.2.0 |
When we run any process containing Salesforce related palette, then if we are using a proxy then we have to add proxy related parameters inside Arguments >> vm arguments.
For Example:
-Dcom.tibco.plugin.salesforce.proxyHost=192.168.54.11
-Dcom.tibco.plugin.salesforce.proxyPort=89
-Dcom.tibco.plugin.salesforce.proxyUser=<username>
-Dcom.tibco.plugin.salesforce.proxyPwd=<password>
-Dcom.tibco.plugin.salesforce.proxyTimeout=15000
But when we have to check the Salesforce connection using Salesforce Connection Configuration Resource while using a proxy, then we can not add the proxy related properties inside the run time arguments (Arguments >> vm arguments). Note that inside documentation of Salesforce Plug-in is the only place mentioned for adding the proxy related parameters is vm arguments.