IIS-CONN-JAVA-00069W Column "column name" was not found.
Explanation
A column with the specified name is not in the job.
This error can occur if the Java™ code
invokes the OutputRecord.setValue() method, OutputRecord.setValueAsString()
method, or InputRecord.getValue() method with an incorrect column
name.
User response
In your Java code,
specify a valid column name.