Previous Topic: DDSDCG001INext Topic: DDSDCG003P


DDSDCG002P

NO DATA-DICT DATABASE STRUCTURE IN stat STATUS

Reason:

The program did not find a DATABASE entity occurrence named DATA-DICT in the status represented by "stat".

Action:

To recover the DATA-DICT structure follow these steps:

  1. Determine if there is a DATA-DICT occurrence in any other status by executing the following report using the DDUTILTY batch program:

    -RPT INDEX,DATABASE,DATA-DICT

    -END

    If no DATA-DICT occurrence is located, contact CA Support for assistance in recovering the DATA-DICT definition.

  2. If one or more DATA-DICT structures exist in TEST or HISTory status, determine which is the most current.
    1. If the most current is in HISTory status, execute the following transactions using the DDUPDATE batch program:

      -UPD DATABASE,DATA-DICT(nnn,pswd)

      1000 RESTORE,Tttt

      -END

      Where "nnn" is the Version Number of the occurrence in HISTory status, "pswd" is the PASSWORD value of the DATA-DICT occurrence and "ttt" is the TEST version to which the structure is restored.

  3. Using the DATA-DICT occurrence in TEST status that was determined to be most current in Step 2 or created by the 1000 RESTORE in Step 2.a, execute the following transactions using the DDUPDATE batch program:

    -CPY DATABASE,DATA-DICT(Tnnn,pswd),PROD

    -END

    Where "nnn" is the TEST version of the occurrence and "pswd" is the PASSWORD value of the occurrence.

  4. Rerun the Datadictionary Structure Comparator (DDSDCLM).