Previous Topic

Next Topic

Book Contents

Book Index

Messages DCID00 through DCIDxx

This group includes messages for the Control-D, Control-D/Image, and Control-D/Page on Demand products.

DCIDA0I CTDCITSB PROCESSING ERROR: EIBFN= func EIBRCODE= err

Explanation: This information message indicates that the CTDCITSB program failed due to an internal error. The CTDCITSB program builds a temporary storage queue containing data from input CDAM files for transfer to a PC using the CICS 3270-PC file Transfer Program.

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

The CTDCITSB 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, have your CICS system programmer contact BMC Customer Support.

DCIDA1I CTDCITSB PROGRAM ABEND: ABEND= abend

Explanation: This information message indicates that the CTDCITSB program failed due to an internal error. The CTDCITSB program builds a temporary storage queue containing data from input CDAM files for transfer to a PC using the IBM CICS 3270-PC file Transfer Program. This message indicates a program check, and abend indicates the CICS abend code.

The CTDCITSB 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, have your CICS system programmer contact BMC Customer Support.

DCIDA2I INVALID INPUT DATA LENGTH

Explanation: This information message indicates that the CTDCITSB program detected an error in the input data while processing input data for transaction DPCT. The correct format for data for transaction DPCT is DPCT dsn, where dsn is the name of the CDAM file to be transferred to the PC.

The CTDCITSB program stops executing.

Corrective Action: Verify that in the GOTOCICS.SCR script file, the DPCT transaction is correctly specified, and that a valid data set name is included in the data. If you cannot determine the cause of the error, have your CICS system programmer contact BMC Customer Support for assistance.

DCIDA3I INVALID INPUT DATA SPECIFIED

Explanation: This information message indicates that the CTDCITSB program detected an error in the input data while processing input data for the DPCT transaction. The correct format for data for the DPCT transaction is DPCT dsn, where dsn is the name of the CDAM file to be transferred to the PC.

The CTDCITSB program stops executing.

Corrective Action: Verify that in the GOTOCICS.SCR script file, the DPCT transaction is correctly specified, and that a valid data set name is included in the data. If you cannot determine the cause of the error, have your CICS system programmer contact BMC Customer Support for assistance.

DCIDA4I DDNAME= ddName NOT DEFINED IN FCT

Explanation: This information message indicates that the CICS FCT does not contain an entry DD name that can be used by the CTDCITSB program to read the CDAM file in order to set up Control-D/WebAccess Server file transfer.

The CTDCITSB program allocates the CDAM file in CICS using the DD name convention specified by ddName. The allocated file is then read, using standard CICS BDAM file access. Therefore, an entry must exist in the CICS FCT for the CDAM files.

The CTDCITSB program stops executing.

Corrective Action: Define at least one FCT entry in the format indicated by ddName, where the first five characters are a fixed prefix, followed by three digit numbers in ascending order, beginning with 000. For a full description of the required FCT definitions, see the $$DOCDPC member in the IOA CICSSAMP library.

DCIDA5I CONCURRENT USER LIMIT REACHED - TRY LATER

Explanation: This information message indicates that the maximum number of CICS FCT entries defined for Control-D/WebAccess Server file transfer was reached. The CTDCITSB program attempted to initiate a file transfer session, but found that there were no file transfer FCT entries available for use.

The CTDCITSB program stops executing.

Corrective Action: Wait until the current file transfer sessions have ended. If more concurrent sessions are required, contact your CICS system programmer for assistance.

DCIDA6I FILE IS DISABLED - CANNOT BE ACCESSED

Explanation: This information message indicates that the CDAM file allocated by the CTDCITSB program to a DD name defined in the CICS FCTfile for Control-D/WebAccess Server file transfer was disabled, and could not be opened for processing.

The CTDCITSB program stops executing.

Corrective Action: Make sure that all FCT entries used for Control-D/WebAccess Server file transfer are enabled.

DCIDA7I SECURITY AUTHORIZATION REQUIRED FN= func

Explanation: This information message indicates that the CTDCITSB program could not perform the func function because the necessary security authorization was not available.

The CTDCITSB program stops executing.

Corrective Action: Contact your CICS system programmer to define the correct security level in the CICS PCT entry of the DPCT and DPCC transactions using the RSL parameter.

DCIDA8I I/O ERROR OCCURRED DURING FILE ACCESS

Explanation: This information message indicates that an I/O error occurred while attempting to read a CDAM file. This error message is issued by the CTDCITSB program, while it is reading a CDAM file in preparation for transfer to the PC.

The CTDCITSB program stops executing.

Corrective Action: Verify that the file being accessed is a CDAM file and that the contents of the file have not been corrupted. If possible, correct the problem. If the error persists, have your CICS system programmer contact BMC Customer Support.

DCIDA9I I/O ERROR ON TEMPORARY STORAGE FILE

Explanation: This information message indicates that an I/O error occurred while attempting to write to the CICS Temporary Storage file. This error message is issued by the CTDCITSB program, which writes the data from a CDAM file to CICS Temporary Storage in preparation for transfer to the PC.

Possible causes are:

The CTDCITSB 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.

DCIDB0I NO SPACE ON TEMPORARY STORAGE FILE

Explanation: This information message indicates that a NOSPACE condition occurred during an attempt to write to the CICS Temporary Storage file. This error message is issued by the CTDCITSB program, which writes the data from a CDAM file to CICS Temporary Storage in preparation for transfer to the PC.

The CTDCITSB program stops executing.

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

DCIDB1I FILE PROCESSING COMPLETE

Explanation: This information message indicates that the CDAM file was successfully placed in Temporary Storage. It is now ready for transfer to the PC by means of the CICS 3270-PC file Transfer Program.

Corrective Action: No action is required.

DCIDB2I QUEUE DELETION PROCESSING COMPLETE

Explanation: This information message indicates that transaction DPCC has successfully deleted the Temporary Storage Queue used for transferring the CDAM file to the PC.

Corrective Action: No action is required.

DCIDB3I ERROR INVOKING DYNAMIC ALLOCATION SUBTASK. INLINE SVC WILL BE USED

Explanation: This information message indicates that an error occurred during an ATTACH of a dynamic allocation subtask. The CTDCITSB program, which writes the data from a CDAM file to CICS Temporary Storage in preparation for transfer to the PC, issues this message.

The dynamic allocation SVC is invoked from the CTDCITSB mainline program.

Corrective Action: Check the CICS job log for any additional messages. If the cause of the error cannot be determined, have your CICS system programmer contact BMC Customer Support for assistance.

DCIDB4I DYNAMIC ALLOCATION ERROR= rc error reason

Explanation: This information message indicates that the CTDCITSB program attempted to allocate a CDAM file in CICS. However, an error occurred during file allocation processing. The specified return code (rc), error, and reason are produced by the dynamic allocation routine.

The CTDCITSB program stops executing.

Corrective Action: For an explanation of the return codes, see the IBM manual MVS Programming: Authorized Assembler Services Guide. Contact your CICS system programmer for assistance if necessary.

DCIDB5I DYNAMIC UNALLOCATION ERROR= rc err rsn

Explanation: This information message indicates that the CTDCITSB program attempted to deallocate a CDAM file in CICS. However, an error occurred during file deallocation processing. The specified return code (rc), err, and rsn are produced by the dynamic allocation routine.

The CTDCITSB program stops executing.

Corrective Action: For an explanation of the return codes, see the IBM manual MVS Programming: Authorized Assembler Services Guide. Contact your CICS system programmer for assistance if necessary.

DCIDB6I FILE OPEN ERROR: EIBFN= func EIBRCODE= errCode

Explanation: This information message indicates that an error occurred while attempting to open a CDAM file allocated to CICS. This error message is issued by the CTDCITSB program, which writes the data from a CDAM file to CICS Temporary Storage in preparation for transfer to the PC.

The CTDCITSB program stops executing.

Corrective Action: Check the appropriate CICS manual for an explanation of error errCode for function func. If the cause of the error cannot be determined, have your CICS system programmer contact BMC Customer Support.

DCIDB7I FILE CLOSE ERROR: EIBFN= func EIBRCODE= errCode

Explanation: This message indicates that an error occurred while attempting to close a CDAM file allocated to CICS. This error message is issued by the CTDCITSB program, which writes the data from a CDAM file to CICS Temporary Storage in preparation for transfer to the PC.

The CTDCITSB program stops executing.

Corrective Action: Check the appropriate CICS manual for an explanation of the errCode error for the func function. If the cause of the error cannot be determined, have your CICS system programmer contact BMC Customer Support for assistance.

DCIDB8I UNABLE TO LOAD CTDPARM

Explanation: This information message indicates that the CTDCITSB program failed to load CTDPARM, because CTDPARM was disabled or was not defined in the CICS PPT. The CTDCITSB program builds the Temporary Storage Queue containing data from input CDAM files for transfer to a PC using the IBM CICS 3270-PC file Transfer Program. CTDCITSB attempted to load the module because it requires some data from CTDPARM.

The CTDCITSB program stops executing.

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

DCIDB9I TRANSACTION transid NOT RECOGNIZED

Explanation: This information message indicates that transaction transid is not recognized by the CTDCITSB program. The CTDCITSB program builds a temporary storage queue containing data from input CDAM files for transfer to a PC using the IBM CICS 3270-PC file Transfer Program.

The CTDCITSB program stops executing.

Corrective Action: Check that the correct transactions are defined for the CTDCITSB program. The required transactions are DPCT and DPCC. For more information, refer to the installation instructions in the IOA CICSSAMP library.

Parent Topic

DCI messages