DFS4592E COMMIT EXIT SETUP FAILURE. REASON - rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr RETCD=yyyyyyyy
Explanation
IMS is unable to set up the environment to call the Commit user exit routine (CMTEXIT: Commit user exit routine) in the dependent region. The exit will not be called during the life of this region. This does not affect other dependent regions, but they might hit the same error during their initialization.
The reason text in the message gives additional information about the failure.
In the message text:
- rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
- The reason that the Commit exit environment setup failed. Possible values include:
- NO EXIT
- IMS encountered an internal error while locating the Commit exit(s) for the dependent region.
- STORAGE OBTAIN FAILURE FOR EXIT LIST
- IMS is unable to allocate storage for the dependent region's copy of the Commit exit list.
- STORAGE OBTAIN FAILURE FOR EXIT STORAGE
- IMS is unable to allocate storage for the Commit exit's use.
- yyyyyyyy
- The return code from the storage service or the value N/A if the error reason is NO EXIT.
System action
The IMS dependent region continues initializing. The Commit exit will not be called in the dependent region.
System programmer response
For NO EXIT errors, issue the command QRY USEREXIT TYPE(CMTEXIT)
SHOW(ALL) to ensure that a Commit exit exists. If an exit exists, recycle the IMS control
region and start the dependent region again. If the problem persists, set a SLIP on the DFS4592E
message to collect a dump as follows and contact IBM support.
SLIP SET,EN,ID=xxxx,MSGID=DFS4592E,A=SVCD,JL=(imsctl,imsdli),END
xxxxis the ID you want to assign to the SLIP.imsctlis the IMS control region job or STC name.imsdliis the IMS DLI region job or STC name.
For storage failures, ensure that the dependent region is running with enough storage.
Module
DFSASK00