|
Problem |
If you are setting up WebSphere®
Application Server for z/OS® V5 on a system that shares RACF database with
WebSphere Application Server V4.
The following error messages are issued:
BBOU0003E CB SERIES CONTROL REGION NAMING01 ENDED ABNORMALLY,
REASON=C9C24089 indicating a user is not authorized. The following
message
also can be found in the WAS error log for the Naming server control
region (BBONM):
BBOU0096E initACEE (IRRSIA00) failed for MVS
Userid: CBADMIN , with SAF Return Code=8, RACF Return Code=8,
RACF Reason Code=32
|
|
Cause |
The V5 customization job *.CNTL(BBOWBRAK) calls
*.DATA(BBOWBRAC) which does a:
RDEFINE APPL CBS390 UACC(NONE)
PERMIT CBS390 CLASS(APPL) ID(WSCFG1) ACCESS(READ)
If the customer did not execute the following permit statements for
WebSphere Application Server V4 indicated in APAR PQ62755.
PERMIT CBS390
CLASS(APPL)
ID(CBCLGP CBADMGP CBCTL1 CBSR1 CBASR1 CBASR2 CBIVPGP CBIVPGP2)
ACCESS(READ) |
The newly created APPL class CBS390 is checked by WebSphere Application
Server V4, and users logging into the V4 SMEUI may fail because the CBS390
APPL class does not contain id's
CBCLGP CBADMGP CBCTL1 CBSR1 CBASR1 CBASR2 CBIVPGP CBIVPGP2.
|
|
Solution |
Follow instructions for APAR PQ62755.
PERMIT CBS390 CLASS(APPL)
ID(CBCLGP CBADMGP CBCTL1 CBSR1 CBASR1 CBASR2 CBIVPGP CBIVPGP2)
ACCESS(READ)
|
|
|
|
|
|
|
|