We are receiving the message below periodically without making any changes to the RACF resource:
CAL0C0SF 04 000 UCINIT /TMSINIT /YSVCCOND CAS9034E - FUNCTION(RESCHECK) RESOURCE IS NOT PROTECTED
Sometimes the message is displayed when TMSINIT is issued and other times the message is not produced at all.
This error occurs when the subsequent manual run of TMSINIT is issued after the initial IPL's.
Release : 14.0
Component : CA 1 Tape Management
First, issue an RLIST command to list the existing definition;
RLIST CDT CA@APE CDTINFO
What could be causing the return code 4 is an issue with the MAXLENGTH and MAXLENX definition that is currently being used. If they both are greater than 24, please proceed with what is below.
Change the MAXLENGTH and MAXLENX to 24 with the following command;
RALTER CDT CA@APE CDTINFO(MAXLENGTH(24) MAXLENX(24))
Next, please run the SETROPTS REFRESH commands as well so the output can be collected.
SETROPTS RACLIST(CDT) REFRESH
SETROPTS RACLIST(CA@APE) REFRESH
Once the MAXLENGTH is updated, this should resolve the issue.