In VMware Cloud Foundation (VCF) 9.0.1, attempts to download the SDDC Manager 9.0.2.0-25151285 patch bundle via the SDDC Manager UI fails with error:
UI Error: LcmException: Bundle corresponding to product SDDC_MANAGER_VCF, version 9.0.2.0-25151285 and image type PATCH is missing in product version catalog table.
Remediation Message: Please make sure correct product SDDC_MANAGER_VCF, version 9.0.2.0-25151285 and image type PATCH is provided and latest Product version catalog file is available.
VCF 9.x
The issue is caused by a version string mismatch within the LCM metadata. The SDDC Manager UI and manifest expect a hyphenated version format (9.0.2.0-25151285), whereas the internal product_version_catalog database table and the productVersionCatalog.json file store the version using dots (9.0.2.0.25151285). Because the LCM service performs an exact string match, the lookup fails.
Please open a ticket with Broadcom to assist with this issue.