VMM 2012 SP1 installed on Server 2012 machine
VMM was integrated with a vSphere environment and was working correctly yesterday
As part of a preparation to migrate VMWare machines to Hyper-V, we ran the MAP tool yesterday on a Windows 7 workstation to view virtual machine migration readiness reports
MAP tool could not connect into VMWare environment, no data returned from inventory
Look into VMM server today, and the vCenter server shows the following status
![]()
The password on the run as account has not changed, the account is not locked out, it can successfully login to vSphere, and is listed as an admin in vSphere. Again, everything worked yesterday, the MAP tool was the only task performed, which failed
to collect data, and today we have no VMWare resources in VMM.
Any attempts to delete the vSphere connection, or change credentials to a different run as account result in the following error:
Cannot complete login due to an incorrect user name or password. (InvalidLogin). (Error ID: 2951, Detailed Error: )
![]()
We have also tried to remove any existing connections using the VMM PowerShell Command Shell, run as administrator, using the following command:
Get-SCVirtualizationManager | Remove-SCVirtualizationManager -RunAsynchronously
This command returns a similar error to what I have shown above in the first screenshot:
Remove-SCVirtualizationManager : Virtual Machine Manager cannot complete the VirtualCenter action on server server.fqdn.com because of the
following error: Cannot complete login due to an incorrect user name or password. (InvalidLogin). (Error ID: 2951, Detailed Error: )
This error occurs when an operation is denied access because of insufficient privileges on a managed object. Resolve the issue and then try the operation
again.
At line:1 char:31
+ Get-SCVirtualizationManager | Remove-SCVirtualizationManager -RunAsynchronously
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ReadError: (:) [Remove-SCVirtualizationManager], CarmineException
+ FullyQualifiedErrorId : 2951,Microsoft.SystemCenter.VirtualMachineManager.Cmdlets.RemoveVirtualizationManagerCmdlet