Background documentation-32: View violation Locate this document in the navigation structure

 

Explanation

An INSERT statement or UPDATE statement was specified for a view table. At least one of the rows specified in the SQL statement does not satisfy the search conditions of all underlying view tables defined using WITH CHECK OPTION.

User Response

Display the definition of the view table using a QUERY statement issued on the DOMAIN.VIEWDEFS system table. Correct the INSERT or UPDATE statement according to this definition.