Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BSwetzes

Pages: [1]
1
General / Re: Ondemand not showing error message
« on: February 28, 2018, 04:02:43 AM »
CMOD 9.5 does not put the error in the load log. It displays it to std output or error out. You need to redirect that to a file (when you start the script redirect the outputs to a file: >somelogfile.log 2>&1. The error will look something like this:
2018-02-27 14:16:23.843982: ARS1127E Row 2:  The string "817117" has a length of 6 and the field has a maximum length of 4
2018-02-27 14:16:23.844824: ARS4311E Loading failed
2018-02-27 14:16:23.844862: ARS4318E Processing failed for file >xxxxxxxxxx<
2018-02-27 14:16:23.863530: ARS4327E Processing has stopped.  The remaining files will NOT be processed.

Pages: [1]