Skip to main content
10-Marble
January 23, 2024
Solved

how to fix this error

  • January 23, 2024
  • 1 reply
  • 1082 views

Nested exception is: wt.pom.DatastoreException: A SQL error has occurred. Database system message follows:
Nested exception is: wt.util.WTInvalidParameterException: No EnumeratedType exists with "XXX" as its internal value.
at wt.fc.EnumeratedTypeUtil.toEnumeratedType(EnumeratedTypeUtil.java:311)
at wt.fc.EnumeratedType.toEnumeratedType(EnumeratedType.java:431)
at wt.part._QuantityUnit.toQuantityUnit(_QuantityUnit.java:29)
at wt.part._WTPartMaster.readExternal(_WTPartMaster.java:725)

Best answer by Rocket_Max

Missing custom unit XXX, rebind it again

 

Resourcebuild QuantityUnitRB.RB.ser

ant -f Makejar.xml

1 reply

17-Peridot
January 23, 2024

Missing custom unit XXX, rebind it again

 

Resourcebuild QuantityUnitRB.RB.ser

ant -f Makejar.xml

10-Marble
January 23, 2024

fixed