DB01410E - WRONG CXXNAME error after upgrade to Datacom 15.1
search cancel

DB01410E - WRONG CXXNAME error after upgrade to Datacom 15.1

book

Article ID: 45244

calendar_today

Updated On:

Products

Datacom DATACOM - AD Datacom/AD

Issue/Introduction

Datacom/AD Version 15.1 active upgrade was successful, but any subsequent attempt to access my other Broadcom Mainframe product's data such as a DBUTLTY BACKUP for CA11 fails with:

DB01410E - DATA SET NAME WRONG CXXNAME DSN601 my.existing.dsn.DSN601
DB00501E - OPEN ERROR - RETURN CODE 76 (013) CXX=cxxname (DSN00601) 

The Datacom/AD 15.1 Multi-user (MUF) log shows:

DB00903I - OPENED, BASE -   601
DB01410E - DATA SET NAME WRONG CXXNAME IXX601

Cause

Upgrade job INSTJCL(AXACTUPG) STEP2A assembly of the custom module DBSIDPR specified "FORCE_DSN_CXXNAME=YES".

With "FORCE_DSN_CXXNAME=YES", the CXXNAME is enforced and requires that every data set that Datacom opens has the CXXNAME as a DSN node.

With 'FORCE_DSN_CXXNAME=NO' the CXXNAME name is not enforced as a node in the DSN.

Resolution

In job AXACTUPG, perform the following:

    1. In STEP2A, change "FORCE_DSN_CXXNAME=YES" to "FORCE_DSN_CXXNAME=YES".
    2. Rerun AXACTUPG to recreate the custom libraries.
    3. Recycle the MUF to have the new DBSIDPR take effect.