gtpm4m0xMessages (System Error and Offline)

020000-02FFFF


020000

Program: CJ015 (CJ00)

Error Message: CLASS-classname METHOD-intname, extname

Appended Message: TPF_SERRC CALLED WITH NON-VALID ERROR CODE

Where:

classname
The name of the class.

intname
The internal method name.

extname
The external method name.

Explanation: This dump accompanies TPF collection support internal errors when the TEXTDUMP option (as set by the ZOODB SET command) is turned on.

System Action: Processing continues.

User Response: See your IBM service representative.

See TPF Operations for more information about the ZOODB SET command.


0200C8

Program: CJ015 (CJ00)

Error Message: CLASS-classname METHOD-intname, extname

Appended Message: TO2 OBJECT LOGIC ERROR. DETAIL CODE code

Where:

classname
The name of the class.

intname
The internal method name.

extname
The external method name.

code
The detail code.

Explanation: This dump accompanies TPF collection support internal errors when the TEXTDUMP option (as set by the ZOODB SET command) is turned on.

System Action: Processing continues.

User Response: See your IBM service representative.

See TPF Operations for more information about the ZOODB SET command.


0200D2

Program: CJ015 (CJ00)

Error Message: CLASS-classname METHOD-intname, extname

Appended Message: TO2 CURSOR LOGIC ERROR. DETAIL CODE code

Where:

classname
The name of the class.

intname
The internal method name.

extname
The external method name.

code
The detail code.

Explanation: This dump accompanies TPF collection support internal errors when the TEXTDUMP option (as set by the ZOODB SET command) is turned on.

System Action: Processing continues.

User Response: See your IBM service representative.

See TPF Operations for more information about the ZOODB SET command.


0200DC

Program: CJ015 (CJ00)

Error Message: CLASS-classname METHOD-intname, extname

Appended Message: TO2 IO LOGIC ERROR. DETAIL CODE code

Where:

classname
The name of the class.

intname
The internal method name.

extname
The external method name.

code
The detail code.

Explanation: This dump accompanies TPF collection support internal errors when the TEXTDUMP option (as set by the ZOODB SET command) is turned on.

Note:
See TPF Operations for more information if this error occurs after you enter a ZBROW COLLECTION command with the RECONSTRUCT parameter specified.

System Action: Processing continues.

User Response: See your IBM service representative.

See TPF Operations for more information about the ZOODB SET command.


0200E6

Program: CJ015 (CJ00)

Error Message: CLASS-classname METHOD-intname, extname

Appended Message: TO2 STRUCTURE LOGIC ERROR. DETAIL CODE code

Where:

classname
The name of the class.

intname
The internal method name.

extname
The external method name.

code
The detail code.

Explanation: This dump accompanies TPF collection support internal errors when the TEXTDUMP option (as set by the ZOODB SET command) is turned on.

System Action: Processing continues.

User Response: See your IBM service representative.

See TPF Operations for more information about the ZOODB SET command.


0200F0

Program: CJ015 (CJ00)

Error Message: CLASS-classname METHOD-intname, extname

Appended Message: TO2 DIRECTORY LOGIC ERROR. DETAIL CODE code

Where:

classname
The name of the class.

intname
The internal method name.

extname
The external method name.

code
The detail code.

Explanation: This dump accompanies TPF collection support internal errors when the TEXTDUMP option (as set by the ZOODB SET command) is turned on.

System Action: Processing continues.

User Response: See your IBM service representative.

See TPF Operations for more information about the ZOODB SET command.


0200FA

Program: CJ015 (CJ00)

Error Message: CLASS-classname METHOD-intname, extname

Appended Message: TO2 UNABLE TO ALLOCATE MALOC STORAGE. DETAIL CODE code

Where:

classname
The name of the class.

intname
The internal method name.

extname
The external method name.

code
The detail code.

Explanation: This dump accompanies TPF collection support internal errors when the TEXTDUMP option (as set by the ZOODB SET command) is turned on.

System Action: Processing continues.

User Response: See your IBM service representative.

See TPF Operations for more information about the ZOODB SET command.


020402

Program: CJ037 (CJ00)

Error Message: METHOD=methodname, INVALID EDGE COUNTER ON ENTRY

Appended Message: PID - PID RRN - RRN EDGE - previousedge RECORD - currentedge

Where:

methodname
The TPF collection support method that found the mismatch.

PID
The persistent identifier (PID) of the collection being updated.

RRN
The relative record number of the data record.

previousedge
The input edge counter value from the previous record.

currentedge
The edge counter value of the record currently being updated.

Explanation: The TPF collection support flat file structure support found mismatching edge sequence counters between two data records while attempting an update. This error could occur for either arrays, binary large objects (BLOBs), logs, or keyed log collections. These collections all use the underlying support structure known as flat file structure.

System Action: A system error dump is issued and the update continues. Because the object is locked, TPF collection support assumes that the records are the latest copies and, therefore, will correct the counters and continue with the data update.

User Response: The error is informational because it is likely that the actual problem that caused the mismatch occurred previously. If the error becomes a concern, determine if there is some common thread or pattern involved with the objects that are receiving the system error dumps.


020403

Program: CJ03

Error Message: NO CORE BLOCK LEVEL 0 ON ACTIVATION FROM TO2

Explanation: No core block is attached to level 0 during TPF collection support activation.

System Action: A system error dump is issued and the entry control block (ECB) exits.

User Response: Determine why there was no core block attached to level 0 at activation. TPF collection support is only suppose to activate CJ03 with a 4-K core block that contains the dispatching information.


020404

Program: CJ03

Error Message: UNEXPECTED ERROR RETURN CODE FROM TO2

Explanation: A task dispatched by TPF collection support was unable to create the necessary environment.

System Action: A system error dump is issued and the entry control block (ECB) exits.

User Response: The error code is contained in register 2. Analyze the error code and determine why the error occurred.


020405

Program: CJ022 (CJ00)

Error Message: METHOD=intmethodname, extmethodname, PRIME, SHADOW, RECORD ID, RCC MISMATCH, RECORD RECOVERED FROM ALTERNATE

Appended Message: PID - PID FA - fileAddr EXPECTED - expectedrec FOUND - foundrec

Where:

internalmethodname
The TPF collection support method that found the mismatch.

externalmethodname
The TPF collection support method that found the mismatch.

PID
The persistent identifier (PID) of the collection being updated.

fileAddr
The file address of the data record.

expectedrec
The expected record ID and RCC values.

foundrec
The actual record ID and RCC values in the record.

Explanation: The TPF collection support DASD input/output (I/O) method received a record ID or RCC mismatch error when it attempted to read the specified record.

System Action: A system error dump is issued. If a shadow copy exists for the record, the shadow will be read instead. Otherwise, the error will be returned to the caller to handle.

User Response: The error is informational because it is likely that the actual problem that caused the mismatch occurred previously. If the error becomes a concern, determine if there is some common thread or pattern involved with the objects that are receiving the system error dumps.


020406

Program: CJ022 (CJ00)

Error Message: METHOD=intmethodname, extmethodname, SOFTWARE ERROR ACCESSING RECORD, RECORD RECOVERED FROM ALTERNATE

Appended Message: PID - PID FA - fileAddr

Where:

methodname
The TPF collection support method that found the mismatch.

PID
The persistent identifier (PID) of the collection being updated.

fileAddr
The file address of the data record.

Explanation: The TPF collection support DASD input/output (I/O) method was unable to read the specified record.

System Action: A system error dump is issued. If a shadow copy exists for the record, the shadow will be read instead. Otherwise, the error will be returned to the caller to handle.

User Response: The error is informational because it is likely that the actual problem that caused the mismatch occurred previously. If the error becomes a concern, determine if there is some common thread or pattern involved with the objects that are receiving the system error dumps.


020407

Program: CJ022 (CJ00)

Error Message: METHOD=recreateRecoupOID, RECOUP NAME COLLECTION HAS BEEN RECREATED

Appended Message: DS - DS REASON - reasoncode OLD.PID - oldpid NEW.PID - newpid

Where:

DS
The name of the data store (DS) whose collection for storing recoup index names has been re-created.

reasoncode
The returned TPF collection support error code that caused the collection to be re-created.

oldpid
The persistent identifier (PID) of the old collection being replaced.

newpid
The PID of the new collection that was created to replace the old collection.

Explanation: TPF collection support determined that the collection of the data store used for storing recoup index names could not be used and has created a new collection to replace the old collection. Because the new collection uses new records, the old records will remain unchanged. This error is informational because the create and replace has already taken place.

System Action: A system error dump is issued. A replacement collection is created and the recoup index access continues. The contents of the old collection are lost unless the contents can be added to the new collection by using the ZBROW command with the ADDALL parameter specified. The system does not attempt to automatically recover the contents of the old collection. The BROWSE dictionary for the data store will be updated with a new name (DS_OLD_RECOUP) and the old PID. The name DS_RECOUP will be updated with the new PID.

User Response: Do the following:

  1. Enter ZBROW QUALIFY SET DS-dsname to set the qualification to the data store name listed in the message.
  2. Inspect the old collection to determine why it was not usable.
  3. Enter ZBROW COL ADDALL DS_DELETED DS_OLD_DELETED to attempt to recover some of the contents of the old collection (depending on the condition of the old collection).


020408

Program: CJ022 (CJ00)

Error Message: METHOD=recreateBrowseDictOID, BROWSER DICTIONARY HAS BEEN RECREATED

Appended Message: DS - DS REASON - reasoncode OLD.PID - oldpid NEW.PID - newpid

Where:

DS
The name of the data store (DS) whose collection for storing browse names has been re-created.

reasoncode
The returned TPF collection support error code that caused the collection to be re-created.

oldpid
The persistent identifier (PID) of the old collection being replaced.

newpid
The PID of the new collection that was created to replace the old collection.

Explanation: TPF collection support determined that the collection of the data store for storing browse names could not be used and has created a new collection to replace the old collection. Because the new collection uses new records, the old records will remain unchanged. This error is informational because the create and replace has already taken place.

System Action: A system error dump is issued. A replacement collection is created and the request continues. The contents of the old collection is lost unless the contents can be added to the new collection using the ZBROW command with the ADDALL parameter specified. The system does not attempt to automatically recover the contents of the old collection. The new BROWSE dictionary for the data store is updated with a new name (DS_OLD_BROWSE) and the old PID. The name DS_BROWSE will be updated with the new PID.

User Response: Do the following:

  1. Enter ZBROW QUALIFY SET DS-dsname to set the qualification to the data store listed in the message.
  2. Inspect the old collection to determine why it was not usable.
  3. Enter ZBROW COL ADDALL DS_BROWSE DS_OLD_BROWSE to attempt to recover some of the contents of the old collection (depending on the condition of the old collection).


020409

Program: CJ022 (CJ00)

Error Message: METHOD=recreateDeletedOID, DELETED PID COLLECTION HAS BEEN RECREATED

Appended Message: DS - DS REASON - reasoncode OLD.PID - oldpid NEW.PID - newpid

Where:

DS
The name of the data store (DS) whose collection for storing deleted persistent identifiers (PIDs) has been re-created.

reasoncode
The returned TPF collection support error code that caused the collection to be re-created.

oldpid
The PID of the old collection being replaced.

newpid
The PID of the new collection that was created to replace the old collection.

Explanation: TPF collection support determined that the collection of the data store used for storing PIDs marked for deletion could not be used and has created a new collection to replace the old collection. Because the new collection uses new records, the old records will remain unchanged. This error is informational because the create and replace has already taken place.

System Action: A system error dump is issued. A replacement collection is created and delete processing continues. The contents of the old collection are lost unless the contents can be added to the new collection using the ZBROW command with the ADDALL parameter specified. The system does not attempt to automatically recover the contents of the old collection. The BROWSE dictionary for the data store will be updated with a new name (DS_OLD_DELETED) and the old PID. The name DS_DELETED will be updated with the new PID.

User Response: Do the following:

  1. Enter ZBROW QUALIFY SET DS-dsname to set the qualification to the data store name listed in the message.
  2. Inspection the old collection to determine why it was not usable.
  3. Enter ZBROW COL ADDALL DS_DELETED DS_OLD_DELETED to attempt to recover some of the contents of the old collection (depending on the condition of the old collection).


02040A

Program: CJ022 (CJ00)

Error Message: METHOD=recreateInventory, PID INVENTORY COLLECTION HAS BEEN RE-CREATED

Appended Message: DS - DS REASON - reasonCode OLD.PID - oldPID NEW.PID - newPID

Where:

DS
The name of the data store (DS) whose collection for storing created persistent identifiers (PIDs) has been re-created.

reasonCode
The returned TPF collection support (TPFCS) error code that caused the collection to be re-created.

oldPID
The PID of the old collection being replaced with the new collection.

newPID
The PID of the new collection that was created to replace the old collection.

Explanation: TPFCS determined that the inventory of the data store for storing newly created PIDs could not be used; therefore, a new collection has been created to replace the old inventory. Because the new collection uses new records, the old records will remain unchanged. This error is informational because the create and replace has already taken place.

System Action: A system error dump is issued. A replacement collection is created and the create request continues. The contents of the old collection are lost unless the contents can be added to the new collection by using the ZBROW commands. The TPF system does not attempt to automatically recover the contents of the old collection. The BROWSE dictionary for the data store will be updated with a new name (DS_OLD_INVENTORY) and the old PID. The DS_INVENTORY name will be updated with the new PID.

User Response: Do the following:

  1. Enter ZBROW QUALIFY SET DS-dsname to set the qualification to the data store name listed in the message.
  2. Inspect the old collection to determine why it could not be used.
  3. Enter ZBROW COL ADDALL DS_INVENTORY DS_OLD_INVENTORY to attempt to recover some of the contents of the old collection depending on the condition of the old collection.

See TPF Operations for more information about the ZBROW COLLECTION command.


02040B

Program: CJ022 (CJ00)

Error Message: METHOD=recreateRestartLog, RESTART LOG COLLECTION HAS BEEN RECREATED

Appended Message: DS - dsname REASON - reasonCode OLD.PID - oldPID NEW.PID - newPID

Where:

DS
The name of the data store (DS) whose collection for restarting incomplete tasks has been re-created.

reasonCode
The returned TPF collection support (TPFCS) error code that caused the collection to be re-created.

oldPID
The persistent identifier (PID) of the old collection being replaced with the new collection.

newPID
The PID of the new collection that was created to replace the old collection.

Explanation: TPFCS determined that the data store collection for restarting incomplete tasks was not usable, so TPFCS has created a new collection to replace the old collection. Because the new collection uses new records, the old records will remain unchanged. This error is informational because the create and replace has already taken place.

System Action: A system error dump is issued. A replacement collection is created and the request continues. The contents of the old collection are lost unless they can be added to the new collection by using the ZBROW commands. The TPF system does not attempt to automatically recover the contents of the old collection. The old collection is renamed to DS_OLD_RESTARTLOG and the name DS_RESTARTLOG is assigned to the new collection.

User Response: Do the following:

  1. Enter ZBROW QUALIFY SET DS-dsname to set the qualification to the data store (DS) name listed in the message.
  2. Inspect the old collection to determine why it was not usable.
  3. Enter ZBROW COL ADDALL DS_RESTARTLOG DS_OLD_RESTARTLOG to recover some of the contents of the old collection (depending on the condition of the old collection).

See TPF Operations for more information about the ZBROW commands.


0210F0

Program: Displayed on the console and in the dump.

Error Message: AAA/RCB RETRIEVAL ERR

Explanation: A FIND error occurred while trying to read either an agent assembly area (AAA) or a routing control block record (RCB).

System Action: The entry control block (ECB) ends.

User Response: Have your system programmer review the system error dump to determine the cause of the error and to correct it.


0210F1

Program: Displayed on the console and in the dump.

Error Message: INVALID TERMINAL ADDRESS

Explanation: This error occurred because the terminal address does not exist in the WGTA table. WGR1 is unable to locate the requested record.

System Action: The entry control block (ECB) ends.

User Response: Have your system programmer review the system error dump to determine the cause of error and to correct it.


0210F2

Program: Displayed on the console and in the dump.

Error Message: TERM NOT DEFINED FOR SUBSYSTEM

Explanation: The subsystem record ordinal number in the SSOR table was not initialized for the workstation. WGR1 is unable to locate the requested record. The workstation is illegally accessing the subsystem or was not defined in the UAT record of the subsystem.

System Action: The entry control block (ECB) ends.

User Response: Have your system programmer review the system error dump to determine the cause of the error and to correct it.


0210F3

Program: Displayed on the console and in the dump.

Error Message: INVALID LNIATA

Explanation: During the agent assembly area (AAA) initialization, no line number, interchange address, and terminal address (LNIATA) was found in the WGTA table. A return from the agent assembly area (AAA) initialization routine with an AAA address error resulted.

System Action: Processing is continued with the next record.

User Response: Have your system programmer review the system error dump to determine cause of the error and to correct it.


0210F4

Program: Displayed on the console and in the dump.

Error Message: INTERCHANGE INACTIVE

Explanation: This error occurred because the interchange is inactive or the EBROUT is contained in the address of a set not yet assigned. WGR1 is unable to retrieve the requested record.

System Action: The ECB is ended.

User Response: Your system programmer should determine the dump to determine the cause of the error and to correct it.


0210F5

Program: Displayed on the console and in the dump.

Error Message: INVALID FACE ORDINAL

Explanation: The ordinal number supplied to the file address compute program (FACE) was not valid. WGR1 is unable to retrieve the requested record.

System Action: The entry control block (ECB) ends.

User Response: Have your system programmer review the system error dump to determine cause of the error and to correct it.


0210F6

Program: Displayed on the console and in the dump.

Error Message: UNABLE TO READ SSOR

Explanation: A FIND error occurred while trying to read the subsystem ordinal table.

System Action: If requested, there is a return to the calling program. Otherwise, the entry control block (ECB) ends.

User Response: Have your system programmer review the system error dump to determine cause of the error and to correct it.


0210F7

Program: Displayed on the console and in the dump.

Error Message: None.

Explanation: After retrieving the routing control block (RCB) for the prime CRAS (PRC) or a receive-only CRAS (RO), WGR1 determined that is was incorrectly initialized or was corrupted.

System Action: WRG1 initializes the RCB again and files it. Processing is continued normally.

User Response: The system error dump will contain a copy of the corrupted RCB on level F. The header of this RCB will contain the name of the program that last filed it.

Your system programmer should review the logic of this program to determine why the RCB was corrupted.


02F650

Program: Displayed on the console and in the dump.

Error Message: None.

Explanation: An error occurred in retrieving an agent assembly area (AAA) initialization data record file address from the file address compute program (FACE).

System Action: Processing for the remaining UAT records is continued.

User Response: Have your system programmer review the system error dump to determine the cause of the error and to correct it.


02F651

Program: Displayed on the console and in the dump.

Error Message: None.

Explanation: A FIND error occurred in retrieving an agent assembly area (AAA) initialization data record.

System Action: The UNABLE TO PROCESS message is sent to the operator or returned to the calling segment with the error indicator on.

If the UAT record is being held, it is released.

User Response: Have your system programmer review the system error dump to determine the cause of the error and to correct it.


02F652

Program: Displayed on the console and in the dump.

Error Message: None.

Explanation: On returning from the city queue table search routine, no matching city was found in the table for the city in WA0CIT of the agent assembly area (AAA) data record.

System Action: Processing is continued with the next record.

User Response: Have your system programmer review the system error dump to determine the cause of the error and to correct it.


02F653

Program: Displayed on the console and in the dump.

Error Message: RETURN FROM WGR1 WITH AA ADDRESS ERROR DURING AAA INITIALIZATION

Explanation: The agent assembly area (AAA) address retrieved by WGR1 was not valid.

System Action: A system error is issued and processing is continued with the next entry.

User Response: Have your system programmer review the system error dump to determine the cause of the error and to correct it.