This is a known affecting VCF 4.2, currently, there is no resolution.
Workaround:
Please follow below steps to workaround the issue :
- Run the below command by doing SSH into the system. Supply timestamp in format (yyyy-mm-dd hh:mm:ss.ms)
- Prefer a time before the upgrade
psql --host=localhost -U postgres -d operationsmanager -c “UPDATE passwordmanager.password_operations SET creation_time = ‘<>’ WHERE transaction_status = ‘PREVALIDATION_FAILED’ AND creation_time IS NULL;
systemctl restart commonsvcs
Task aggregator would work as expected. On password management UI - The cancel option would be available. Once canceled, the lock would get released.