-872: Number of columns > number of parameters 

Explanation

Fewer SQL variables were specified in the statement than columns existed in the table.

User Action

If this is not desired, either add the SQL variables or reduce the number of columns in the table.