CA View - $HASP186 message received for SARSTC
search cancel

CA View - $HASP186 message received for SARSTC

book

Article ID: 218698

calendar_today

Updated On:

Products

View

Issue/Introduction

We just enabled a new SARSTC task.

After that, we started getting this message quite frequently in our SYSLOG:

STC13556 00000290  $HASP186 SYSA OUTGRP=1.1.1 NOT SELECTED BY STC39109/SARSTC.SARSTC.
                   297
                                   DUE TO SECURITY POLICY

It looks like SAR task/userid needs a RACF Access to some profile, but I couldn't identify it, as no ICH408i pops up in the log when we get this message.

What profile (or other security entity) would SARSTC need to be able to archive this output ?

Environment

Release : 14.0

Component : CA View

Resolution

The $HASP186 message:

    $HASP186 SYSA OUTGRP=1.1.1 NOT SELECTED BY STC39109/SARSTC.SARSTC.
                                  DUE TO SECURITY POLICY

means that the SARSTC task needs to be defined with ALTER authority to the JESSPOOL class. 

Check if there is already a Profile defined under the JESSPOOL class. If not, the following commands can be used to define a wildcard Profile:

RDEFINE JESSPOOL ** UACC(NONE)
PERMIT ** CLASS(JESSPOOL) ID(<user>) ACCESS(ALTER)