W3001:Error while executing plugin: HTTP/1.1 500 Internal Server Error LoggedApplicationException:

Does anyone have any idea why I am getting this error? I am using an xml data file. It’s a basic workflow, very simple. I have checked the data field “PayCode” and I can’t see where there is anything strange. My template works fine with the data. I am not doing anything with the data other than trying to produce a pdf.

W3001 : Error while executing plugin: HTTP/1.1 500 Internal Server Error LoggedApplicationException: There was an error running the data mapping process caused by EcmaError: TypeError: Cannot read property “PayCode” from undefined (ExtractToCSV#13) (SRV000012)

Thanks

If your PayCode is numeric (i.e. set as type Integer), then make sure to tick the Treat Empty as 0 checkbox in the field Definition panel.

Its a string. My paycode consists of Alpha and numeric. For example it could be “401KAINC” or “ABACBCI” or “ALPIT and AM” or even have / or _ in it.

Hello - I can attach my xml if that might help. I am still getting this error and can’t seem to find where in the xml it is incorrect.

Thanks