SQL/MP Messages Manual

File-System Messages
HP NonStop SQL/MP Messages Manual427720-006
16-13
SQL 1051
Cause. SQL internal error.
Effect. The operation fails.
Recovery. None. Report the entire message to your service provider.
SQL 1052
Cause. Stated in the error message.
Effect. If a cursor is being used, the cursor position following statement execution is
after the potentially bad row but before the next row.
Recovery. If the program is using a cursor, the program can issue a FETCH statement
to select the next row. This error is returned for each row in the bad block that does not
satisfy the WHERE clause. Error 120 is returned for each row in the bad block that
does satisfy the WHERE clause. The requested columns are also returned.
To correct the block, check the operator log to determine the address of the bad block.
Use FUP CHECKSUM to correct the block's checksum. Contact your service provider
to correct the data in the block.
SQL 1053
Cause. Stated in the error message.
Effect. The operation fails.
Recovery. To correct the parity error, check the operator log to determine the address
of the bad block. Use FUP CHECKSUM to correct the block's checksum. Contact your
service provider to correct the data in the block.
1051 SQL internal error.
1052 A row was encountered that resides in a block having a
data parity error. The row does not satisfy the WHERE
clause.
1053 An ECC error or a checksum error occurred indicating
that it is impossible to process the accessed block. No data
is returned.