how to fix this error
Jan 22, 2024
11:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 22, 2024
11:14 PM
how to fix this error
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)
Solved! Go to Solution.
Labels:
- Labels:
-
Document Mgmt
ACCEPTED SOLUTION
Accepted Solutions
Jan 22, 2024
11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 22, 2024
11:46 PM
Missing custom unit XXX, rebind it again
Resourcebuild QuantityUnitRB.RB.ser
ant -f Makejar.xml
2 REPLIES 2
Jan 22, 2024
11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 22, 2024
11:46 PM
Missing custom unit XXX, rebind it again
Resourcebuild QuantityUnitRB.RB.ser
ant -f Makejar.xml
Jan 23, 2024
02:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 23, 2024
02:53 AM
fixed
