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
How can I see the error? I only see " loaded x rows with 1 error"
pqian
10 years agoMicrosoft Employee
Anonymous Can you run the following query:
= Table.SelectRowsWithErrors(PreviousStep)
- Anonymous10 years agoNot applicableDataSource.Error: The operation has timed out Details: https://my.salesforce.com/services/data/v29.0/query/01g2000002x2iwbAAA-128000
- qa443210 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