function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
baruch.obaruch.o 

Unexpected error while processing BULK-API: "Contact support with error 1220535187-49540 (-1478819206)"

I have received the following error message, while trying to fetch Account records through bulk API.
The error message is:
Got an unexpected error while processing BULK-API. Contact support with error 1220535187-49540 (-1478819206)
Please help me understand what went wrong

Please do not try to call me by phone by default - communicate through the ticket first !!!

The full error is:
<?xml version="1.0" encoding="UTF-8"?><batchInfo
xmlns="http://www.force.com/2009/06/asyncapi/dataload">;
<id>751a0000004X7b6AAC</id>
<jobId>750a0000002G9i7AAC</jobId>
<state>Failed</state>
<stateMessage>InvalidBatch : Failed to process query: UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1220535187-49540 (-1478819206)</stateMessage>
<createdDate>2014-10-30T22:32:22.000Z</createdDate>
<systemModstamp>2014-10-30T22:33:07.000Z</systemModstamp>
<numberRecordsProcessed>0</numberRecordsProcessed>
<numberRecordsFailed>0</numberRecordsFailed>
<totalProcessingTime>0</totalProcessingTime>
<apiActiveProcessingTime>0</apiActiveProcessingTime>
<apexProcessingTime>0</apexProcessingTime>
</batchInfo>
Best Answer chosen by baruch.o
SonamSonam (Salesforce Developers) 
could you please provide the query whihc you are trying to run?

Also, check if there are any formula fields you are trying to fetch or use in query - remove them and chck if the query works then.

I found a similar case with the error and formula field turned out to be the culprit..