Monday, August 7, 2017

Error (2912) An internal error has occurred trying to contact the ESOM6SCVMM.esom6.local server: NO_PARAM: NO_PARAM.

Cause:
Out of sync certificates on the VMM Server.

Solution:
On the management server, execute the following commands.
$credential = get-credential  (Enter VMM server administrator credential)
Get-VMMManagedComputer | Register-SCVMMManagedComputer -Credential $credential

The above process re-associates all hosts with the VMM server and re synced the certificates.