When a user is performing password management tasks such as Rotate/Update/Remediate, the operation fails with an error message similar to “Password management operation failed in pre-validation Stage
”.
This article provides steps to review the old entries and clear them in VCF database.
VMware Cloud Foundation
Note: Before you proceed further, please take a snapshot of the SDDC manager.
su
' command.
psql -h localhost -U postgres
\c operationsmanager
select * from passwordmanager.password_operations where transaction_status='PREVALIDATION_FAILED';
update passwordmanager.password_operations set transaction_status='USER_CANCELLED' where transaction_status='PREVALIDATION_FAILED';