BPE0037E UNABLE TO START BPE: details

Explanation

A BPE address space startup module (BPEINI00 or BPEINIT0) encountered an error that prevented a BPE address space from starting.

In the message text:

details
A description of the problem that prevented the address space from starting. details is one of the following situations:
NOT APF AUTHORIZED
The address space being started is not APF-authorized. All BPE and IMS component modules must be in data sets that are APF-authorized. In addition, module BPEINI00 must be bound with authorization code 1: SETCODE AC(1)
NOT RUNNING IN KEY 7
BPE initialization received control in a key other than key 7. BPE must run in key 7. Ensure that the module specified on the PGM= parameter of your address space JCL EXEC statement is correctly added to the MVS PPT and specifies KEY(7).
BPEINIT= PARM MISSING OR INVALID
Either module BPEINI00 could not find the BPEINIT= keyword on the JCL startup parameters (PARM=), or the specified module name was missing or invalid. The BPEINIT= parameter is required and identifies the name of the BPE startup parameter module. The parameter module defines the type of IMS component address space to start.
ERROR LOADING BPEINIT= MODULE module
The module specified by the BPEINIT= keyword on the JCL startup parameters (PARM=) could not be loaded. In the message text:
module
The name of the module specified in the BPEINIT= keyword that could not be loaded.
BPEINIT= MODULE module LINKED AS REENTRANT
The module specified by the BPEINIT= keyword on the JCL startup parameters (PARM=) was loaded into key 0 storage. This situation probably occurred because the module was bound as reentrant. This module must be bound as non-reentrant. In the message text:
module
The name of the module specified in the BPEINIT= keyword that was linked as reentrant.
MISSING OR INVALID PARMS IN BPEINIT= MODULE module
The BPEINI00 module could not find a valid startup parameter data area (UCDB block) in the module specified by the BPEINIT= keyword on the JCL startup parameters. In the message text:
module
The name of the module specified in the BPEINIT= keyword.
UNABLE TO GET STORAGE FOR COPY OF MVS PARAMETERS
The BPEINI00 module could not get storage for a copy of the z/OS® input parameters.
UNKNOWN ERROR
The BPEINI00 module encountered an unknown error.

System action

The starting address space is abnormally terminated with either BPE abend 3401 or 3403.

Operator response

If the error described in this message is due to environmental conditions (for example, incorrect authorization or invalid parameters), correct the indicated problem and restart the address space. Otherwise, save any job log and system log information and contact IBM® Software Support.

Module

BPEINI00, BPEINIT0