I am receiving the following error while debugging a workflow from the All in One Plugin.
[0020] W3001 : Error while executing plugin: HTTP/1.1 500 LoggedApplicationException: There was an error running the data mapping process caused by Error executing DM configuration: Unparseable data format (DM1000031)
The DM is processing an XML file and creating PDF print output. The XML file is produced by a query against a IBM i DB2 database table.
Does anyone have an idea on how to determine where the error is in the file?
I would upload the XML file but this forum will not allow it.
You should have the same error in the Datamapper of the Connect Design tool…Have you tried that?
If not, please message me in private and and will reply to your so you can send me your data file. i will give it a quick look. If it proves to be more time consuming, you will have to open a technical support ticket.
Usually with XML, that means a date or a number is formatted improperly in the file.
Grab the file, import it in the DataMapper as a new sample file and click the “Validate Records”. You might have to increase the default 200-record maximum limit.
See if that gives you a better clue as to what’s wrong.
Hi,
Thank you I never thought about running the file back through the data mapper. I found I defined one of the columns as an integer and it contained a string in one of the rows.