SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
6-55
Recovery. Modify the statement and resubmit.
SQL 4338
Cause. The procedure label or surrogate label of the procedure, which stores privilege
information, cannot be accessed because it is corrupted or accidentally deleted.
Effect. You cannot use the user-defined procedure associated with that label.
Recovery. Retry the operation. If the error persists, contact your service provider.
SQL 4350
Where view-name is the ANSI name of the view on which the multi commit statement
was issued.
Cause. The multi commit option is used while deleting from a view.
Effect. The statement fails.
Recovery. None.
SQL 4351
Cause. You specified an INSERT or UPDATE statement when multi commit option
was ON.
Effect. The statement fails.
Recovery. Use only DELETE statements when multi commit option is ON. To issue
other statements, use a SET transaction statement to set the multi commit option to
OFF.
SQL 4353
Where TableName is the name of the table.
4338 Procedure label labelname could not be accessed. File
system error: errorcode.
4350 Invalid operation on view view-name: multi commit
statements are not supported on views.
4351 Set Transaction multi commit option is supported only
for DELETE statements.
4353 Table TableName or one of its Referential Integrity
constraints is inaccessible.










