to access Active Directory Domain Servers
I ran into this problem today where I was unable to connect with the domain administrator (test enviroment) , I was able to use a different account , the only change being made was that the Windows Domain Administrator was renamed recently
So login with the now renamed administrator throws the above error
Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database because of a general database failure.
Ensure that the SQL Server is running and configured correctly, then try the operation again. —> System.Data.SqlClient.SqlException: The login already has an account under a different user name.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
— SqlException details —————–
System.Data.SqlClient.SqlException: The login already has an account under a different user name.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
vmmservice watson report in temp
Removing the old user that was renamed
And adding the username it was renamed to fixed the issue.
This is something that needs to be looked after if you rename a user that have access to VMM2012 as or RC1