IBM Support

BPXF140E 00000081 0594003D when running CICS IA APPLY job

Question & Answer


Question

Why am I receiving message BPXF140E with return code 00000081 reason code 0594003D when applying CICS Interdependency Analyzer for z/OS (CICS IA) V5.3 subsets H274530, J27453E, and J27453K?

This is the APPLY statement I am using:

  APPLY
          SELECT(
                 H274530,
                 J27453E,
                 J27453K
                        )

when I receive this message:

BPXF140E RETURN CODE 00000081, REASON CODE 0594003D. A LINK FAILED FOR LINK NAME /V2R1/usr/lpp/cicsia/v530/../IBM/webservices/V2R1/usr/lpp/cicsia/v530/../IBM/webservices/wsdl/

Answer

The return code 00000081 in message BPXF140E from the SMP/E APPLY is documented under Return codes (errnos) in the z/OS Unix System Services Messages and Codes Manual as follows:

 Decimal Value     Hex Value     Return Code     Description
 129               0081          ENOENT          No such file, directory, or IPC member exists.   

First off, ensure that the job CIUISMKD has been run successfully. This is the sample job to invoke the CIUMKDIR EXEC which allocates zFS paths.

CIUISMKD and CIUMKDIR are documented in the CICS Interdependency Analyzer for z/OS V5.3 Program Directory.

If you did not run the CIUISMKD job to run the REXX clist CIUMKDIR, then you will need to do so to ensure the paths and permissions are created. Once created, you should be able to navigate in OMVS or TSO ISHELL to directory:
/V2R1/usr/lpp/cicsia/v530/../IBM/webservices /V2R1/usr/lpp/cicsia/v530/../IBM/webservices/wsdl/

If the sub-directories are correct, the DDDEF might not be correct. When you ran the CIUDDDEF job, you might have kept the paths to include @ciurel@ instead of changing it to be unique for the install. Or, you might have removed /IBM but you should make sure that /IBM is included as shipped in the CIUDDDEF job:

 ADD DDDEF(SCIUWSDL)
     PATH('/usr/lpp/cicsia/@ciurel@/IBM/').

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSPPUS","label":"CICS Interdependency Analyzer for z\/OS"},"Platform":[{"code":"PF035","label":"z\/OS"}],"Component":"","Version":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Product Synonym

CICSIA CICS IA

Document Information

Modified date:
26 February 2016

UID

dwa1254095