Pathmaker Messages Manual
Pathmaker Messages
2–214 067870 Tandem Computers Incorporated
Selection expression on view
view-name
violated
Cause. You attempted an update or insert operation on a view defined with the WITH
CHECK OPTION clause, producing a row that violates the view definition. The WITH
CHECK OPTION clause prevents insertion of values into a view if those values would
violate the view definition.
Issued by the generated application.
Effect. The insert or update operation fails.
Recovery. Either correct the values in the insert or update operation to comply with the
view's definition, or re-create the view, omitting the WITH CHECK OPTION clause.
SEND action not allowed on MENU requesters
Cause. You specified a SEND action for a MENU requester. This condition is normally
detected when you attempt to update the Function Key Assignments screen.
Issued by the Pathmaker product and by PMADL.
Effect. Requester generation fails.
Recovery. Note this error message and contact your Tandem representative.
SEND not allowed for MENU requesters
Cause. You specified SEND as a function key action for this MENU requester.
Issued by the Pathmaker product and by PMADL.
Effect. Update fails.
Recovery. MENU requesters are designed to navigate to other screens. Invoking a
service (SEND) is an inappropriate action for a MENU requester. If you want to have
this requester perform this function, you might want to recreate it as a TRNS
requester.