To resolve this issue, update the
web.config with the correct URL using the following procedure.
Note: If there are more than one IaaS web servers, this procedure will need to be completed on all nodes.
- Log in to the IaaS web server and navigate to the location of the C:\Program Files (x86)\VMware\vCAC\Server\Website\web.config file.
- Back up the website web.config file.
- Change the repository address to use the appropriate FQDN of the Model Manager Website node, which resides on the IaaS web server(s), similar to the following example:
<add key="repositoryAddress</SPAN>" value="https://<IaaS Web FQDN>:443/repository/" />
- Run iisreset from an administrative command prompt to restart the service.