Transact

⌘K
  1. Home
  2. Transact
  3. Features and Functions
  4. Administrator Role and Fe...
  5. Batch Instance Management...
  6. Batch Instance Restart

Batch Instance Restart

This article provides an overview of how to restart a batch instance from a specific module. This option is limited by the batch state.

Overview

You can restart a batch instance from the Batch Instance Management screen. Select a batch instance and click Restart to choose in which module the batch instance will restart.

C:Usersnamanved2060Desktopscreenshots_naman4.0_BIM_BatchInstanceRestart_10001.jpg
Figure 1. Restart Menu

Only batch instances in the following states are available to restart:

  1. RUNNING
  2. ERROR
  3. READY_FOR_REVIEW
  4. READY_FOR_VALIDATION

Restart All Batches in Error State

If you have multiple batch instances in an ERROR state, you may be able to restart them all at once if you are using SQL.

In your SQL client, run the following SQL query:

USE <db_name>; UPDATE batch_instance SET batch_status = ‘READY’ WHERE batch_status like ‘ERROR’;

This should cause the folder pickup service to restart processing the batch instances from the last execute module.

Important: This has not been tested for all cases. We recommend testing this on a single batch instance before running the query on all batch instances in an ERROR state.

Conclusion

This completes an overview of the batch instance restart option.

Tags , ,