Using Finance 9.2.2.0 and Dataimport 0.0.1.0 2
Whenever loading a CSV using the DMFileChannel, CSV files always fail with a missing batchId. I’ve ensured that a batchId is always included but there is always a failure.
Here is the error from the DMReport:
“nexj.core.runtime.ValidationException: Invalid DM User (err.validation.invalidInstance) – { batchId: nexj.core.runtime.ValidationException: The batch id of DM User must be specified. (err.validation.requiredAttribute) – } ”
The report is missing the batchId but it is included in the actual CSV file.