SQL/MP Messages Manual
SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual—427720-006
11-11
SQL 9036
Cause. A copy operation through an alternate key access path was executed, but no
index with the specified keytag existed.
Effect. The command fails.
Recovery. Correct the keytag and reissue the command.
SQL 9037
Cause. The load operation into the Enscribe file failed. Probably there was not enough
space for the FastSort scratch file, or the output file was too small.
Effect. The output (target) file is empty.
Recovery. Analyze the error codes. If the scratch space is insufficient for FastSort,
use the SCRATCH file name option for LOAD. If the output file is too small, extend the
file space, and then reissue the command.
SQL 9038
Cause. The specified parameter was invalid for the command.
Effect. The command fails.
Recovery. Correct the syntax and reissue the command.
SQL 9039
Cause. For the LOAD command, the output file type must be either an SQL table or a
structured Enscribe file. For the APPEND and APPENDRESTART commands, the
output must be a SQL table.
Effect. The command fails. The target is not modified.
Recovery. Consider using the COPY command instead of the LOAD command.
9036 The alternate key specifier value-1 is not defined for
the file value-2.
9037 The value-1 operation failed on value-2. The load error
code is value-3. The sort error code is value-4.
9038 value-1 is not allowed for the value-2 command.
9039 Only structured files can be the target of LOAD, APPEND,
or APPENDRESTART, but value-1 is not a structured file.