When trying to display storage in Omegamon, a SAF call is made to validate command authority.
The SAF call returns:
KM54025I: USER=xxxxxx PWD= CLASS=KOB$SAFC RESOURCE=xxx.TESTPLEX:yyyy:MVSSYS.TAKEACTION.MEMLIST
KM54026I: RACROUTE VERIFY REG15=00000000 SAFPRRET=00000000 SAFPRREA=00000000 SAFPSFRC=00000000 SAFPSFRS=00000000
KM54027I: USER=xxxxxx RESULT: RESOURCE NAME IS TOO LONG FOR THIS CLASS
Is there a limit on the resource name length and can it be changed?
Release : 16.0
Component : CA ACF2 for z/OS
The default length for a resource is 39 characters.
However, this can be changed using a CONTROL(GSO) CLASMAP record as follows..
ACF
SET CONTROL(GSO)
INSERT CLASMAP.KOB$SAFC ENTITYLN(??) RESOURCE(KOB$SAFC) RSRCTYPE(KOB)
F ACF2,REFRESH(CLASMAP)
END
The entityln(??) value depends on what the maximum length of the resource is.
The default RSRCTYPE is the first three characters of the class name