Previous Topic: -127 - sql-object-name NOT FOUNDNext Topic: -129 - RRS COMMIT ROLLBACK


-128 - LUW ABORTED

Reason:

A DELETE statement has been issued to the SYSADM.SQL_STATUS_CURRENT system table to do the equivalent of a REQABORT. The actual termination of the SQL task does not occur until it tries to read a row from any table. The DELETE therefore processes without any error, and when the task that it identified in its WHERE clause tries to read a row, that task is terminated with the -128 SQLCODE.

The SQLSTATE that equates to this SQL return code is 56S08.

Action:

None. This message is for information only.