Command Line Utility for Populating AAI_DMM_METADATA Table

This utility can used only when AAI_DMM_METADATA table is not populated properly or corrupted.

To run the utility directly from the console, perform the following section:

  1. Log in to the OFSAA Server.
  2. Take the backup of the AAI_DMM_METADATA table.
  3. Execute PopulateTableJSON.sh file for the specific infodom as follows.

    cd $FIC_HOME/utility/PopulateTableJSON/bin

    ./PopulateTableJSON.sh <infodom_name>

    By default, this utility will read the JSON files from "/ftpshare/<infodom>/json/fipjson/"

  4. Seperate the JSON files path that can be specifed as 2nd argument to the shell script which is optional.

    cd $FIC_HOME/utility/PopulateTableJSON/bin

    ./PopulateTableJSON.sh <infodom_name> <JSON files path>

  5. Verify the logs generated in the following path:<$FIC_HOME/utility/PopulateTableJSON/logs>