IIS-CONN-JRULES-00016E The connector attempted to assign NULL value to the column column name and this column does not accept NULL values.
Explanation
The connector populated fields in the output record
based on the output rule set parameter. For the specified column,
the connector tried to set the field value to NULL, but the column
does not accept NULL values. This situation can occur when the rule
set parameter or the rule set parameter attribute has a NULL value
and it maps to a column on the output link that does not accept NULL
values.
User response
If you do not expect IBM® WebSphere® ILOG® JRules to produce a NULL value, inspect
the rule definition and the mapping between output link columns and
output rule set parameters. If the NULL value is valid and expected,
ensure that the specified column is configured to accept NULL values
on the link by setting the Nullable attribute
for the column to Yes.