|
Problem |
You receive the following error message
when trying to do a cold start of the daemon causing the daemon to
terminate abnormally.
BBOU0041E Function Context::AssignTransaction RRSAF IDENTIFY failed with
RC=12, REASON=00F30006
BBOU0009E CB SERIES DAEMON DAEMON01 ENDED ABNORMALLY,
REASON=C9C2152E. |
|
|
|
Solution |
The meaning of 00F30006 states:
A failure occurred while processing the Subsystem Name during connection
processing. In the ABEND case, connection processing failed when accessing
the subsystem name from the callers PSW key. In the nonabend case (which I
think applies to this case), MVS was unable to locate a DB2® subsystem
with the specified name.
Make sure DB2 is up and running. Check the value of the
"SYS_DB2_SUB_SYSTEM_NAME=" environment variable which should be the name
of your DB2 subsystem. This should be in the current.env of both Daemon
and Systems Management. |
|
|
|
|
|
|
|