When attempting to perform any password task one of these errors is seen"This operation is not allowed because Password Manager operation(s) are working on related resources"
"The scheduled auto-rotate workflow could not run due to another operation blocking the resources" banner on VCF UI
"THE OPERATION IS NOT ALLOWED BECAUSE THE SYSTEM LOCK IS HELD BY PASSWORD MANAGER OPERATION IN PROGRESS"
Similar errors are seen in the operationsmanager.log
/var/log/vmware/vcf/ioperationsmanager.logyyyy-mm-ddThh:mm:ss DEBUG [vcf_om,404f8e66713d47ef,f8fb] [c.v.e.s.e.h.LocalizableRuntimeExceptionHandler,http-nio-127.0.0.1-7300-exec-4] Handler Error Response: {"errorCode":"PASSWORD_MANAGER_UPDATE_IN_PROGRESS","arguments":["d68f530d-1cd7-4988-af5b-28f8dda87699"],"message":"Password update task d68f530d-1cd7-4988-af5b-28f8dda87699 is in progress/failed state, retry after sometime.","remediationMessage":"Wait for currently in-progress transaction to complete as succeeded/cancelled.","referenceToken":"GURKAF"}
psql -h localhost -U postgres -d operationsmanager -c "select workflow_id, operation_type, transaction_status from passwordmanager.password_operations where transaction_status='FAILED' OR transaction_status='PREVALIDATION_FAILED';"
workflow_id | operation_type | transaction_status
--------------------------------------+----------------+----------------------
xxxxxxxx-xxxx-xxxx-xxxx-28f8dda87699 | ROTATE | PREVALIDATION_FAILED
Developer Center > API Explorer > APIs for Managing Credentials
DELETE/v1/credentials/tasks/{id}
xxxxxxxx-xxxx-xxxx-xxxx-28f8dda87699
----> identified in Step # 3/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh