For debug tool v14 with IDz you can receive the error message "EQA9929E IBM z/OS Debugger failed Product Registration. IFAEDREG RC = 00000004. The enclave will be terminated. "
Answer by Tom_Principaal (653) | Oct 02, 2017 at 10:06 AM
Explanation: Debug Tool called IFAEDREG to check for an enabled product registration for Debug Tool. IFAEDREG indicated that the check did not succeed. Programmer response: If Debug Tool is licensed to run on this machine, the system programmer should register and enable the product registration per the appropriate Program Directory.
Your PARMLIB MEMBER IFAPRD0xx needs to be corrected , usually the NAME and FEATURENAME parameters should be corrected, see example.
IFAPRD0xx Example: PRODUCT OWNER('IBM CORP') NAME('IBM Debug for z') ID(5655-Q50) VERSION() RELEASE() MOD() FEATURENAME() STATE(ENABLED)
Answer by Margaret_Moore_Koppes (1) | May 29, 2018 at 01:23 PM
The exact IFAPRD entry is as follows - it took me awhile to find it so I share it with you and anyone doing a google search for the error message!
PRODUCT OWNER('IBM CORP')
NAME('IBM Debug for z')
ID(5655-Q50)
VERSION() RELEASE() MOD(*)
FEATURENAME('IDz-DEBUGGER')
STATE(ENABLED)
Nice to see you on here!! Margaret
Thanks Margaret , small correction - add '' in version and release : VERSION() RELEASE() MOD() https://www.ibm.com/support/knowledgecenter/SSQ2R2_14.1.0/com.ibm.debugtool.doc/cgdita/enabledebugger.html is the link to the doc.