Active
Project:
Springboard
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 16:25 UTC
Updated:
19 Apr 2013 at 17:22 UTC
I am trying to submit a webform to add a contact from drupal to salesforce, but when an error occurs, it will not list which one it is... any idea why this may be happening?
| Comment | File | Size | Author |
|---|---|---|---|
| a.jpg | 76.84 KB | mtn.noonan@gmail.com |
Comments
Comment #1
afreeman commentedGlobal errors like this typically indicate something is failing in the XML parser, although I have never seen a blank error code before. Can you supply more details on the data you are trying to sync?
Comment #2
afreeman commentedUpdate to this: we have encountered this in the wild and it was caused by invalid characters sneaking their way into the batch XML, normally via user input fields like last name. Unfortunately, unless you can visually discern from the records which account is causing the problem you may need to add items from this batch back to the retry queue in small batches until you find the one causing the error.