zOSMF error related to REALM class
search cancel

zOSMF error related to REALM class

book

Article ID: 238138

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

When using the z/OSMF Sysplex option the following error is found:

 

WARNING:Cannot get Connection information from system XXXX due to CEA error: Returncode:-1;Reasoncode:104992825

 

 

 

Environment

Release : 16.0

Component : Top Secret for z/OS

Cause

The Reason code 104992825 in hex is 6421039, where 1039 is a security error: APPLDATA is not defined.

Each security database REALM has its own unique APPLDATA profile, which is associated with the SAFDFLT profile. The same SAFDFLT APPLDATA value is used across all systems in the Sysplex.

 

The RACF member CEASEC contains the following:

//* Define the name using the SAFDFLT profile in the REALM class
//* Substitute an appropriate string for plexname.  If the
//* security database is shared,   plexname would be a good choice.
//* If the security database is only per system,  then system name
//* would be appropriate.  The APPLDATA string should be unique for
//* each security database.  They must be the same if the content is
//* intended to represent the same data.  (FRED = FRED).:
RDEFINE REALM SAFDFLT APPLDATA('<plexname OR other unique string>')

Resolution

Top Secret has the default resource class RACREALM defined.

So, the SAFDFLT should be owned and permitted using the following commands:

TSS ADD(deptname) RACREALM(SAFDFLT)
TSS PER(ALL) RACREALM(SAFDFLT) APPLDATA(plexname)