PreviousNext
JavaScript must be enabled to correctly display this content
7.12.1 Running Scenario Tuning
To run the scenario tuning utility, follow these steps:
Go to ATOMIC schema and execute the following query:
select distinct (creat_ts)
from kdd_review t
where t.review_type_cd = 'AL'
and SCNRO_DISPL_NM <> 'User Defined'
and PRCSNG_BATCH_NM = 'DLY';
Set date as per dates returned from above SQL.
For example, if CREATE_TS is 05/21/2013
in the kdd_review table, then a date of
05/17/2013 (Friday of last week) is set from the
$FICHOME/database/ db_tools/bin folder.
Execute the following command:
start_mantas_batch.sh DLY
set_mantas_date.sh 20130517 --(Friday of last week)