Sync status

  • Last update on August 30th, 2024

The column status indicates the Sync status for the specific tenant. Here, every status is listed and described:

Idle

This status indicates that Simeon previously ran a Sync. The Sync was successful, and no Sync is running currently.

 
 

Starting

This status indicates that the Sync process has started. You can click on the “starting” status to view the actual pipeline in Azure DevOps and see the sync process in real-time, including all actions being performed.

 
 

In progress

This status indicates that the Sync is in progress. You can check the progress directly in the Azure DevOps pipeline. Click on “In progress” to be directed there.

 
 

New error

This status indicates that an error occurred during the Sync.

If you hover over the red button labeled “New Error” the error is described in a tooltip.

Click on the downward-facing arrow icon to open a drop-down menu. From here, you can perform two actions to investigate the error:

  • View Job: clicking this will redirect you to Azure DevOps.
  • Download Logs: download the logs from Azure DevOps.

Click on the “Copy error” option to copy the error:

 

 
 

Pending authentication

Pending authentication” refers to the status indicating that the Simeon environment is awaiting authentication to proceed with the Sync process. This status appears when Simeon attempts to authenticate into a tenant but lacks the necessary refresh token for delegated authentication. Once the refresh token is created, Simeon can authenticate into the tenant, allowing the sync to continue. 

To authenticate:

  1. Select the “Pending Authentication” button.
  2. In the modal that appears, copy and paste the provided code and sign in using the desired user account. For example, utilize the admin user account, as it corresponds to the user in the tenant with the necessary permissions.

Upon successful authentication, the status automatically updates to “In Progress.” This change indicates that the sync process has resumed and is now executing in the background.
 

If you don't authenticate within 3 minutes after the status changes to Pending Authentication, the Sync will time out. 

 

 

 
 

Pending approval

After completing the backup, Simeon proceeds to the second stage of the sync process. In this stage, it evaluates whether any changes need to be written or deployed to the tenant. 

If changes are required, the sync process pauses, and the status updates to “Pending Approval”. This status change is indicated by a button that prompts you to review the proposed modifications. At this point, you will have to examine and approve or reject the changes Simeon has identified for implementation in the tenant.

By expanding the down arrow icon in the button, you will have the possibility to select:

  • Approve: you will approve changes and deploy them to your tenant
  • Reject: this preserves changes in the repository for future modification or sync.
  • “Reject and Revert”: this option completely discards changes, resetting the repository to match the tenant's current state.

All actions prior to this step occur within Simeon Cloud and do not affect the tenant. If you approve the changes, they will be deployed to your tenant.

 

Why is “Pending Approval” important?

This state is important for several reasons:

  • It provides a final checkpoint before changes are applied to the tenant.
  • It allows users to review and control modifications to the tenant.
  • It serves as a safeguard against unintended changes.