Previous Topic

Next Topic

Book Contents

Book Index

Messages MCIA00 through MCIAxx

This group includes messages for the IOA (infrastructure) product.

MCIA20E PROGRAM CTMCIOC DISABLED OR NOT DEFINED IN CICS

Explanation: The CTMCIUS program failed to link to the CTMCIOC program because the program was disabled or was not defined in the CICS tables.

The CTMCIUS program scans the open/close status of CICS files defined for Control-M, and updates any changed status in the IOA Conditions file. Updating is accomplished by means of a link to the CTMCIOC program.

The CTMCIUS program stops executing.

Corrective Action: Check that the CTMCIOC program is enabled, and that it is correctly defined in the CICS PPT. For more information, please refer to the installation instructions in the IOA CICSSAMP library.

MCIA21E CTMCIUS PROCESSING ERROR: EIBFN= func EIBRCODE= err ABEND= abCode

Explanation: The CTMCIUS program failed due to an internal error.

The CTMCIUS program scans the open/close status of CICS files defined for Control-M, and updates any changed status in the IOA Conditions file.

Where the error occurred as a result of an EXEC CICS command, func indicates the function code, and err indicates the error code.

In the case of a program check, abCode indicates the CICS abend code.

The CTMCIUS program stops executing and a CICS transaction dump is produced.

Corrective Action: Check the dump and any relevant messages in the system log. If the problem is related to CICS customization, or to storage violations as a result of user transactions, correct the problem. Otherwise, contact BMC Customer Support.

MCIA22E I/O ERROR ON TEMPORARY STORAGE FILE

Explanation: An I/O error occurred while attempting to read the CICS Temporary Storage file.

This error message is issued by the CTMCIUS program, which scans the open/close status of CICS files defined for Control-M, and updates any changed status in the IOA Conditions file. Possible causes are:

The CTMCIUS program stops executing.

Corrective Action: Check the status of the Temporary Storage file and if possible, correct the problem. If the error persists, contact BMC Customer Support.

MCIA23E TRANSACTION transid NOT DEFINED IN CICS

Explanation: The CTMCIUS program failed to start the transid transaction because the transaction was disabled or was not defined in the CICS tables.

The transid transaction invokes the CTMCIUS program, which scans the open/close status of CICS files defined for Control-M, and updates any changed status in the IOA Conditions file. If the program ends due to an error, it issues a start command to restart itself after a given time interval. This error message is issued if the start is unsuccessful.

The CTMCIUS program stops executing.

Corrective Action: Check that transaction transid is enabled, and that it is correctly defined in the CICS PPT. For more information, please refer to the installation instructions in the IOA CICSSAMP library.

MCIA24I CONTROL-M FILE STATUS SCANNING STARTED

Explanation: This information message is a normal start message of the CTMCIUS program. CTMCIUS scans the status of CICS files defined for Control-M, and updates any changed status in the IOA Conditions file.

The CTMCIUS program scans the open/close status of CICS files for which conditions have been defined in the Control-M file table CTMCITB. The program updates the open/close status for files whose status was changed outside the IOA/CICS Interface.

Corrective Action: No action is required.

MCIA25I CONTROL-M FILE STATUS SCANNING ENDED

Explanation: This information message is a normal end message of the CTMCIUS program. CTMCIUS scans the status of CICS files defined for Control-M, and updates any changed status in the IOA Conditions file.

The CTMCIUS program usually stops executing as a result of transaction CTMP issuing a shut request. However, this message is also issued when the program stops executing as a result of an error.

If the program stopped executing due to an error, an attempt will be made to restart it automatically after a set time interval.

Corrective Action: No action is required.

MCIA27E CTMCISP PROCESSING ERROR: EIBFN= func EIBRCODE= err ABEND= abCode

Explanation: The CTMCISP program failed due to an internal error.

The CTMCISP program is invoked by transaction CTMP to terminate the file status scanning the CTMCIUS program.

Where the error occurred as a result of an EXEC CICS command, func indicates the function code, and err indicates the error code.

In the case of a program check, abCode indicates the CICS abend code.

A CICS transaction dump is produced.

Corrective Action: Check the dump and any relevant messages in the system log. If the problem is related to CICS customization, or to storage violations as a result of user transactions, correct the problem. Otherwise, contact BMC Customer Support.

MCIA28E I/O ERROR ON TEMPORARY STORAGE FILE

Explanation: An I/O error occurred while attempting to write to the CICS Temporary Storage file.

This error message is issued by the CTMCISP program, which is invoked by the CTMP transaction to terminate the CTMCIUS file status scanning program.

The error may be due to one of the following:

The CTMCISP program stops executing.

Corrective Action: Check the status of the Temporary Storage file and if possible, correct the problem. If the error persists, contact BMC Customer Support.

MCIA29E NO SPACE ON TEMPORARY STORAGE FILE

Explanation: A NOSPACE condition was detected while attempting to write to the CICS Temporary Storage file.

This error message is issued by the CTMCISP program, which is invoked by CTMP transaction to terminate the CTMCIUS file status scanning program.

The CTMCISP program stops executing.

Corrective Action: Delete unnecessary records from the Temporary Storage file or increase the file size.

MCIA30I FILE SCANNING SHUT REQUEST HAS BEEN ISSUED

Explanation: This information message indicates that transaction CTMP, which requests termination of file scanning the CTMCIUS program, has been entered.

The CTMCIUS program will detect the shut request and will stop executing.

Corrective Action: No action is required.

MCIA31E TRANSACTION transid NOT DEFINED IN CICS

Explanation: The CTMCIUP program could not start the transid transaction because the transaction is not defined in the CICS tables.

The CTMCIUP program starts the transid transaction (the CTMCIST program) in order to add a CICS-UP condition to the IOA Conditions file.

The CTMCIUP program stops executing, and the CICS-UP condition is not added.

Corrective Action: Check that the transid transaction is enabled, and that it is correctly defined in the CICS PPT. For more information, please refer to the installation instructions in the IOA CICSSAMP library.

MCIA32E SECURITY CHECK FAILED FOR TRANSACTION START transid

Explanation: The CTMCIUP program could not start the transid transaction because the necessary security authorization was not available.

The CTMCIUP program starts the transid transaction (the CTMCIST program) in order to add a CICS-UP condition to the IOA Conditions file.

The CTMCIUP program stops executing and the CICS-UP condition is not added.

Corrective Action: Contact your CICS system programmer to define the correct security level in the CICS PCT entry of the started transaction, using the RSL parameter.

MCIA33E CTMCIUP PROCESSING ERROR: EIBFN= func EIBRCODE= rc ABEND= abCode

Explanation: The CTMCIUP program failed due to an internal error.

The CTMCIUP program starts the transid transaction (the CTMCIST program) in order to add a CICS-UP condition to the IOA Conditions file.

Where the error occurred as a result of an EXEC CICS command, func indicates the function code, and rc indicates the error code.

In the case of a program check, abCode indicates the CICS abend code.

A CICS transaction dump is produced.

Corrective Action: Check the dump and any relevant messages in the system log. If the problem is related to CICS customization, or to storage violations as a result of user transactions, correct the problem. Otherwise, contact BMC Customer Support.

MCIA34E PROGRAM CTMCIOC DISABLED OR NOT DEFINED IN CICS

Explanation: The CTMCISS program, which is invoked at CICS startup, failed to link to the CTMCIOC program because the program was disabled or was not defined in the CICS tables.

The CTMCISS program builds the Temporary Storage Queue, which consists of Control-M files defined in the CTMCITB module. It does so by linking to the CTMCIOC program with an initialization request.

The CTMCISS program stops executing and the Temporary Storage Queue is not built.

Corrective Action: Check that the CTMCIOC program is enabled, and that it is correctly defined in the CICS PPT. For more information, please refer to the installation instructions in the IOA CICSSAMP library.

MCIA35E CTMCISS PROCESSING ERROR: EIBFN= func EIBRCODE= err ABEND= abCode

Explanation: The CTMCISS program, which is invoked at CICS startup, failed due to an internal error.

Where the error occurred as a result of an EXEC CICS command, func indicates the function code, and err indicates the error code.

In the case of a program check, abCode indicates the CICS abend code.

The CTMCISS program stops executing.

Corrective Action: Check the system log for any relevant messages. If the problem is related to CICS customization, or to storage violations as a result of user transactions, correct the problem. Otherwise, contact BMC Customer Support.

MCIA36E I/O ERROR ON TEMPORARY STORAGE FILE

Explanation: An I/O error occurred while attempting to read the CICS Temporary Storage file.

This error message is issued by the CTMCISS program, which reads the Temporary Storage file in order to obtain the list of CICS files defined for Control-M in the CTMCITB table. The error may be due to one of the following:

The CTMCISS program stops executing.

Corrective Action: Check the status of the Temporary Storage file and if possible, correct the problem. If the error persists, contact BMC Customer Support.

MCIA37E TRANSACTION transid NOT DEFINED IN CICS

Explanation: The CTMCISS program failed to start transaction transid because the transaction was not defined in the CICS tables.

Transaction transid invokes CICS file scanning the CTMCIUS program.

The CTMCISS program stops executing.

Corrective Action: Check that transaction transid is enabled, and that it is correctly defined in the CICS PPT. For more information, please refer to the installation instructions in the IOA CICSSAMP library.

MCIA38I CONTROL-M PLT FILE STATUS SCANNING STARTED

Explanation: This information message is a normal start message of the CTMCISS program. CTMCISS scans files defined in table CTMCITB to determine if the open/close status of the files has been altered.

Corrective Action: No action is required.

MCIA39I CONTROL-M PLT FILE STATUS SCANNING ENDED

Explanation: This information message is a normal end message of the CTMCISS program.

The CTMCISS program initialized the Temporary Storage Queue and issued a start command to transaction CTM2, which will invoke the CTMCIUS program after termination of the scanning interval.

Corrective Action: No action is required.

Parent Topic

MCI messages