Assigning a 'NULL' value to a 'NOT NULL' column {0} is not
allowed. SQLcode: {1}, SQLstate: {2}
Explanation
The value, which was passed to the abortive insert
or update operation, was 'NULL', but the object column was declared
as 'NOT NULL' in the table definition.
User response
Correct the value and try again.