Enabling the VMware vCenter Update Manager plugin can fail if you are using a remote SQL database with Windows authentication and the Update Manager service is set to log on as the local system account.
To resolve this issue:
- Change the service to login as the same Windows NT account that has been given dbo permissions to the SQL database.
- Make sure the vci-integrity.xml file has the correct vCenter Server IP address. If the IP address is incorrect, update it and restart the Update Manager service.
To correct the IP address information:
- Open the vci-integrity.xml file, located at C:\Program Files (x86)\VMware\Infrastructure\Update Manager, using a text editor.
- Ensure that the file has the correct IP address information of Update Manager server:
<PatchDepotProxyUrl/>
<PatchDepotUrl>http://IP_address:9084/vci/hostupdates/hostupdate</PatchDepotUrl>
Where IP_address is the IP address of the Update Manager server.
- Ensure that the <vpxdLocation> entry has the correct vCenter Server IP address. For example:
<vpxdLocation> https:// VC_SERVER </vpxdLocation>
- Save and close the file.
- Restart the VMware Update Manager Service.