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 values:

Disabled
This status is displayed if you have stopped successfully the connection or you have defined and not started a new connection. In this status, the synchronization process is not running.
Failed

One or more projects 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 project maps are disabled.
Restarting
The application is re-reading the configuration file and is restarting all of the synchronizations. When the sync is complete, the status will change to Running or Failed. If you are starting a synchronization which was in disabled mode, then the status changes to Restarting first. But there may be also occasions where a running process restarts automatically.
Running

The status will be Running when the last available status for all projects is Success .

Example: A synchronization has projects (p1, p2, p3):
Case 1 RUNNING:
Iteration 2: p1=success, p2=success, p3=success
Iteration 3: p1=ongoing
Case 2 FAILED
Iteration 2: p1=failed, p2=success, p3=success
Iteration 3: p1=ongoing
Case 3 RUNNING:
Iteration 2: p1=failed, p2=success, p3=success
Iteration 3: p1=success, p2=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 projects.
Unknown
The synchronization status is not known to the application. There is an error.