SQL/MP Messages Manual
FastSort Messages
HP NonStop SQL/MP Messages Manual—427720-006
21-43
FastSort 167
Cause. A PROCESS_CREATE_ error occurred because a library file has an invalid
format.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. For the programmatic interface, call the SORTERRORDETAIL or
SORTERRORSUM procedure to determine the error code. For the interactive
interface, the error parameter in the accompanying message identifies the error code.
Follow the recovery recommendations in the Guardian Procedure Errors and
Messages Manual for the error code.
FastSort 168
Cause. The length parameter specified in the call to SORTMERGESTATISTICS was
invalid.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Correct the value of the parameter, and reissue the request.
FastSort 169
Cause. The value specified in the flags parameter to SORTMERGESTATISTICS was
invalid.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Specify a value of 0 or 1 for the parameter, and reissue the request.
FastSort 170
Cause. You specified a SEGMENT value greater than 32,767 and have not requested
the VLM option.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Either specify the VLM option or specify a SEGMENT value less than or
equal to 32,767.
167 Process create library file format error.
168 Invalid statistics length specified
169 Invalid statistics flag value specified
170 Segments above 32767 not allowed with vlm off