WaitForTask ReconfigVM_Task Entity(<MachineName>) Invalid virtual machine configuration. A corresponding failure message is seen in the vsphere clientvRealize Automation 7.6
The error implies that the values we are passing for the reconfigure from vRealize Automation are not valid values.
vCenter UI will validate and restrict these values from being entered when reconfiguring directly in vCenter but there is no such restriction in vRealize Automation.
select * from StateOperationVirtualMachines where VirtualMachineId IN (select VirtualMachineID from VirtualMachine where VirtualMachineName = 'Affected-machine-name')delete from StateOperationVirtualMachines where VirtualMachineId IN (select VirtualMachineID from VirtualMachine where VirtualMachineName = 'Affected-machine-name')To prevent the issue from occurring consider Leveraging a custom form for day 2 reconfigures that would restrict CPU/RAM values to only allow valid ones.