Currently, there is no resolution.
Workaround:
To workaround the issue, remove the pending operation request in vRealize Automation IaaS database:
- Take a full backup of IaaS database.
- Connect to IaaS database using credentials having administrator privileges.
- Confirm there is a stuck request by running query:
select * from StateOperationVirtualMachines where VirtualMachineId IN (select VirtualMachineID from VirtualMachine where VirtualMachineName = 'Affected-machine-name')
- Delete the record:
delete from StateOperationVirtualMachines where VirtualMachineId IN (select VirtualMachineID from VirtualMachine where VirtualMachineName = 'Affected-machine-name')
- Reconfigure the affected machine, to confirm issue is no longer present.