We began using DVM with ACF2 and are converting to RACF and moving old ACF2 environment applications across to the RACF systems.
Whereas ACF2 barely noticed DVM was running, RACF requires definitions or returns RESOURCE NOT DEFINED and fails the effort.
We defined the RACF class dynamically in the class descriptor table, then were instructed to define profiles for the class as follows :
RDEFINE RAVZ ADATRACE UACC(NONE)
RDEFINE RAVZ ATHZOOM UACC(NONE)
RDEFINE RAVZ CONTROLBLOCKS UACC(NONE)
RDEFINE RAVZ CICSCONNECTIONS UACC(NONE)
RDEFINE RAVZ DATABASES UACC(NONE)
RDEFINE RAVZ DATAMAP UACC(NONE)
RDEFINE RAVZ GLOBALS UACC(NONE)
RDEFINE RAVZ LINKS UACC(NONE)
RDEFINE RAVZ PARMS UACC(NONE)
RDEFINE RAVZ TOKENS UACC(NONE)
RDEFINE RAVZ TRACEBROWSE UACC(NONE)
etc.
these are documented via FACILITY class in the SAVZCNTL(AVZRARES) member
each profile which is longer than 8 characters returns
RDEFINE RAVZ CONTROLBLOCKS UACC(NONE)
INVALID ENTITY, CONTROLBLOCKS
Looking for thoughts on what causes this and any RACF parameters / settings which could be causing us to fail when it obviously worked at Rocket.
Thanks,
Kevin
------------------------------
Kevin Flanagan
------------------------------
#Db2Toolsforz/OS