Hi,
running DB2 v9.5 on Linux I get the following error:
Code:
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0723N An error occurred in a triggered SQL statement in trigger
"DB2INST1.TRIGG_I". Information returned for the error includes SQLCODE
"-407", SQLSTATE "23502" and message tokens "TBSPACEID=2, TABLEID=1583,
COLNO=3". SQLSTATE=09000
If I understand correctly, trigger with name DB2INST1.TRIGG_I reports that trigger tries to insert a null value in not null column. But which table is TABLEID=1583 and which columns is COLNO=3? Can you please help me out which table and which column is violating this trigger rule? Is there a system table with above info?
Thanks