SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
19-102
SQL 20732
Cause. The MODIFY command includes a COMMIT AFTER timestamp clause, and
the timestamp specifies a time that is more than 30 days in the future.
Effect. The MODIFY operation fails.
Recovery. Correct the COMMIT AFTER clause to use a time within 30 days of the
present, and resubmit.
SQL 20733
Cause. The MODIFY command includes multiple COMMIT BEFORE and/or COMMIT
AFTER clauses, and a time given in one such clause is earlier than one given in
some preceding clause.
Effect. The MODIFY utility did not process the request.
Recovery. Correct the COMMIT clauses so that they are in ascending order in time,
and retry the operation.
SQL 20734
Where error number is the returned file system number.
Cause. When processing COMMIT BEFORE or COMMIT AFTER clauses, the
MODIFY command encountered an error number from the CONVERTTIMESTAMP
Guardian procedure when converting the current time to local civil time.
Effect. The MODIFY operation fails.
Recovery. See the Guardian Procedure Calls Reference Manual topic
CONVERTTIMESTAMP Procedure for the meaning of error number and possible
recovery actions.
20732 The time given in the AFTER clause is more than 30 days
in the future.
20733 The times given in ONCOMMITERROR clauses are not in
ascending order.
20734 Error error number was returned by CONVERTTIMESTAMP
while trying to obtain local civil time.