SQL/MP Messages Manual

FastSort Messages
HP NonStop SQL/MP Messages Manual427720-006
21-11
FastSort 41
Cause. You did not specify SHORTPOOL.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Correct the syntax and resubmit.
FastSort 42
Cause. The value of the memory parameter was incorrect in the call to
SORTMERGESTART.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Change the memory value in the process-start parameter to specify from 1
to 64 pages. For more information on the description of process-start under the
SORTMERGESTART procedure, refer to the FastSort Manual.
FastSort 43
Cause. The value of the priority parameter was incorrect in the call to
SORTMERGESTART.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Correct the priority value in the process-start parameter. For more
information on the description of process-start under the SORTMERGESTART
procedure, refer to the FastSort Manual.
FastSort 44
Cause. The calling process corrupted the FastSort control block.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Correct your program so that it does not overwrite the control block.
41 CONFIGURATION PROBLEM: No SHORTPOOL.
42 The MEM size must be in the range 1 TO 64.
43 The PRIORITY must be in the rangE 1 TO 199.
44 Invalid control block, procedure call rejected.