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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

SocketTimeoutException: Read timed out when exporting Salesforce Data

Hello,
I have this problem when I try to run the Main job who contains other subjobs to export Salesforce data to Oracle database, it work fine if I run each subjob separately!
But unfortunately when i run the main job it doesn't seem to work! this link contains the error log : http://pastebin.com/3ngCqfBg
The Data we are trying to export from Salesforce to Oracle :
Tasks 374 783
Leads 217 555
Mouvements 31 086
Contacts 27 664
Accounts 25 256
Opportunities 22 288
Contracts 7 256
Thank you!
Labels (4)
4 Replies
Anonymous
Not applicable

Hi
Do you have several tSalesforceInput components using the same account to connect to the server at the same time when you execute the master job?
Regards,
Pedro
_AnonymousUser
Specialist III
Specialist III
Author

Hi Pedro, thank you for your response,
my Main job has one tSalesforceInput (to get a specific parameter from Salesforce) and for each Subjob I have an other tSalesforceInput and the subjobs are running successively (the link between each job is : onSubjobOk).
and if I run the Main Job with 1000 rows limit it works perfectly!
this a link to the screen shot of the main job : http://img843.imageshack.us/img843/2649/talend.png
Thank you in advance!
Anonymous
Not applicable

Hi
Do all tSalesforceInput components use the same username?
Have you tried to use tSalesforceConnection?
Regards,
Pedro
_AnonymousUser
Specialist III
Specialist III
Author

yes all the tSalesforceInput use the same Salesforce account, and yes each subjob has his owen tSalesforceConnection.
best regards,