Connection Status Values

The Connections page contains a grid listing each of your connections. One of the columns in the grid is Status. The following are the available Status values:

Disabled
The user-configurable value of Enabled in Connect.xml is false.
Failed
One or more sync-sets associated with this synchronization have failed and no subsequent iterations have succeeded. See the Running status for an example.
Idle
There are no projects to synchronize or the projectMaps are disabled.
Restarting
The application is re-reading the configuration file (Connect.xml) and is restarting the synchronization. When the sync is complete, the status will change to Running or Failed.
Running
The status will be Running when the last available status for all sync-sets is Success.
For example: A synchronization has three sync-sets (ss1, ss2, ss3):
Case 1 RUNNING:
   Iteration 2: ss1=success, ss2=success, ss3=success
   Iteration 3: ss1=ongoing

Case 2 FAILED
   Iteration 2: ss1=failed, ss2=success, ss3=success
   Iteration 3: ss1=ongoing
 
Case 3 RUNNING:
   Iteration 2: ss1=failed, ss2=success, ss3=success
   Iteration 3: ss1=success, ss2=ongoing
Server Reinitializing
The application is reinitializing after changes to the configuration file. This status will display for all connections until the application has re-read the configuration file and created the associated sync-sets.
Unknown
The synchronization status is not known to the application. There is an error.