Configure Timer using a Command Line Utility
A shell script file wfTimerInit.sh is available in the ficdb/bin folder. To execute
the utility, navigate to $FIC_DB_HOME/
bin and execute wfTimerInit.sh
with parameters as highlighted in the following image.
The format is:
./<File_name> <action_type> <Application_ID>
Action Type – Allowed values are 1 to 6.
For example, if the APPID is ECM, the possible action types are:
- 1 = ECM sets Active Flg to 'Y' for the input APPID
- 2 = ECM sets Active Flg to 'N' for the input APPID
- 3 = ECM sets V_EXN_FREQ_TYPE to 'MINUTE' for the APPID
- 4 = ECM sets V_EXN_FREQ_TYPE to 'HOUR' for the APPID
- 5 = ECM 10 increases or decreases the N_EXN_QUEUE_SIZE for the Input APPID
- 6 = ECM 10 increases or decreases the frequency value for the Input APPID
- Application ID - ECM, KYC, FSDF etc., which is defined in PMF by applications
Note:
You can schedule a task to be executed at a specified time every day, in the AAI_WF_TIMER_INIT.V_EXN_TIME Config Schema.Example: Set V_EXN_TIME='14:30' to schedule the task to be executed at 2:30 PM.