DFS4413E REPOSITORY CHANGE LIST PROCESSING FAILED FOR RSCNAME=rscname RSCTYPE=rsctype CC=cc

Explanation

Import from the change list failed for the specified resource.
In the message text:
rscname
Indicates the name of the resource.
rsctype
Indicates the resource type, which can be DB, DBDESC, PGM, PGMDESC, RTC, RTCDESC, TRAN, or TRANDESC.
cc
Indicates the IMPORT command completion code, which is documented in the DFSCMDRR macro.

System action

Import from the change list fails. The resources remain marked NOTINIT.

User response

Correct the problem, shut down IMS, and then restart it, so that the change list processing can be completed successfully and the change list is deleted.
Alternatively, if you do not want to shut down IMS, you can take one of the following actions:
  • Issue the following commands to determine which resources are in NOTINIT status because the change list processing failed:
        QUERY DB STATUS(NOTINIT) 
        QUERY PGM STATUS(NOTINIT) 
        QUERY RTC STATUS(NOTINIT) 
        QUERY TRAN STATUS(NOTINIT) 

    For every resource that has a status of NOTINIT-XX-REPOCHGLIST, import the resource by using the IMPORT DEFN SOURCE(REPO) command. When you issue the IMPORT command, import databases and programs before routing codes and transactions.

    Find the DFS4414I REPOSITORY CHANGE LIST PROCESSING INITIATED FOR DESCRIPTOR messages and import those descriptors from the repository by using the IMPORT DEFN SOURCE(REPO) command.

  • Issue the QUERY DB, QUERY DBDESC, QUERY PGM, QUERY PGMDESC, QUERY RTC, QUERY RTCDESC, QUERY TRAN, or QUERY TRANDESC command by using time stamps to determine which resource definitions are outdated. Then, import those resources by using the IMPORT DEFN SOURCE(REPO) command.
  • Import all resources again, by issuing the command: IMPORT DEFN SOURCE(REPO) NAME(*) TYPE(ALL) OPTION(UPDATE).

Module

DFSIP100, DFSIP200