Hello,
We have just installed the October release of Azure AD Sync which supports password hash synchronisation. This doesn't seem to be working. When the sync service starts we get the event ID 615, contents detailed below, which I feel could be related.
Any advice on how to troubleshoot?
Thanks,
Marcus
An error occured in the synchronization manager worker thread.
System.Management.Automation.CmdletInvocationException: Synchronization Service is not running. ---> System.InvalidOperationException: Synchronization Service is not running.
at Microsoft.IdentityManagement.PowerShell.Cmdlet.SyncEngineUtilities.ConnectToSyncService()
at Microsoft.IdentityManagement.PowerShell.Cmdlet.GetADSyncConnectorParameterCmdlet.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.Azure.ActiveDirectory.Synchronization.PowerShellConfigAdapter.PowerShellAdapter.TypeDependencies.InvokePipeline(Pipeline pipeline)
at Microsoft.Azure.ActiveDirectory.Synchronization.PowerShellConfigAdapter.PowerShellAdapter.InvokePowerShellCommand(String commandName, IDictionary`2 commandParameters, Boolean isScript)
at Microsoft.Azure.ActiveDirectory.Synchronization.PowerShellConfigAdapter.PowerShellAdapter.InvokePowerShellCommand[T](String commandName, IDictionary`2 commandParameters, Boolean isScript)
at Microsoft.Azure.ActiveDirectory.Synchronization.PowerShellConfigAdapter.ConnectorConfigAdapter.GetConnectorConfigurationParameters(Guid connectorId, ParameterScope connectorParametersScope)
at Microsoft.Online.PasswordSynchronization.Fim.SyncSettingsAdapter.ShouldForceFullSync(Guid connectorId)
at Microsoft.Online.PasswordSynchronization.Fim.FimScheduler.ShouldResetSynchronizationState()
at Microsoft.Online.PasswordSynchronization.SynchronizationManager.SynchronizationManagerWorker()