10.12 Moving Champion Model (Configuration Data) from Simulation to Production
This section describes how to move configuration data for the Champion Model from Simulation to Production.
To move configuration data from Simulation to Production, follow these steps:
- Navigate to the Model Pipeline.
- Click the Download button to download the zip file and extract it.
- Update the existing version of configuration in the following production tables as
V_MODEL_ID = 'PROD' and N_VERSION = '-1'
.For example,
UPDATE APPLN_RB_PROCESSING SET N_VERSION = -1 where V_MODEL_ID = 'PROD' and N_VERSION = 0 ;
Table 10-8 Table and Widget Names
Table Name Widget Name - APPLN_RB_PROCESSING
- H$APPLN_RB_PROCESSING
RULE_BASED_ASSESSMENT - APPLN_RISK_RATING_PARAMS
- H$APPLN_RISK_RATING_PARAMS
ALGORITHM_BASED_ASSESSMENT - APPLN_REREVIEW_PARAMS
- H$APPLN_REREVIEW_PARAMS
ACCELERATED_REREVIEW - DIM_RISK_CATEGORY
- H$DIM_RISK_CATEGORY
RISK_ASSESSMENT_CATEGORY - PARAM_RISK_SCORE_JRSDN
- H$PARAM_RISK_SCORE_JRSDN
RISK_SCORE_PARAM - MAP_EVAL_RISK_ASSMNT_MODEL
MAP_EVALUATION - Open the required the configuration (cfg) file.
- Take the data, form as the following Request JSON, and hit the production URL.
Note:
Except for IPE_ASSESSMENT, the following API works for all configurations.URL: <prod_base_url>/kyc/simulation/configuration/import
Headers: infodom : <prod_infodom>, user : <admin_user_id>, locale : en_US Request Body: { "page_code": "<ra_config_name>", "mmg_model_id": "PROD", "mmg_model_version": "0", "mmg_model_name" : "PROD_MOVEMENT", "objectdata": "<file_data>" //this <file_data> must be provided with escape characters }
- For IPE_ASSESSMENT, file path and file name are provided in the IPE_ASSESSMENT-related configuration file. Take the file and proceed with the RTIImport.
- Navigate to
$FIC_HOME/ficapp/common/FICServer/bin
and execute the following command:./RTIImport.sh <filepath> <infodom> OFS_KYC false.