DECS Log - Null Values Not Allowed (but data in all fields)

re: DECS-DB2 (Notes Web Form)

The form seems to submit (via web) just fine. I check the log and see this…

02/18/2005 03:29:32 PM Monitor failure – [IBM][iSeries Access ODBC Driver][DB2 UDB]SQL0407 - Null values not allowed in column or variable UWCTN., Connector ‘odbc2’, Method -Insert- (-407)

I understand that this message usually means that a NULL value is not permitted in the/a DB2 column. In this case, all fields have data. This is creating a new document/record. I also have the “don’t update if no changes” option enabled. I must be missing something. Thanks team…

Subject: DECS Log - Null Values Not Allowed (but data in all fields)

Values must be of similar variable types or sometimes they are not recognized, such as if an integer is specified but an alphanumeric is passed.

Just a thought