Problem:
When I select debug, start debugging, select CICS, then enter the transaction code, the application output window comes up without my CICS map. If I try to enter the transaction, the message appears in the window: " TXKC0000E Invalid transaction ID, please re-submit". And the following messages appear:
TXSE0009I Region is running with Resource security disabled. 14:41:19
TXSI1719I Loading single process system 3270 support (Ver TX 3.0.00) 14:41:19
TXSI9009I Debug initialization for ALL successful 14:41:19
TXSI1738I Assembler Option support loaded successfully 14:41:19
TXSI1600I Server initialization completed successfully 14:41:19
TXSI5001I PLTPI - No PLT Specified 14:41:19
I was able to do this before I got ghosted and had to reinstall. I did rebuild my project without any problem. Also I imported my Resource Definition File. Any ideas on how
to correct or what is happening?
Resolution:
This can happen if the group containing your transaction code is not in the MFCICS Startup List. Check this by going to the MFE Project View. Along the bottom there are tabs (Files, Workgroup, CICS, etc). Select the CICS tab. When the CICS Option window is displayed highlight the left hand pane for 'CICS System'. Next right-click on 'CICS System' and then select 'Startup List'. The 'Project Startup List Configuration' window is displayed. Look for your desired Group in the right hand pane. It should be listed there. Highlight the Group, then click 'Add' in the middle of the window. The Group will be moved into the Startup List. Click OK and retry the trancode.
MFCICS uses this order for its CICS Regions: Region, Startup List, Group, SIT.
#MFDS
#EnterpriseDeveloper