BMC Software, Inc., Confidential and Proprietary Information
342 Application Enhancement Solutions Messages Manual
BMC150094W DUPLICATE CURSORS FOUND FOR TRIGGER, USE DBRM OR
PACKAGE NAME TO QUALIFY CURSOR TRIGGER
Explanation: More than one cursor in the plan was found to match the trigger
cursor name.
System Action: The Automatic Restart and Automatic Checkpoint options are set
to N, and the application continues to run without taking checkpoints.
User Response: Qualify the cursor trigger by providing the DBRM or package
name with the Automatic Checkpoint DBRM/Package Name option.
BMC150095W DUPLICATE CURSORS FOUND FOR TRIGGER, AUTO RESTART AND
AUTO CHECKPOINT OPTIONS SET TO NO
Explanation: More than one cursor in the plan was found to match the trigger
cursor name and DBRM/package name.
System Action: The Automatic Restart and Automatic Checkpoints options are set
to N, and the application continues to run without taking checkpoints.
User Response: Contact BMC Software Product Support.
BMC150096E CURSOR REPOSITIONING RECORD NOT FOUND FOR DBRM
/PACKAGE dbrm/pkg CURSOR cursorname
Explanation: The cursor repositioning record was not found for the named
cursor. The Action for No Repositioning Record option was set to WARN.
System Action: The job step continues to run normally without cursor
repositioning.
User Response: Verify that the correct cursor repositioning record is available to
the appropriate BMC Consolidated Subsystem (BCSS).
BMC150097E DB2 CURSOR CONTROLLER ERROR, RETURN CODE rc
An unrecoverable error has occurred in the DB2 cursor controller. The following
return codes indicate what error has occurred:
01 During checkpoint processing, a non-zero return code was returned by the
log record create module.
02 During restart processing, an invalid restart record was encountered. The
header did not indicate that the log record was for a CCB.
03 During restart processing, the DB2 cursor controller was unable to locate
the CCB control block for a cursor log record.
04 During restart processing, an invalid restart record was encountered. The
CCB portion of the record did not indicate that it was a CCB.