An additional TYPE code of AB3 was added to an ACF2 X(RGP) record used for CICS transactions:
**** / RSRCGRP LAST CHANGED BY xxxxxxxx ON 06/24/24-09:13
EXCLUDE()
INCLUDE(P*** Q*** R*** S*** T***
U*** V*** W*** X*** Y*** Z***) RESOURCE
TYPE(AB1 AB2 AB3)
A respective resource access rule was written:
$KEY(RSRCGRP) TYPE(AB3)
UID(uid for user) ALLOW
F ACF2,NEWXREF command was issued
However, when trying a rebuild via CICS ACFM, the following error is seen and an ACF2 TEST command does not validate successful access. What is the reason, and how can it be fixed?
ACF04039 ERROR FREEING THE RAB3 DIRECTORY XREF TABLE
ACFAE127 Directory build complete for Resource=TRANS TYPE=AB3
ACFAE203 Function has been completed
The type codes in the X(RGP) record must be made resident in the GSO INFODIR as documented in X-RGP Records.
ACF2 commands to add AB3 to the INFODIR:
SET C(GSO)
CHA INFODIR TYPES(R-RAB3)
F ACF2,REFRESH(INFODIR)
F ACF2,REBUILD(AB3)
If all steps above have been followed and PE'd PTF LU00294 has been applied, also verify that resolving PTF LU12597 is applied.