OnDemand User Group

Support Forums => Windows Client => Topic started by: DDP021 on March 01, 2018, 07:52:51 AM

Title: Not autherized to do unloads
Post by: DDP021 on March 01, 2018, 07:52:51 AM
We just recently upgraded to 9.5...When attempted to do an unload via SYSTEM LOAD, we're getting "user not authorized"...Our ids are defined as system admininstrators...anyone else run into this issue?
Title: Re: Not autherized to do unloads
Post by: Nolan on March 01, 2018, 08:32:26 AM
It sounds really familiar.  You don't say what platform so here is what I suggest you look at.

On our Z/OS instance - Security Exit
         i. ARSUSECX - We have a custom assembler exit for RACF
         ii. ARSUSECC - (we didn't modify it but it had to be compiled and placed in the user Exit path)
         iii. ARSUPERM is required if using a Security Exit  (we didn't modify it but it had to be compiled and placed in the user Exit path)

If you are using a custom security Exit make sure you have both the arsusec and arsuperm in the ARS_USER_EXITS_DIR=/your/custom/path/here