IIS-CONN-JAVA-00066W Cannot set NULL on the non-nullable field column name.
Explanation
The Java™ code
tried to set a null value in a column that is not nullable.
User response
Complete one of the following tasks:
- Update the Java code so that a non-null value is provided.
- In the job, update the nullability attribute for the column so that the column is nullable.