Abend (code 0C4/AKEA) offset X'00007AFC' in program VPEHJN70
book
Article ID: 129515
calendar_today
Updated On:
Products
CA IdealCA CISCA Common Services for z/OSCA 90s ServicesCA Database Management Solutions for DB2 for z/OSCA Common Product Services ComponentCA Common ServicesCA Datacom/ADCA ecoMeter Server Component FOCCA Easytrieve Report Generator for Common ServicesCA Infocai MaintenanceCA IPCUnicenter CA-JCLCheck Common ComponentCA Mainframe VM Product ManagerCA Chorus Software ManagerCA On Demand PortalCA Service Desk Manager - Unified Self ServiceCA PAM Client for Linux for zSeriesCA Mainframe Connector for Linux on System zCA Graphical Management InterfaceCA Web Administrator for Top SecretCA CA- Xpertware
Issue/Introduction
We have abends in a Development CICS region, we cannot t use Ideal, because of the messages: DFHSR0622 CICS5304 An attempt to overwrite the ECDSA has caused the abend ... DFHSR0001 CICS5304 An abend (code 0C4/AKEA) has occurred at offset X'00007AFC' DFHME0116 CICS5304 618
Cause
VPEHJN70 is defined Uexeckey
Environment
z/os, CA Datacom/DB Ideal 15.0
Resolution
Modules VPEHJE70 and VPEHJN70 must be defined with EXECKEY CICS.
I PROG(VPEHJN70) STATUS: RESULTS - OVERTYPE TO MODIFY Prog(VPEHJN70) Leng(0000000000) Ass Pro Ena Pri Ced Res(000) Use(0000000004) Bel Uex Ful Qua Cic Nat
Put an S next to Prog.....results should look like the following...
I PROG(VPEHJN70) RESULT - OVERTYPE TO MODIFY Program(VPEHJN70) Length(0000000000) Language(Assembler) Progtype(Program) .... Dataloc(Below) Execkey(Cexeckey) <=== verify that it is showing Cexeckey and not Uexeckey. ....