Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.12.0
-
Fix Version/s: 1.12.2
-
Component/s: Provisioning / Discovery / Importer
-
Security Level: Default (Default Security Scheme)
-
Labels:
Description
The size of the vmwareTopologyInfo field on the assets table is limited to 1023 characters. On big VMWare deployments, this is far to be enough to include all the required information.
Right now, if the field is too big, Hibernate is going to throw exception while saving the data on the DB because of this limitation.
I've manually altered the assets table to set that field to be "text" instead of "varchar(1023)" and everything started to work properly.