Author Topic: CMOD 8.5.0.5 and RACF-exit  (Read 2766 times)

hakan_carlberg

  • Guest
CMOD 8.5.0.5 and RACF-exit
« on: May 28, 2012, 08:21:12 AM »
Hi

I've upgraded my CMOD from 8.4.0.4 to 8.5.0.5:
- Run the command '...arsdb -u ', received msg to set "ARS_CODESET=IBM-278"
- Compiled the RACF-exit(Without any error)

Now that we run, and there's an check for authorization against a FOLDER including NLS-character we get this check
in RACF(visiable thru NOTIFY-keyword in RACF):
"
ICH70004I IN CLASS ''ODTT?FOL'' AT 11:57:48 ON MAY 28, 2012             
ICH70004I USER(HACA02) GROUP(CDDPUOP) NAME(H?KAN CARLBERG)             
ICH70004I ATTEMPTED ''READ'' ACCESS OF                                 
ICH70004I ENTITY ''TEST$''                                             
"

note that the Entety should be "TEST?" and not "TEST$".

Now I should point out that if I'm running as a System Administor and "SRVR_FLAGS_FORCE_SECURITY=0" then everything works, so it's no problem to have a FOLDERNAME in NLS-characters...it's just the RACF-exit that gives me a problem.
I didn't have any problem using the RACF-exit in 8.4.0.4

This error is recieved both thru ODWek and OnDemand-client.

I've opened a PMR, but just wanted to check if anybody have stunbled over this earlier.

Regards
/H Carlberg

hakan_carlberg

  • Guest
Re: CMOD 8.5.0.5 and RACF-exit
« Reply #1 on: May 30, 2012, 08:34:43 AM »
Hi

The solution was ENVAR LC_ALL=SV_SE.IBM-278

regards
/H Carlberg