Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
mcomstobe
Contributor
Contributor

Salesforce connection component shared session issue

Used shared session property of tSalesforceConnection component in Talend, so that session can be shared between parent job and sub jobs. This scenario works from talend studio on both local system and Remote Engine. But not working in Talend Cloud and gives following error- 
Step e25bba3d-2114-4ae4-84dc-f464a83a4239 failed with code -1 and error Job stopped with errors or unable to run. Exception in component tSalesforceConnection_1 (Test_Shared_session) java.lang.RuntimeException: IOException: com.sforce.ws.ConnectionException: Reuse session fails!
Steps followed are as follows-
  1. The job have tSalesforceConnection_1 component, in its Advanced Settings, checked "Use or save the connection session" check box that gives "Session directory" field to enter the directory path where session file need to created. Set a context to stored the directory path and assigned that context to "Session directory" field.
  2. When job ran from Talend studio on local, it runs fine and also with RE it runs fine.
  3. But when published the job on Talend cloud it throws error which is stated above.
Labels (2)
0 Replies