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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
mani1304
Creator
Creator

Timeout Exception in tsalesforceinput component

,

 

I am facing below error while fetching huge number of records like 5+ million from tsalesforceinput component.

 

java.io.IOException: [UnexpectedErrorFault [ApiFault exceptionCode='QUERY_TIMEOUT'
exceptionMessage='Your query request was running for too long.'
extendedErrorDetails='{[0]}'
]

 

I increased Batchsize to 2000 and timeout to 600,000 it ran fine first time but after that again failing throwing above error, while I need to put batchsize to 500 and timeout to 60,000. Can someone suggest on how to get this.

Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Try with the tSalesforceInput "Query Mode" option set to "Bulk" (and a bulk connection)

View solution in original post

4 Replies
TRF
Champion II
Champion II

Try with the tSalesforceInput "Query Mode" option set to "Bulk" (and a bulk connection)

mani1304
Creator
Creator
Author

Thanks but I tried it earlier and it's throwing InvalidBatch error, so switched back to Query mode and also it doesn't have Batch size, so can you suggest how to achieve it because I am thinking to try this again.

TRF
Champion II
Champion II

What if you try the query within the developer console?

mani1304
Creator
Creator
Author

I used bulk component and till now not faced any issues.