
"Failed to get job status"
The query is for three fields from a custom object; Select Id, Name, Tax_ID__c FROM Financial_Product__c. I tried the same query grabbing just 100 records and it worked; Select Id, Name, Tax_ID__c FROM Financial_Product__c LIMIT 100.
I'm thinking I'm running into some limit/time out/lag. This object could have 4,000,000+ records...
I am using the Bulk API option, for time's sake. I searched on Google as well as here and could not find any mention of this error...has anyone seen it before?
Thanks!
MP
답변 1개
You might want to upgrade to the current version of the Dataloder (35.0.0)