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
AllisonAllison 

Error 1204 creating Account Records using DJ

Periodically - there is not any consistent pattern - using one of my DJ maps to append account records I get the error Error 1204 inserting record: Required fields are missing: [name]  The same batch load process might have worked fine the day before or even the same day.

 Is this a connection issue that the error is just misleading ?  What is it trying to map?  The account name field is just that 'Account Name'...

Help...no one seems to monitor the DJ boards.

Thanks

benjasikbenjasik
Likely one of the records didn't have the name field filled in, that's why you'd get that error.
AllisonAllison

No, I've checked that several times - All the name values are populated, any leading spaces have been removed.  Address and City may have empty values but that has never been a problem in the past.  Are there any restricted characters in Account names?

The final error is      Last Error Code: 25508    which I'm assuming is just the error writing to table.  Is that correct?

Thanks for any suggestions...

DevAngelDevAngel

Hi Allison,

If you can, post the soap messages.  This will shed some light on the issue.