Explanation:
In an INSERT or UPDATE statement the number of specified values is less than the number of column names which may have been implicitly specified.
User Action:
Match the number of specified values in the SQL statement to the number of specified column names. Use a QUERY statement issued on the system table DOMAIN.COLUMNS for an INSERT statement without column name specification to determine the definition of the table used.