DFS3911E ERROR INITIALIZING OTMA SVC - details

Explanation

An error occurred in module DFSYSVI0. DFSYSVI0 is the module that initializes the OTMA Callable Services SVC service, and is typically run as a stand-alone job before running applications that use the OTMA Callable Services. When DFSYSVI0 cannot complete the OTMA callable services initialization, it issues message DFS3911E to indicate why initialization failed.

In the message text:
details
A short summary of the reason why the OTMA Callable Services SVC initialization failed. details corresponds with the return code issued by the DFSYSVI0 module, and might be one of the following codes:
NOT EXECUTING IN PSW KEY 7
DFSYSVI0 was not given control in PSW key 7. DFSYSVI0 must run as an authorized program in PSW key 7. Add DFSYSVI0 to the program properties table. See IMS Version 15.4 System Programming APIs for instructions.
ESTAE CREATE FAILED, RC=rc
DFSYSVI0 attempted to establish a z/OS® recovery routine (ESTAE), but the create ESTAE call failed. rc is the return code from the MVS ESTAE macro.
BPESVC INIT FAILED, RC=rc
DFSYSVI0 could not initialize the BPE SVC service. rc is the return code from the BPESVC initialization call.
BLDL FOR DFSYSVC0 FAILED, RC=rc
An MVS BLDL call for module DFSYSVC0 failed. Ensure that DFSYSVC0 is included in the library from which you are running DFSYSVI0. rc is the return code from the MVS BLDL macro call.
GET FOR STORAGE FAILED, RC=rc
DFSYSVI0 could not get storage required for the OTMA Callable Services SVC module. rc is the return code from the MVS STORAGE macro call.
LOAD FOR DFSYSVC0 FAILED, RC=rc
An MVS LOAD call for module DFSYSVC0 failed. rc is the return code from the MVS LOAD macro call.
BPESVC REGISTRATION FAILED, RC=rc
Registration of the OTMA Callable Services SVC routine with BPESVC (BPE SVC services) failed. rc is the return code from the BPESVC REGISTER macro call.
ABEND OCCURRED DURING INITIALIZATION
An abnormal termination occurred during DFSYSVI0 processing. This message can be preceded by a DFS3908E message indicating the abend code and PSW, and by an SDUMP of the address space of the DFSYSVI0 job.

System action

Module DFSYSVI0 terminates. The OTMA Callable Services SVC is not initialized (or, if it was previously initialized, is not replaced).

System programmer response

For environmental errors (such as DFSYSVC0 not being in the same library as the one from which you are running DFSYSVI0), correct the error and rerun DFSYSVI0. For NOT EXECUTING IN PSW KEY 7 error, ensure that the library where DFSYSVC0 resides is APF authorized. For other problems contact IBM® Software Support.

Module

DFSYSVI0