Problem: The ibi WebFOCUS Reporting Server Abends With a U4039 Code
Problem: The server abends with a U4039 code.
Cause: This is a generic abend.
Solution: Find out what caused the abend by checking the edaprint.log file, SYSOUT ddname, and the MVS system log.
Problem: INSUFFICIENT AUTHORITY TO GETPSENT messages in JESLOG
Problem: INSUFFICIENT AUTHORITY TO GETPSENT messages appearing in JESLOG.
Cause: See IBM APAR II11813.
Solution: The APAR recommends issuing one of the following RACF commands:
SETROPTS LOGOPTIONS (NEVER(PROCACT)) SETOPTS LOGOPTIONS (DEFAULT(PROCACT))
However, when a non-superuser in the OMVS shell issues the command ps -ef, the following security message is repeated in SYSLOG:
ICH408I USER(default) GROUP(dgltgrp) NAME(bpxdefaultuser) 060 CL(PROCACT) INSUFFICIENT AUTHORITY TO GETPSENT
This does not indicate an error. It is an informational message issued because of RACF LOGOPTIONS settings. The ps -ef command is a request to show all processes that the requester is authorized to see, but a non-superuser is allowed to see only his or her own processes.