Impossible to access Job Runs with user having PROFSUP profile.
book
Article ID: 87035
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Affects Release version(s): 5
Error Message : Pop-up error message from Univiewer Console. ############################ DUAS: Job Runs on calpmpst02 for PRE560 in Area A: You don't have the permission to display the job runs. ############################
Description :Impossible to access Job Runs with user having PROFSUP profile.
Cause
Cause type: Configuration Root Cause: By default, the PROFSUP profile is not allowed access Application or Integration area as defined in the security.txt located in UXMGR directory. # --------------------------------------------------------------
Environment
OS: All OS Version: ALL OS
Resolution
In order to solve this issue, you may grant access to PROFSUP by changing the following lines in the security.txt under the PROFSUP section:
From: ******************************************************** # -------------------------------------------------------------- # Area Object # KEY Value [A,I,S,X] AREA=A* - DISPLAY # AREA=I* - DISPLAY ******************************************************** To: ******************************************************** # -------------------------------------------------------------- # Area Object # KEY Value [A,I,S,X] AREA=A* + DISPLAY # AREA=I* + DISPLAY ********************************************************