The export sync cycle was showing a Stopped server error

AJAY PRAJAPATI 5 Reputation points
2024-04-22T12:16:09.86+00:00

Hi All,

We observed Microsoft Entra ID sync with the status last sync less than 3.5 hours,

while troubleshooting on the server, the synchronization service Tool was not responding properly,

also when tried the command: Get-ADSyncSchedular on PowerShell it also didn't show any output,

somehow managed to open the Synchronization service and observed the Contoso.com-AAD (Windows Azure Active Directory(Microsoft) connector was showing in a running state, which should be in an idle state if no sync is running at that movement, whereas the on-prem connector was in idle state,

also in the sync cycle, the export sync cycle was showing a Stopped server, Screenshot 2024-04-22 173422.png, for ref.

any suggestion on what could be the reason and other checks we can perform,

Thank you,

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,561 questions
{count} votes

2 answers

Sort by: Most helpful
  1. AJAY PRAJAPATI 5 Reputation points
    2024-04-23T06:26:44.3033333+00:00

    Hi Michael,

    Thank you for your response :)

    I traced down the sync part where the error occurred that was while exporting Screenshot 2024-04-23 113817.png screenshot attached,

    at movement when I manually restarted the Microsoft Azure AD sync since then it has been working fine,

    No, we haven't changed the password of the sync account.

    get-ADSyncScheduler: Screenshot 2024-04-23 114613.png the output


    Regarding this command: Import-Module -Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync" -Verbose

    Please let me know what it does. is the command to import the Module to run the Azure AD sync commands?

    or it will make some changes to the system or environment as the issue occurred on the production Azure AD server hence, hesitating a bit.

    if it is not going to make any changes to the current configuration then I can give it a try.

    Thank you,

    0 comments No comments

  2. Michael Smith-MSFT 2,831 Reputation points Microsoft Employee
    2024-04-23T07:28:31.5+00:00

    Hi Ajay,

    Thank you for your update.

    The import-module command only imports the powershell module. It does not make any changes to the current configuration. My suggestion to run that command was because in your initial post you mentioned you ran Get-ADSyncSchedular on PowerShell it also didn't show any output.

    As its showing the the schedular is running theres no need to run the import-module command.

    You need to investigate the delta sync errors before the stopped-server export error.Do you have a staging server?

    What version of AD connect do you have installed?