Hello,
I have been trying to integrate SCVMM and SCOM 2016 RTM. I keep getting the same error
Error (25932)
Connection to Operations manager failed with exception "Exception of type 'Microsoft.VirtualManager.EnterpriseManagement.Common.ManagementPackExceptionOM10' was thrown."
Recommended Action
Fix the problem, then try operation again.
The solutions mentioned in various blogs and technet articles did not help. This is a fresh installation of both SCVMM and SCOM servers.
Edit 1:
Followed a couple more "tricks" as per another post. Unchecked enable PRO and maintenance and tried adding connection. Got the same error.
Any help is greatly appreciated.
Edit 2:
Tried creating the connection from powershell. it didn't throw any error but the connection was not created either. Below is the command and the result. When i used Get-SCOpsMgrConnection, I'm returned to the cursor without any message. When I give Remove-SCOpsMgrConnection, i get a message saying Operations manager connection is not configured.
New-SCOpsMgrConnection -EnablePRO $false -EnableMaintenanceModeIntegration $false -OpsMgrServer"sideswipe.domain.com" -RunAsynchronously -VMMServerCredential $vmmCredential -UseVMMServerServiceAccount
Name : sideswipe.domain.com
PROEnabled : False
Enabled : True
MaintenanceModeEnabled : False
OpsMgrServerName : sideswipe.domain.com
OpsMgrUserName :
VMMUserName : domain\administrator
ManagementGroupName : Sideswipe
ConnectionErrorMessages : {}
ConnectionStatus : OK
ManagementPacks : {}
ServerConnection : Microsoft.SystemCenter.VirtualMachineManager.Remoting.ServerConnection
ID : eeb4e9ee-4d03-4768-8869-cb329aa8e229
IsViewOnly : False
ObjectType : OpsMgrConnection
MarkedForDeletion : False
IsFullyCached : True