Status of the Synchronization
The status information about the current state of the synchronization. It is saved in the database table DBSYNCTODO:
| Status | Description |
|---|---|
| SYNC_OPEN (0) | An interval for which a synchronization was not yet triggered. |
| SYNC_TODO (2) | A new interval for the synchronization has been entered into the local database. |
| SYNC_INFO (1) | The interval is also written to the remote database, for information purposes only. |
| SYNC_BUSY (5) | Synchronization is currently being carried out. |
| SYNC_BUSY_FAILED (6) | Restart of a synchronization has failed because another synchronization is currently being carried out. |
| SYNC_FAILED1 (11) | Synchronization has failed: Oracle® exception during the synchronization (details in the database table ARC_LOG). |
| SYNC_FAILED2 (12) | The database function SynchValarch.InsertHistory() has returned no result. |
| SYNC_DONE (30) | Synchronization has been successfully carried out. |
If the result is negative (SYNC_BUSY_FAILED, SYNC_FAILED1 or SYNC_FAILED2), then the synchronization process will try again to perform a
successful synchronization after SYNCJOB_INTERVAL minutes.
For NGA only, the following states are relevant: SYNC_OPEN (0),
SYNC_TODO (2), SYNC_BUSY (5), SYNC_FAILED2
(12) and SYNC_DONE (30).