BPE0001E BPE INITIALIZATION ERROR IN MODULE module
details

Explanation

An error occurred in early IMS Database Recovery Facility BPE initialization. This is a two-line message. Each line begins with the message number.

In the message text:
module
The module detecting the error
details
A one-line explanation of the type of error that was detected
version
The hexadecimal invalid version number from the definition module
The details line of the BPE0001E message further explains the error detected, and can be one of the following:
  • MODULE module HAS AN INVALID VERSION NUMBER version

    An IMS Database Recovery Facility BPE definition module had an invalid version number. IMS Database Recovery Facility BPE uses version numbers as a consistency check to ensure that the definition modules being loaded match the version of IMS Database Recovery Facility BPE that is running.

    In the message text:
    module
    The IMS Database Recovery Facility BPE definition module in which the invalid version was detected
    version
    The hexadecimal invalid version number from the definition module
  • MODULE module IS LINKED REENTRANT - IT MUST BE NON-REENTRANT

    An IMS Database Recovery Facility BPE definition module was loaded into key zero storage. IMS Database Recovery Facility BPE definition modules are modules that contain (data control blocks), and thus must be loaded into storage that is in the same storage key in which IMS Database Recovery Facility BPE is running. The most common cause for this error message is linking a definition module as reentrant, which loads it into key zero storage. IMS Database Recovery Facility BPE definition modules should be link-edited as non-reentrant.

    In the message text:
    module
    The IMS Database Recovery Facility BPE definition module that was loaded in key zero storage
  • UNKNOWN ERROR, MODULE RC=rc

    An internal error occurred that IMS Database Recovery Facility BPE does not recognize.

    In the message text:
    rc
    The return code from the failing module
  • ERROR LOADING MODULE module BPELOAD RC=rc

    Load failed for a module.

    In the message text:
    module
    The name of a module that could not be loaded
    rc
    The return code from the IMS Database Recovery Facility BPE load service, BPELOAD
  • ERROR LOADING MODULES module... BPELOAD RC=rc

    Load failed for several modules.

    In the message text:
    module
    The name of the first of several modules that could not be loaded
    rc
    The return code from the IMS Database Recovery Facility BPE load service, BPELOAD
  • UNABLE TO CREATE threadtype THREAD, BPETHDCR RC=rc

    A request to create an IMS Database Recovery Facility BPE thread (internal unit of work) failed.

    In the message text:
    threadtype
    A 4-character name of the thread type that could not be created
    rc
    The return code from the thread create service, BPETHDCR
  • MODULE module IS NOT A VALID type DEFINITION MODULE

    IMS Database Recovery Facility BPE encountered an error with an internal IMS Database Recovery Facility BPE definition module. IMS Database Recovery Facility BPE uses definition modules to construct its execution environment. If a definition module is not correct, IMS Database Recovery Facility BPE cannot build the appropriate environment.

    In the message text:
    module
    The name of an IMS Database Recovery Facility BPE definition module that is in error
    type
    The type of definition module in error
  • UNABLE TO GET NECESSARY STORAGE, BPEGETM RC=rc

    IMS Database Recovery Facility BPE could not obtain the required storage.

    In the message text:
    rc
    The return code from the BPE GETMAIN service, BPEGETM
  • UNABLE TO GET STORAGE FOR blocktype BLOCK, BPECBGET RC=rc

    IMS Database Recovery Facility BPE could not obtain storage for a required control block.

    In the message text:
    blocktype
    A 4-character name of an internal BPE control block that could not be obtained
    rc
    The return code from the BPE control block get service, BPECBGET
  • ERROR READING PROCLIB DATA SET, BPERDPDS RC=rc

    IMS Database Recovery Facility BPE could not read a PROCLIB DD data set. This message follows message BPE0002E, which provides further details on the specific data set and member that could not be read.

    In the message text:
    rc
    The return code from the IMS Database Recovery Facility BPE partitioned data set reading service, BPERDPDS
  • ERROR PARSING datasettype, BPEPARSE RC=rc

    An error was detected while trying to parse a configuration data set. This message follows message BPE0003E, which provides further details on the error.

    In the message text:
    data_set_type
    A description of the type of data set that was being parsed. This can be one of the following:
    • BPE CONFIG MEMBER: The main IMS Database Recovery Facility BPE configuration PROCLIB member specified on the BPECFG parameter of the startup JCL or procedure.
    • component USER EXIT LIST MEMBER: The user exit list PROCLIB member for either IMS Database Recovery Facility BPE or IMS Database Recovery Facility. This is the user exit list member specified on the EXITMBR statement in the BPE configuration PROCLIB member.
    rc
    The return code from the IMS Database Recovery Facility BPE parsing service, BPEPARSE.
  • INITIALIZATION FAILED FOR service, RC=rc

    IMS Database Recovery Facility BPE was unable to initialize an IMS Database Recovery Facility BPE system service.

    In the message text:
    service
    The name of the IMS Database Recovery Facility BPE service that failed initialization. Values for this field include:
    • BPE RESMGR: An error occurred when IMS Database Recovery Facility BPE tried to establish a resource manager routine to clean up global resources used by IMS Database Recovery Facility BPE. The return code in this message is the return code from the MVS RESMGR macro call that failed.
    • USER EXITS: An error occurred while trying to load user exit modules. This message might be preceded by other error messages that indicate the problem. The return code from the module that loads the user exits (FRDUXRF$) is in the rc field in this message.
    • BPE SVC: An error occurred when IMS Database Recovery Facility BPE tried to initialize the BPE SVC routine. IMS Database Recovery Facility BPE provides an internal SVC routine for use by IMS Database Recovery Facility BPE and IMS Database Recovery Facility components. The SVC is installed dynamically when an IMS Database Recovery Facility BPE address space is started. This error message is issued when the IMS Database Recovery Facility BPE SVC could not be installed.

      If the rc field in the message is X'00000020', you are probably trying to start the address space on an MVS system that is not at the required maintenance level. The MVS system must be at least at MVS SP 4.3.0 or higher. If the MVS system is at MVS SP 5.2.0 or below, you must have MVS APARs OW13312 and OW13315 applied.

    rc
    The return code from the lower level initialization module that encountered the error.
  • INVALID CALLABLE SERVICE CODE code IN MODULE module

    IMS Database Recovery Facility BPE detected an invalid user exit callable service code in the indicated module. Both IMS Database Recovery Facility BPE and IMS Database Recovery Facility can define callable services that user exits can use. Each callable service has a callable service code used to request the service. This error indicates that there is a definition error in the specified module.

    In the message text:
    code
    The callable service code in error, in hexadecimal.
    module
    The name of the callable service module that had the invalid callable service code defined.

System action

Abend U3400 with subcode 05 follows this message. The address space ends.

User response

If the error described in this message is caused by environmental conditions (for example, insufficient storage or modules missing from your STEPLIB data set), correct the indicated problem and restart the address space. Otherwise, save any dump and SYSLOG information, and contact IBM® Software Support.

Module

FRXAWI0$, FRXCBI0$, FRXCMDI$, FRXDSI0$, FRXHTI0$, FRXINIT$, FRXPCFG$, FRXRV1I$, FRXSTI0$, FRXTRI0$, FRXUXI0$, FRXXMOD$, FRXXSYS$