Upgraded Datacom Server to 15.0 and now getting error message:
DB00501E - OPEN ERROR - RETURN CODE 68 (001)
This happens when the Datacom Server region starts before the MUF has finished initializing.
DELAY68=2 is coded in DBSIDPR but not getting messages:
DB00123I - WAITING FOR MUF AVAILABILITY DB00124W - REMAINING DELAY68 TIME - 2 MINUTES
Z/OS
Datacom Server 15.0 has new startup parameters to control MUF connection retry, RECONNECT_ATTEMPTS and RECONNECT_DELAY .
Add the following to the Server startup parameters:
RECONNECT_ATTEMPTS=2
RECONNECT_DELAY=2
For documentation, see Administrating Datacom Server, Startup Options.