Windows Azure Directory Sync Generic Failure
Posted
by
Armand
on Super User
See other posts from Super User
or by Armand
Published on 2013-07-02T15:58:55Z
Indexed on
2013/07/02
17:07 UTC
Read the original article
Hit count: 4964
Ok so I have a domain that I want to sync to Office365 but when I start the Windows Azure Active Directory Sync tool Configuration Wizard I get an error with the following details:
System.Management.ManagementException: Generic failure
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at Microsoft.Online.DirSync.Common.MiisAction.GetTargetMA()
at Microsoft.Online.DirSync.Common.MiisAction.IsSyncInProgress()
at Microsoft.Online.DirSync.Common.PrerequisiteChecks.ThrowIfSyncInProgress()
at Microsoft.Online.DirSync.UI.IntroductionWizardPage.PrerequisiteValidation()
at Microsoft.Online.DirSync.UI.IntroductionWizardPage.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I have searched far and wide to no avail, this happens before I can even enter any details.
A few notes:
- The server is not the domain controller
- Sharepoint 2013 is installed on this server
- The account I log in with and run the application with is a domain and enterprise admin
- I right click and run as administrator when I start the application
So when I click continue on the error and go through the steps I get two possible scenarios that change from time to time at now predictable rate:
1) I just get an error, generic failure.
2) I get an error "Cannot start service MSOnlineSyncScheduler on computer '.'."
Any help?
© Super User or respective owner