Forum Discussion
Anonymous
10 years agoNot applicable
Salesforce data load stops at 128001
I try lo load the Account table and it stops at 128.001 with one error (I've seen there is another post with the same problem). If I refer to the same query, I can get different numbers: -- 128....
Anonymous
10 years agoNot applicable
DataSource.Error: The operation has timed out Details: https://my.salesforce.com/services/data/v29.0/query/01g2000002x2iwbAAA-128000
qa4432
10 years agoFrequent Visitor
Not sure how you are connecting into Salesforce.com but be aware that Salesforce.com has execution Governors and Limits to prevent performance issues. It is quite possible that Salesforce.com connectivity is telling you that you are limited in the data you can extract.
Check out the url below for more info.....
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm
Diana