On 21 April 2016 at 12:01, Tracy Adams <[email protected]> wrote:
> seteuid 0
> Error codes: 0 -1 A4 B7F1C00
> EMVSSAF2ERR: SAF/RACF error
>
> Dubious nothing has changed in the RACF world and this use to work.  The only 
> thing I can find is that the userid needs acc(read) to bpx.superuser which it 
> does.  Where do I begin to debug this RACF error?

Are you sure the line with the error codes was copied accurately? I
would expect the last piece to have 8 hex digits; it's the errno2
value. The A4 (EMVSSAF2ERR) is saying it's a RACF error encountered by
the UNIX seteuid() service. The last two bytes (4 digits) of that 8
character hex string should be the RACF return and reason codes from
the RACF IRRSEU00 callable service, described in the RACF Callable
Services book.

If it's really coming out as 7 digits, then I'd call IBM and complain.
If it got mangled or typo'd, then look up the corrected version in the
Callable Services book and see if that leads you further. All this
seems to have to do with authorization to change the effective UID.

Tony H.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to