I'm encountering a non-descript error when attempting the following:
- Source (Salesforce Production): Attachments
- Target (Salesforce Sandbox, different org): Attachments
- Insert: Attachments WHERE Parent.Type = Account
The script ran for 10:16:48 [hh:mm:ss] on a set of 3159 matching attachments, failing with the following message:
"Arithmetic operation resulted in an overflow."
It produced no error or success rows, and no Bulk Jobs were recorded in Salesforce's "Bulk Data Load Jobs" log.
All fields are mapped 1:1, except Lookups which utilize "Target Lookup" to replace Source Id values with the appropriate Target Id's.
Curiously, the same Import Job works when filtered to target a smaller set (i.e. ParentId = '001xxxxx').
I can provide Job and Run Id's if helpful - any assistance would be greatly appreciated!
Good Small Run vs Bad Large Run
Bad Run Error Message