Model Resave Utility

If you upgrade OFSAAI to 8.1.2.0.0 from an older version, you have to resave all ORE based models. To resave, you have to use the utility modelresave.sh, which is available in the directory $FIC_DB_HOME/bin.

Note:

You cannot trigger the model resave utility if the RQADMIN role is not granted to Configuration Schema. For more information on granting the role, refer to the section Configure Oracle R distribution and Oracle R Enterprise (ORE).

To run the utility from the console:

  1. Navigate to the $FIC_DB_HOME/bin directory and grant RWX (755) permissions for all executables (.sh files).
  2. Execute the utility using the following command:

    ./modelresave.sh

    This will resave all the available ORE models.

  3. Provide the following parameter if you want to resave ORE models that are present in a particular information domain:

    INFODOM - Specify the information domain name if you want to resave the models only in a particular information domain.

    For example, ./modelresave.sh <infodom>

    Note:

    You can find the logs in

    $FIC_DB_HOME/log/migration.log

    .