After upgrading CA Datacom to version 14.0 or 15.0 I am getting DB00501E - OPEN ERROR - RETURN CODE 68 (001) trying to access a Datacom MUF running on a different LPAR.
search cancel

After upgrading CA Datacom to version 14.0 or 15.0 I am getting DB00501E - OPEN ERROR - RETURN CODE 68 (001) trying to access a Datacom MUF running on a different LPAR.

book

Article ID: 6259

calendar_today

Updated On:

Products

Datacom DATACOM - AD CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware

Issue/Introduction

After upgrading CA Datacom to version 14.0 or 15.0 I am getting RC 68 (1) trying to access a Datacom MUF running on a different LPAR. The error message is:

DB00501E - OPEN ERROR - RETURN CODE 68 (001) CXX= MUFNAME=DCOM 

 

Environment

Release: DATABB00200-14-Datacom/AD
Component:

Resolution

If you have a sysplex you need to enable the Datacom XCF option for cross LPAR communications. As from CA Datacom/DB and Datacom/AD version 14.0, XCF is disabled by default.

To enable XCF you need to do the following:

  1. Make the following changes to the DBSIDPR member in the CUSLIB library.

    Change parm:
    CONNECT_ALLOW_PRIORITY=(LOCAL) 
    to
    CONNECT_ALLOW_PRIORITY=(LOCAL,XCF) 

    Add parm:
    TOGROUP=ADXGRP01 

    Where ADXGRP01 is the XCF group name and must match the name the Datacom MUF uses in the XCF card, see below. 

  2. Reassemble and link the DBSIDPR module into the CUSLIB library.

  3. Make the following changes to member AXDATIN1 (for AD) or DBDATIN2 (for DB) in the CUSMAC library to change the MUF SYSIN startup options.

    Uncomment the XCF card: 
    XCF_FROM *,*,ADXGRP01,YES       XCF RECEIVE FROM SYS, JOB, GROUP, ALLOW 

    Add the number of XCF tasks which is the last parameter of the TASKS card:
    TASKS 250,32K,0,0,50            # OF TASKS,SIZE,0,0,XCFTASKS 

  4. The MUF needs to be restarted for this to take effect.

  5. The Datacom PC call routines need to be installed in the remote LPAR by running job AXRIM01 (for AD) or BDRIM01 (for DB) from the INSTJCL library. You also need to update your system CAS9 procedure which runs at IPL time with the input statements from AXRIM01/BDRIM01 so the PC call routines get installed after every IPL.