WITH CHECK OPTION violated for insert/update on base table '%1'

Item Value
SQLCODE -632
Constant SQLE_WITH_CHECK_OPTION_VIOLATION
SQLSTATE 44000
Sybase error code 550
ODBC 2 State S1000
ODBC 3 State 44000
Parameter 1 Name of the base table being updated.

Probable cause 

You attempted an insert or update operation on the indicated base table through a view (possibly nested). However, one or more values in the modified row(s) triggered a WITH CHECK OPTION violation. This violation occurs when a modified value causes one or more rows to fall outside the range of the view by making the view's WHERE clause evaluate to FALSE or UNKNOWN for that row.