This article provides troubleshooting steps for OVF deployment failures caused by validation errors in the OVF descriptor file, specifically focusing on the VALUE_ILLEGAL error related to the populatedSize attribute.
Error on wizard when deploying OVF file, "Issues detected with selected template. Details: - ##:#:VALUE_ILLEGAL: Illegal value "#######" for attribute "populatedSize". Must be <= "#"
vCenter server 8.x
vCenter server 9.x
The .ovf descriptor file contains an improperly formatted or out-of-bounds configuration. The populatedSize attribute in the descriptor file exceeds the maximum character/digit constraint allowed by the OVF parsing engine (e.g., a 7-digit value provided where a maximum of 6 digits is permitted).
To resolve this issue,
.ovf descriptor file.populatedSize attribute to adhere to the OVF schema requirements (e.g., ensuring the value does not exceed the 6-digit limit).Note: Avoid manually editing the descriptor file unless directed by the template provider, as this may invalidate the OVF checksums.