Skip to Content

[Solved] vRealize Automation 7.x Installation Validation failed for “Retry All IaaS” operation

Initial installation of vRealize Automation 7.x fails with Validation failed status for Retry All IaaS operation results in an message in the Description field that is similar to: An item with the same key has already been added. Follow below workaround to clear the system of this message.

Workaround

Step 1: SSH into vRealize Automation appliance in which is the master postgres node:
su postgres
psql
\c vcac

Step 2: Run the following SQL update statement on the embedded vPostgres database:
UPDATE cluster_commands set output='' where type like '%install%';

Step 3: Re-initiate Retry All IaaS operation again.

Reference

VMware Knowledge Base: Initial installation of vRealize Automation 7.x fails with a “Validation failed” status for the “Retry All IaaS” operation (59812)

    Ads Blocker Image Powered by Code Help Pro

    Your Support Matters...

    We run an independent site that\'s committed to delivering valuable content, but it comes with its challenges. Many of our readers use ad blockers, causing our advertising revenue to decline. Unlike some websites, we haven\'t implemented paywalls to restrict access. Your support can make a significant difference. If you find this website useful and choose to support us, it would greatly secure our future. We appreciate your help. If you\'re currently using an ad blocker, please consider disabling it for our site. Thank you for your understanding and support.