How to do successful salesforce connection through Salesforce Connection Configuration Resource while using proxy.

How to do successful salesforce connection through Salesforce Connection Configuration Resource while using proxy.

book

Article ID: KB0083687

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com 6.2.0

Description

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.

 

Issue/Introduction

How to do successful Salesforce connection through Salesforce Connection Configuration Resource while using proxy.

Environment

Tibco Active Matrix BusinessWorks 6.x

Resolution

Add the proxy related properties inside TIBCOBusinessStudio.ini file present at the following location:

C:\BW635\studio\4.0\eclipse\TIBCOBusinessStudio.ini

i.e.

<BW_HOME>\studio\<studio_version>\eclipse\TIBCOBusinessStudio.ini

Note: Once you have added proxy related parameters inside TIBCOBusinessStudio.ini then there will be no need to add the same proxy related parameters inside vm arguments.