This issue can occur after a virtual machine backup completes and the entries from the vCenter Server database
vpx_disabled_methods table are not removed.
For more information on who created the entry run the below command
/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres -c "select * from vpx_disabled_methods;"
Note: Executing the command, be sure to add a "; ."
Even if there is no applicable virtual machine, "(0 rows)" is output as follows:.
root@vcsa [ ~ ]# /opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres -c "select * from vpx_disabled_methods;"
entity_mo_id_val | method_name | source_id_val | reason_id_val
------------------+-------------+---------------+---------------
(0 rows)