IBM Support

PM87662: ABEND 0C4 RSN=00000011 IN BBOASDEG LOADING ECESPRMT FROM IMS RESOURCE ROUTE TABLE DFSRRT

Fixes are available

8.0.0.7: WebSphere Application Server V8.0 Fix Pack 7
8.5.5.1: WebSphere Application Server V8.5.5 Fix Pack 1
8.0.0.8: WebSphere Application Server V8.0 Fix Pack 8
7.0.0.31: WebSphere Application Server V7.0 Fix Pack 31
8.5.5.2: WebSphere Application Server V8.5.5 Fix Pack 2
7.0.0.33: WebSphere Application Server V7.0 Fix Pack 33
8.0.0.9: WebSphere Application Server V8.0 Fix Pack 9
8.5.5.3: WebSphere Application Server V8.5.5 Fix Pack 3
7.0.0.35: WebSphere Application Server V7.0 Fix Pack 35
8.5.5.4: WebSphere Application Server V8.5.5 Fix Pack 4
8.0.0.10: WebSphere Application Server V8.0 Fix Pack 10
7.0.0.37: WebSphere Application Server V7.0 Fix Pack 37
8.5.5.5: WebSphere Application Server V8.5.5 Fix Pack 5
8.5.5.6: WebSphere Application Server V8.5.5 Fix Pack 6
8.0.0.11: WebSphere Application Server V8.0 Fix Pack 11
8.5.5.7: WebSphere Application Server V8.5.5 Fix Pack 7
7.0.0.39: WebSphere Application Server V7.0 Fix Pack 39
8.5.5.8: WebSphere Application Server V8.5.5 Fix Pack 8
8.0.0.12: WebSphere Application Server V8.0 Fix Pack 12
8.5.5.9: WebSphere Application Server V8.5.5 Fix Pack 9
7.0.0.41: WebSphere Application Server V7.0 Fix Pack 41
8.5.5.10: WebSphere Application Server V8.5.5 Fix Pack 10
8.5.5.11: WebSphere Application Server V8.5.5 Fix Pack 11
8.0.0.13: WebSphere Application Server V8.0 Fix Pack 13
7.0.0.43: WebSphere Application Server V7.0 Fix Pack 43
8.5.5.12: WebSphere Application Server V8.5.5 Fix Pack 12
8.0.0.14: WebSphere Application Server V8.0 Fix Pack 14
8.5.5.13: WebSphere Application Server V8.5.5 Fix Pack 13
7.0.0.45: WebSphere Application Server V7.0 Fix Pack 45
8.0.0.15: WebSphere Application Server V8.0 Fix Pack 15
7.0.0.45: Java SDK 1.6 SR16 FP60 Cumulative Fix for WebSphere Application Server
7.0.0.31: Java SDK 1.6 SR15 Cumulative Fix for WebSphere Application Server
7.0.0.35: Java SDK 1.6 SR16 FP1 Cumulative Fix for WebSphere Application Server
7.0.0.37: Java SDK 1.6 SR16 FP3 Cumulative Fix for WebSphere Application Server
7.0.0.39: Java SDK 1.6 SR16 FP7 Cumulative Fix for WebSphere Application Server
7.0.0.41: Java SDK 1.6 SR16 FP20 Cumulative Fix for WebSphere Application Server
7.0.0.43: Java SDK 1.6 SR16 FP41 Cumulative Fix for WebSphere Application Server
8.5.5.14: WebSphere Application Server V8.5.5 Fix Pack 14
8.5.5.15: WebSphere Application Server V8.5.5 Fix Pack 15
8.5.5.14: WebSphere Application Server V8.5.5 Fix Pack 14
Obtain the fix for this APAR.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Once we are in BBOASREG, we try to load ECESPRHT,
    which is an IMS resource route table (DFSRRT). This is the
    specific pointer which is null, and results in an eventual
    branch to an invalid address. Because the dependant region is
    not finished initialization. This causes the abend 0C4.
     This is a WOLA client routine that performs a WOLA
    registration.  In this case it is running in an IMS dependent
    region, during an IMS pre-initialization exit.
    The call to BBOA1REG is successful if it driven after
    dependent region has finished initialization.
    
    The IMS documentation for pre-initialization exits declares
    that DL/I calls are not available in these routines.  WOLA is
    attempting to make a DL/I call inside of BBOA1REG, and this is
    the code that is in error.
    
    The WOLA exit should be modified to check for the presence of
    ECESPRHT, and if it is not set, the WOLA registration routine
    can be called without using the IMS DL/I call.  For all other
    WOLA services, an error return and reason code should be
    returned to the caller, stating that this service is not
    supported during pre-initialization.  This will avoid the
    ABENDS0C4 that is being reported here.
    
      CPU STATUS:
      PSW=070C1000 85D049BC
          (Running in PRIMARY, key 0, AMODE 31, DAT ON)
          DISABLED FOR PER
         ASID(X'01F8') 05D049BC. IGC0101C+C9BC IN EXTENDED PLPA
        ASCB504 at F85400, JOB(IM2AMSG1), for the home ASID
        ASXB504 at 9FDB70 and TCB504F at 9B3B00 for the home ASID
        HOME ASID: 01F8 PRIMARY ASID: 01F8 SECONDARY ASID: 01F8
        General purpose register values
          Left halves of all registers contain zeros
           0-3  7F587F70  00000006  0000008D  00000000
           4-7  00000006  00000000  85D047FC  009FD6B0
           8-11 7F587E10  00000BE0  000A0000  0009FFFA
          12-15 7F588210  7F588044  85CF9DB4  00000000
    
     Slip was collected using abend 0C4 on IMS region to investigate
    

Local fix

  • none...
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server V7.0, V8.0, and V8.5                 *
    ****************************************************************
    * PROBLEM DESCRIPTION: An ABENDS0C4 occurs when calling WOLA   *
    *                      service BBOA1REG during IMS pre-init    *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    During an IMS pre-initialization exit, an ABENDS0C4 occurs
    when WebSphere Optimized Local Adapters service BBOA1REG is
    invoked.  The IMS environment is not fully initialized at this
    time and a required control block had not been created yet.
    

Problem conclusion

  • Code was added to allow BBOA1REG to be called during an IMS
    pre-initialization exit.
    
    APAR PM87662 requires changes to documentation.
    
    NOTE: Periodically, we refresh the documentation on our Web
    site, so the changes might have been made before you read this
    text. To access the latest on-line documentation, go to the
    product library page at:
    
    http://www.ibm.com/software/webservers/appserv/library
    
    The following update to the WebSphere Application Server
    Version 7.0 Information Center will be made available in
    December 2013.
    
    Tables 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, and 26, in the
    topic "Optimized local adapters for z/OS APIs" will be updated
    to include the he following reason code information for Return
    Code 8:
    
    Reason Code
    96
    
    Description
    This API cannot be driven during Information Management System
    (IMS) initialization or during an IMS pre-initialization exit.
    
    Action
    Call this API after IMS initialization is complete.
    
    APAR PM87662 is currently targeted for inclusion in WebSphere
    Application Server Fix Packs 7.0.0.31, 8.0.0.7, and 8.5.5.1
    of WebSphere Application Server.
    
    Please refer to URL:
    //www.ibm.com/support/docview.wss?rs=404&uid=swg27006970
    for Fix Pack availability.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM87662

  • Reported component name

    WEBSPHERE FOR Z

  • Reported component ID

    5655I3500

  • Reported release

    700

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-04-23

  • Closed date

    2013-05-31

  • Last modified date

    2014-02-05

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBSPHERE FOR Z

  • Fixed component ID

    5655I3500

Applicable component levels

  • R700 PSY UI13725

       UP14/01/11 P F401

Fix is available

  • Select the PTF appropriate for your component level. You will be required to sign in. Distribution on physical media is not available in all countries.

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS7K4U","label":"WebSphere Application Server for z\/OS"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.0","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
12 January 2022