Executing RUNIT.sh from Console

To run the utility directly from the console:

  1. Navigate to $FIC_DB_HOME/bin of OFSAAI FIC DB tier
  2. Execute RUNIT.sh (UNIX).

    This will resave all the available hierarchy objects.

  3. Provide the following parameters if you want to resave particularly some hierarchy objects:
    • INFODOM- Specify the information domain name.
    • USERID- Specify the user id.

      Note:

      The User ID or Service accounts are “SMS Auth Only” in case of SSO and LDAP configured setups
    • HIERARCHY Code- Specify the hierarchy codes separated by tilde “~” or caret “^” to resave only those hierarchies. Specify the hierarchy codes separated by exclamation mark “!” to exclude those hierarchies from resaving.
    • Asynchronous Mode- Specify whether you want to save the hierarchy in synchronous manner or not. No indicates saving of hierarchies will happen only after the population of the REV_BIHIER and REV_LOCALE_HIER tables in the atomic schema. This is an optional parameter and if it is not mentioned, it will be in asynchronous mode.

      Exampel 1:

      ./RUNIT.sh INFODOM USERID HIERARCHY_CODE1^HIERARCHY_Code2 OPTIONAL PARAMETERExampel 1:./RUNIT.sh OFSAAINFO AAAIUSER HR01^HR02 NO

      Or

      ./RUNIT.sh OFSAAINFO AAAIUSER HR01~HR02 NO

      This will resave the hierarchies HR01and HR02 in the OFSAAINFO information domain.

      Example 2:

      ./RUNIT.sh OFSAAINFO AAAIUSER HIE001!HIE002 NO

      This will resave all the hierarchies in the OFSAAINFO information domain except the hierarchies HIE001 and HIE002.

      Note:

      If you want to exclude only one hierarchy, it should be preceded with “!”.