After CARS2210 and PTF LU03950 receiving IDAEPL2P01I and IDAEPL2P06I in CICS
search cancel

After CARS2210 and PTF LU03950 receiving IDAEPL2P01I and IDAEPL2P06I in CICS

book

Article ID: 263404

calendar_today

Updated On:

Products

Ideal

Issue/Introduction

After CARS2210 maintenance (includes PTF LU03950 )  I am receiving these errors after IDEAL IN-CORE modules were built:

IDAEPLTP05I - TASK TO BUILD IDEAL IN-CORE MODULE TABLE COMPLETED
IDAEPL2P04I - TASK TO BUILD IDEAL IN-CORE TRANSACTIONS STARTED              
IDAEPL2P01I - FAILED TO BUILD IN-CORE TRAN TABLE, ASSEMBLED TBLS USED       
IDAEPL2P06I - LST xxxxLIST DOES NOT EXIST                                   

Environment

Release : 15.1

Resolution

PTF LU03950 introduced the new Online Transaction Management feature which allows you to manages transactions through lists and groups stored as VLS members.
See the HOLDACTION in that PTF.
Those messages are just informational to let you know that the xxxxLIST VLS member was not found, which means we will continue to use the assembled transaction tables as usual. 
Only when that properly named LIST exists will IDEAL switch to using the online transaction table instead of the assembled tables.  
You can apply the PTF without converting to the Online Transaction Management.  

There are 2 things that will trigger the building of the online transaction table:
- Running transaction IDP2
- Running an Ideal non-terminal transaction (async, web) or user created terminal transactions. This triggers a call to @IAEPL2P.

If only running core product-supplied transactions (IDEA, IDLX, IPCV, DDOL, etc - not including sample transactions IDAV & IDWV), then the online transaction table is not built and you will not see the IDAEPL2P01I and IDAEPL2P06 messages. 

 

Additional Information

See documentation section Convert to Online Transaction Management