IBM Support

PM92367: WORKLOAD QUERY PROCESS FAILED WITH EYUWI0082E AND EYUWM0401E MESSAGES

A fix is available

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When a TOR tries to join the workload, the following messages
    occur:
    
      EYUWI0082E applid WLM Workload query process failed for
                 context (plexname) - directed to CMAS (cmasname)
      EYUWM0401E applid Workload Specification (wlmspec) failed to
                 install for context(plexname) - initiated by join
                 of router (region)
    
    The exception trace shows the following entries:
    
      15210 WMAA WMQU WMWC WLM EXCP.     24 WMAACPLM
      15210 WMQU WMQB WMWC WLM EXCP.      5 WMQUWMAA
      15210 WMQB WMQM WMWC WLM EXCP.     15 WMQBWMQU
      15210 WMQM WMWC WMWC WLM EXCP.     13 WMQMWMQB
      15210 WMWC XLOP WMWC WLM EXCP.     16 WMWCWMQM
    
    The trace entry with debug text WMAACPLM.  The call from WMAA
    to CPLM failed trying to determine if the MAS was connected.
    It failed with a status of CPLM_SCOPE_NOT_FOUND because we are
    not aware of the MAS in question at the point of the workload
    query.  In the log we see the TOP JOIN for the MAs and it
    joining the workload occurring after the EYUWI0082E error
    message.
    
    
    
    
    Additional Symptom(s) Search Keyword(s): KIXREVSLY
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED: All CICSPlex SM V4R1M0 and V4R2M0 Users      *
    ****************************************************************
    * PROBLEM DESCRIPTION: CPSM WLM workload import may fail in a  *
    *                      CMAS with the following messages (note  *
    *                      that all messages will be displayed in  *
    *                      the EYULOG, but only messages           *
    *                      EYUWI0080I, EYUWI0082E and EYUWM0401E   *
    *                      will be displayed in the joblog and at  *
    *                      the console):                           *
    *                                                              *
    *                        EYUWI0080I applid WLM Workload query  *
    *                                   process for context        *
    *                                   (plexname) has been        *
    *                                   started - directed to CMAS *
    *                                   (exportcmas).              *
    *                                                              *
    *                        EYUWM0400I applid Workload            *
    *                                   Specification (wlmspec)    *
    *                                   has been successfully      *
    *                                   installed for context      *
    *                                   (plexname) - initiated by  *
    *                                   CMAS (importcmas).         *
    *                                                              *
    *                        EYUWI0082E applid WLM Workload query  *
    *                                   process failed for context *
    *                                   (plexname) - directed to   *
    *                                   CMAS (exportcmas).         *
    *                                                              *
    *                        EYUWM0401E applid Workload            *
    *                                   Specification (wlmspec)    *
    *                                   failed to install for      *
    *                                   context(plexname)  -       *
    *                                   initiated by join of       *
    *                                   router (torname).          *
    *                                                              *
    *                      if a target region that is Topology     *
    *                      Connected or Joined to the exporting    *
    *                      CMAS has not yet Topology Joined to the *
    *                      importing CMAS.                         *
    *                                                              *
    *                      When this problem occurs, examination   *
    *                      of the importing CMAS's auxtrace        *
    *                      datasets will show the following        *
    *                      exception trace records:                *
    *                                                              *
    *                        Method  Caller  TPID   Debug text     *
    *                        ------  ------  ----   ----------     *
    *                        WMAA    WMQU      24   WMAACPLM       *
    *                        WMQU    WMQB       5   WMQUWMAA       *
    *                        WMQB    WMQM      15   WMQBWMQU       *
    *                        WMQM    WMWC      13   WMQMWMQB       *
    *                        WMWC    XLOP      16   WMWCWMQM       *
    ****************************************************************
    * RECOMMENDATION: After applying the PTF that resolves this    *
    *                 APAR, all CMASes must be restarted.  Note    *
    *                 that the restarts do not need to occur at    *
    *                 the same time.                               *
    ****************************************************************
    When the first routing region for a workload Topology Connect's
    to a CMAS, if the workload is installed in another CMAS in the
    network, then the local CMAS (the importing CMAS) will issue
    message EYUWI0080I and then send an import request to the CMAS
    identified in the message (the exporting CMAS).  The exporting
    CMAS returns a queue of records to the importing CMAS that
    defines the workload.  The queue consists of the following
    records in the following order:
    
    -  EYUDREP records used by the creating CMAS to define the
       workload.
    
    -  A copy of the exporting CMAS's workload descriptor block.
    
    -  Copies of the exporting CMAS's AOR and TOR descriptor blocks.
    
    If no error occurs while the importing CMAS processes the
    EYUDREP records and the exporting CMAS's workload descriptor
    block, the importing CMAS will then issue message EYUWM0400I.
    After issuing the message, the importing CMAS will then process
    the AOR and TOR descriptor blocks.
    
    When processing an AOR descriptor block, the importing CMAS
    calls method EYU0WMAA (WMAA).  WMAA calls method EYU0CPLM (CPLM)
    to determine whether the AOR is Topology Connected or Joined to
    the importing CMAS.  If the AOR has not yet Topology Connected
    or Joined to the importing CMAS, then CPLM returns a status of
    CPLM_SCOPE_NOT_FOUND to WMAA, which will result in the import
    failing, with the error messages and the exception traces
    documented above.
    

Problem conclusion

  • The exporting CMAS will only have an AOR descriptor for a MAS if
    the MAS is either Topology Connected to it or to another CMAS.
    If the importing CMAS encounters an AOR descriptor for a MAS
    that it has not yet Topology Connected or Joined, then it can be
    assumed that the MAS is Topology Connected to another CMAS, and
    will shortly be Topology Joined to the importing CMAS.  As such,
    WMAA has been updated to treat CPLM_SCOPE_NOT_FOUND the same as
    it would process a Topology Join indication from CPLM.
    

Temporary fix

  • FIX AVAILABLE BY PTF ONLY
    

Comments

APAR Information

  • APAR number

    PM92367

  • Reported component name

    CICS TS Z/OS V4

  • Reported component ID

    5655S9700

  • Reported release

    60M

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-07-03

  • Closed date

    2013-08-01

  • Last modified date

    2013-09-03

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

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

    PM93561 UK96345 UK96346

Modules/Macros

  •    EYU0WMAA
    

Fix information

  • Fixed component name

    CICS TS Z/OS V4

  • Fixed component ID

    5655S9700

Applicable component levels

  • R60M PSY UK96345

       UP13/08/06 P F308

  • R70M PSY UK96346

       UP13/08/06 P F308

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":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSGMGV","label":"CICS Transaction Server"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"4.1","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19M","label":"APARs - z\/OS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"4.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
03 September 2013