DDTRS0015E INITDSF FAILED DSF COMMAND USRINITI, RC: 001.
search cancel

DDTRS0015E INITDSF FAILED DSF COMMAND USRINITI, RC: 001.

book

Article ID: 214156

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS Datacom DATACOM - AD

Issue/Introduction

Got this error when tried to run AW1IMPRT job during CA Common Services v15 installation. The SYSPRINT output is shown.

 

 Date: 05/03/2021    ********************************************************************************         Page:     1
                     *                          CA Datacom Datadictionary                           *
 Time: 09.49.22      *                              Transport Report                                *      Version:  14
                     *                   COPYRIGHT (C) 1990-2011 CA.   ALL RIGHTS                   *
                     ********************************************************************************

 SET USER DATACOM-INSTALL NEWUSER;
 SET IMPORT COLLISION REPLACE;
 IMPORT PLAN CAS9ENFS.TRAN$ENF#15@0;

 DDTRS0015E INITDSF FAILED DSF COMMAND USRINITI, RC: 001.

 DDTRS0020I DDTRSLM IS TRYING TO ROLL-BACK THE DATABASE DUE TO ERROR(S):
 DDTRS0021I BACKOUT  SUCCESSFUL

 DDTRS0022I ROLLBACK SUCCESSFUL

Date: 05/03/2021    ********************************************************************************         Page:     2
                     *                          CA Datacom Datadictionary                           *
 Time: 09.49.22      *                              Transport Report                                *      Version:  14
                     *                   COPYRIGHT (C) 1990-2011 CA.   ALL RIGHTS                   *
                     ********************************************************************************

  END OF PROGRAM - RETURN CODE: 16.

DDTRS0002E PROGRAM FINISHED WITH ERRORS.

Environment

Release : 15.0
Component : CAIENF

Datacom/AD

Cause

Incorrect MUF being referenced.

Resolution

Reviewing the outputs for both ENF and AW1IMPRT, take note of the MUF names being connected...

ENF: 11.10.32 STC35040  ADENFMUF:DB00135I - CONNECT TO ADENFMUF          CXXENF  STC34950 SYSA
AW1IMPRT: 09.49.22 JOB36468  +ADMUF002:CXX----:DB00135I - CONNECT TO ADMUF002          CXX----  STC35237 SYSA

 

Here you can see that AW1IMPRT is connecting to a MUF named ADMUF002, however ENF is connecting to an external MUF named ADENFMUF.

The problem is that the wrong MUF is being requested for update. The new ENF plan needs to ONLY be imported into the MUF that is setup for ENF.

Update the AW1IMPRT job so that the STEPLIB points to the same libraries as referenced in the ENF STEPLIB concatenation.