After upgrading, getting error DC00205E COMPONENT DCCTXPR IS NOT ACTUALLY DCCTXPR
search cancel

After upgrading, getting error DC00205E COMPONENT DCCTXPR IS NOT ACTUALLY DCCTXPR

book

Article ID: 7030

calendar_today

Updated On:

Products

Datacom Ideal IPC

Issue/Introduction

After upgrading to a new release of Datacom CICS Services, I am getting the following messages during CICS start up : 

IDAEPLTP01F - IDEAL PLT TASK TO BUILD IN-CORE MODULE TABLE FAILED 
IDAEPLTP14F - DATADICTIONARY FILE TABLE IS NOT OPEN.

Trying to open it with DBOC OPEN=02 gets the following errors:

DC00205E COMPONENT DCCTXPR IS NOT ACTUALLY DCCTXPR 
DC00270W CICS INTERFACE UNUSABLE
DC00380I TRANSACTION COMPLETED.

Resolution

The IDEAL errors will be resolved once Datacom CICS Services is working. The DC00205E error indicates the  DCCTXPR exit is from an older release. Since release 14.0, the DCCTXPR exit was changed to add a #MID coremark.

You need to modify your exit according to the sample source code provided in CAB1MAC(DCCTXPR) and then recompile and link the exit. You can check if it has a #MID coremark by issuing the CICS command:

DBUT M=DCCTXPR+60

It should show something like:

ADDRESS  OFFSET  -------  DATA IN HEX FORMAT ------- -CHARACTER FORMAT-
                +0       +4       +8       +C        0   4   8   C     
                                                                       
3C7FFE60  +0060 00000000 00000000 CA7BD4C9 C4CA0100 *.........#MID...* 
3C7FFE70  +0070 00480068 00000068 C4C3C3E3 E7D7D940 *........DCCTXPR * 
3C7FFE80  +0080 40C3C2F1 C6F0F0F0 4040A1D9 D4C9C44D * CB1F000  .RMID(* 
3C7FFE90  +0090 E2D6F1F2 F2F1F55D A140F2F0 F1F3F0F5 *SO12215). 201305* 
3C7FFEA0  +00A0 F2F140F1 F14BF5F8 40000000 00000000 *21 11.58 .......* 
3C7FFEB0  +00B0 C3C140C4 81A38183 9694AF40 C3C9C3E2 *CA Datacom. CICS* 
3C7FFEC0  +00C0 40E28599 A5898385 40D9F1F5 4BF14040 * Service R15.1  * 
3C7FFED0  +00D0 406040C3 D6D7E8D9 C9C7C8E3 404DC35D * - COPYRIGHT (C)* 
3C7FFEE0  +00E0 40F1F9F8 F860F2F0 F1F340C3 C14B4040 * 1988-2013 CA.  * 
3C7FFEF0  +00F0 40C1D3D3 40D9C9C7 C8E3E240 D9C5E2C5 * ALL RIGHTS RESE* 
3C7FFF00  +0100 D9E5C5C4 4B404040 40404040 40404040 *RVED.           * 

If you are using SYSVIEW, you need a new DCCTXPR exit from the Sysview CNM4BSAM SAMPLIB.

Additional Information

See Datacom Tools 15.1 documentation section Using Exit Programs