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.

User response

Depending on the cause of the cleanup failure, BPE might have created an SDUMP. If so, save the memory dump, SYSLOG, and SYS1.LOGREC information and contact IBM® Software Support. If BPE did not create an SDUMP, obtain the return code, reason code, and component from the BPE0026E message and contact IBM Software Support with this information.

Module

BPERSM00