BPE0026E CLEANUP FAILURE RC=rc RSN=rsn component
Explanation
An error occurred during BPE resource cleanup processing. Some resources might not be properly cleaned up. BPE establishes a resource manager routine to clean up global resources when an address space using BPE services terminates. If the resource manager cannot clean up a particular resource, it issues this message.
In
the message text:
- rc
- The return code, if applicable, from the failing service. This code might help to identify the cause of the failure.
- rsn
- The reason code, if applicable, from the failing service.
- component
- A short text string that identifies the component or resource
that could not be cleaned up. Possible components are:
- BPESVC: Clean up failed for the BPE SVC service. The return code and reason code in the message are from the BPE SVC EOMCLEANUP function. This error indicates that some of the SVC functions registered by the terminating address space might not have been properly deregistered.
- ALESERV: A call to the MVS ALESERV service to obtain the current address space STOKEN failed. The return code in the message is the return code from the ALESERV macro; the reason code is always zero.
System action
BPE resource cleanup processing continues with the next resource, and the address space terminates.