8.2 Monitoring the migrated OWS batch ID in OFSAA

After the batch is executed, you can view the batch details on the Batch Monitor page.
To view the batch details follow the subsequent steps:
  1. To access the Batch Monitor page, click Operations, and then click Batch Monitor. The Batch Monitor page has details of all batches. The batch you have executed is the last in the Batch Details list.
  2. Select the Batch ID.
  3. Select the MIS or Information Date.
    After you select the MIS Date, the Batch ID is displayed in the Batch Run ID field.
  4. Select Batch Run ID.
  5. Click Start Monitoring.
    The task details associated with the batch appears in the Task Details section. You can also view and export the event logs for the batch in the Event Log section.

    Note:

    If the batch run fails, you must run the following scripts and start a new batch:
    • delete from fcc_zcs_cust where JRSDCN_CD='D';
    • delete from fcc_zcs_cust_addr where ZCS_CUST_SEQ_ID in (select ZCS_CUST_SEQ_ID from fcc_zcs_cust where JRSDCN_CD='D');
    • delete from fcc_ZCS_CUST_ID_DOC where JRSDCN_CD='D';
    • delete from FCC_ZCS_RT_ENTITY where ext_id_type ='OWS_ENT';
    • delete from FCC_ZCS_RT_ENTITY where ext_id_type ='OWS_IND';
    • delete from fcc_ZCS_WATCHLIST where WATCHLIST_SUB_ID is not null;
    • delete from fcc_ZCS_WATCHLIST where WATCHLIST_KEY='PRHB';
    • delete from FCC_ZCS_ENTITY_ALERTS where JRSDCN_CD='D';
    • delete from fcc_zcs_alerts where JRSDCN_CD='D';
    • delete from FCC_ZCS_ALERT_MATCHES where JRSDCN_CD='D';
    • delete from FCC_ZCS_ENTITY_ALERTS_AUDIT where V_UPDATED_BY = 'Director Administrator';
    • delete from OWS_CS_CASE_ATTACHMENTS;