This issue is resolved in VMware vRealize Automation 7.5, available at
VMware Downloads.
Workaround:
To work around this issue if you do not want to upgrade:
- Rollback the environment to the pre-upgrade backup state.
- Connect with Remote Desktop to the the Primary IaaS Website node.
- Navigate to <IaaS installation location>\VMware\vCAC\Server\Model Manager Data\Cafe\ directory.
- Open the Vcac-Config.exe.config file for editing.
- Add the following settings located in the <appSettings> configuration section and configure your preferred timeout values:
<add key="cafeTimeoutInSeconds" value="3600" />
<add key="cafeRequestPageSize" value="10" />
Example:
<appSettings>
...
<add key="cafeTimeoutInSeconds" value="3600" />
<add key="cafeRequestPageSize" value="10" />
...
</appSettings>
- Retry the vRA upgrade/migration again.