Microsoft
Software
Hardware
Network
Question : System Center Essentials 2010 - Unable to connect to the Virtual Machine manager server.
When opening SCE 2010 - System Center Essentials I get an error that says Unable to connect to the Virtual Machine manager server.
When you click on close the application closes.
When you click on show to show the error and it says:
Application: System Center Essentials
Application Version: 7.0.2346.0
Severity: Error
Message: System Center Essentials has encountered an error.
System.Management.Automati
on.CmdletI
nvocationE
xception: The SQL Server service account does not have permission to access Active Directory Domain Services (AD DS). (Error ID: 2607)
---> Microsoft.VirtualManager.U
tils.Carmi
neExceptio
n: The SQL Server service account does not have permission to access Active Directory Domain Services (AD DS).
Ensure that the SQL Server service is running under a domain account or a computer account that has permission to access AD DS
==========================
==========
==========
==========
==========
====
If you open Sql 2008 management studio and click on Virtual Manager DB database I get the error:
The database VirtualManagerDB is not accessible. (ObjectExplorer)
--------------------------
----
Program Location:
at Microsoft.SqlServer.Manage
ment.UI.VS
Integratio
n.ObjectEx
plorer.Dat
abaseNavig
ableItem.g
et_CanGetC
hildren()
at Microsoft.SqlServer.Manage
ment.UI.VS
Integratio
n.ObjectEx
plorer.Nav
igableItem
.GetChildr
en(IGetChi
ldrenReque
st request)
at Microsoft.SqlServer.Manage
ment.UI.VS
Integratio
n.ObjectEx
plorer.Exp
lorerHiera
rchyNode.B
uildChildr
en(WaitHan
dle quitEvent)
Answer : System Center Essentials 2010 - Unable to connect to the Virtual Machine manager server.
Change the account the SQL Service uses to a domain user account, and also check the ownership (dbowner) of the SQL database VMM is using. Change this to the "sa" user or any other user with appropriate permissions.
Restart service to take effect.
Random Solutions
I'm trying to learn how to develop Android Apps..
How to determine eclipse version?
I need videos on WPF
How do I populate a SQL Express table from Excel file?
Script to enable folder auditing
Binding Select (Multiple)
ShellExecute SW_HIDE
How do web hosting providers keep public ip addresses live when one ISP fails
Oracle 10g: How to index a column in a materialized view?
How and where can I save and load a segmented control with NSUserDefaults