VMware vCenter Server 8.0.x
This issue occurs due to a database inconsistency. The vCenter Database (VCDB) table cl_libraryitem contains a record for the item (Template/OVA), but the corresponding physical files on the storage backing have been deleted or corrupted. Because the database record exists, vCenter attempts to access the file path and fails.
IMPORTANT: This procedure involves modifying the vCenter Server Postgres database. Incorrect database modifications can cause serious system stability issues.
Step-by-Step Procedure:
service-control --stop vmware-content-libraryservice-control --stop vpxdservice-control --stop vsphere-ui/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres
1f46bb47-####-####-####-e51fa7c12006 with the Item ID from specific error message.SELECT id, name, libraryid FROM cl_libraryitem WHERE id = '1f46bb47-####-####-####-e51fa7c12006';DELETE FROM cl_libraryitem WHERE id = '1f46bb47-####-####-####-e51fa7c12006';\qservice-control --start --allIf the issue persists or if unable to identify the correct ID, please collect a standard vCenter support bundle (vc-support) and contact Broadcom Support for further assistance.