Article - CS291240

"No EnumeratedType exists with "xxx" as its internal value" error message about lifecycle State in Windchill PDMLink

Modified: 11-Nov-2025   


Applies To

  • FlexPLM 11.0 to 12.0
  • Windchill PDMLink 11.0 to 13.0

Description

  • Below error while opening Life Cycle Template Administration.jnpl file after creating new Lifecycle State "READY FOR SIMULATION"
No EnumeratedType exists with "wt.lifecycle.State.READY FOR SIMULATION" as its internal value
  • Unable to open Lifecycle Template Administration
  • Unable to edit Lifecycle Template 
  • In Java Console, error message:
Caused by: wt.util.WTInvalidParameterException: No EnumeratedType exists with "PROMOTE" as its internal value
  • Lifecycle state shows ???state.state??? in WTPart/EPMDocument details page after CPS update
  • Below error when opening All Dependents on set state page
No EnumeratedType exists with xxxx as its internal value
  • Importing workflow templates gives the errors
     No EnumeratedType exists with "Role.xxx" as its internal value
  • Failed to open Product / Library folder with below error 
    Request Id:	4eij2i94;loxp7ing;164;3pckcq;27011
    Request URI:	/Windchill/ptc1/comp/folderbrowser_table
    Query String:	ContainerOid=OR%3Awt.inf.library.WTLibrary%3A####&oid=OR%3Awt.folder.Cabinet%3A###&folderNavigatorParameter=true&u8=1&portlet=poppedup&rightPaneOnly=true&setActiveLayout=contentPanel_twoPanes_horizontal&leftPane=ptc1%2Fcomp%2Ffolderbrowser_tree
    Status Code:	500
    Message:	No EnumeratedType exists with "UNSUBMIT" as its internal value.
  • Parts and Change Notices are not displayed in folder:
image.png
 
  • Windchill Diagnostic Utility(WinDU) Report reports below failed tasks:
CheckoutConsistencyReportDT
ReportLCTemplatesMissingFinalPhases Report
NonChangeObjectsIsMissingAuditsDT
  • Not able to create object and getting below error in log: 
    ERROR [com.ptc.core.components.dataUtilities.worker-2] com.ptc.core.components.beans.DataUtilityBean wcadmin - CaughtException while processing column: version. Enable 'com.ptc.core.components.beans.DataUtilityBean' logger for full stack trace.A persistence error occurred.
    
    Nested exception is: wt.pom.PersistenceException: A persistence error occurred.
    
    2023-02-22 08:07:40,682 ERROR [com.ptc.core.components.dataUtilities.worker-2] wt.pds.exception wcadmin - Suppressing internal message (wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
    
    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 "xxxxx" as its internal value.
  • Part > Structure UI page has error and could not open Structure page. Method Server logs has below error:
ERROR [ajp-nio-127.0.0.1-8010-exec-6] com.ptc.cat.config.server.AbstractComponentConfigBuilder 201580145 - Error getting table config based on table views with session locale 'en_US' wt.util.WTInvalidParameterException: No EnumeratedType exists with "xxxx" as its internal value.

       at wt.fc.EnumeratedTypeUtil.toEnumeratedType(EnumeratedTypeUtil.java:346)

       at wt.fc.EnumeratedTypeUtil.toEnumeratedType(EnumeratedTypeUtil.java:292)

       at wt.fc.EnumeratedType.getDisplay(EnumeratedType.java:187)

       at com.ptc.core.htmlcomp.createtableview.AttributeHelper.getEnumValues(AttributeHelper.java:284)

       at com.ptc.core.htmlcomp.createtableview.AttributeHelper.getEnumValues(AttributeHelper.java:270)
  • The below errors are in the Method Server log
wt.pds.exception jadhavy - Suppressing internal message (wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
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 "xxxx" as its internal value.
  at wt.fc.EnumeratedTypeUtil.toEnumeratedType(EnumeratedTypeUtil.java:311)
  at wt.fc.EnumeratedType.toEnumeratedType(EnumeratedType.java:431)
  at com.ptc.qualitymanagement.qms.enumTypes._UnitType.toUnitType(_UnitType.java:28)
  at com.ptc.qualitymanagement.capa._RelevantRequestDataProductLink.readExternal(_RelevantRequestDataProductLink.java:702)
  at wt.pds.WTResultSet.readObject(WTResultSet.java:667)
  at wt.pds.PersistableItemBuilder.build(PersistableItemBuilder.java:543)
  at wt.pds.StandardACProcessor.processResults(StandardACProcessor.java:97)
  at wt.pds.SequentialResultBuilder.build(SequentialResultBuilder.java:453)
  at wt.pds.BasicResultCursor.next(BasicResultCursor.java:93)
  at wt.pds.SQLDatabasePds.query(SQLDatabasePds.java:880)
  at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1077)
  at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:986)
  at wt.fc.StandardPersistenceManager._query(StandardPersistenceManager.java:1972)
  at wt.fc.StandardPersistenceManager._find(StandardPersistenceManager.java:2008)
  • The upgrade related logs as below:
com.ptc.windchill.upgrade.updates.UpdateExecutionException: Error executing IncrementalUpdate Verify lifecycle templates have a final phase (#ReportLCTemplatesMissingFinalPhases)
Nested exception is: (com.ptc.windchill.upgrade.updates.directives.directivesResource/39) com.ptc.windchill.upgrade.updates.DirectiveExecutionException: Method server code wt.workflow.definer.ReportLCTemplatesMissingFinalPhases.executeDiagnosticTask failed.  See nested exception for details
Nested exception is: wt.util.WTException: java.lang.reflect.InvocationTargetException
Nested exception is: java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.ptc.windchill.upgrade.updates.directives.MigratorMethod.invoke(MigratorMethod.java:131)
	at com.ptc.windchill.upgrade.updates.directives.LightWeightServiceDirective$Server.invokeLightWeightServiceApi(LightWeightServiceDirective.java:635)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at wt.method.MethodResultWriter.writeExternal(MethodResultWriter.java:165)
	at wt.method.MethodResult.writeExternal(MethodResult.java:226)
	at java.base/java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1457)
	at java.base/java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1431)
	at java.base/java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1179)
	at java.base/java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:349)
	at java.rmi/sun.rmi.server.UnicastRef.marshalValue(UnicastRef.java:293)
	at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:369)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
...
Caused by: A persistence error occurred.
	at wt.pds.SQLDatabasePds.handleException(SQLDatabasePds.java:1082)
...
Caused by: wt.util.WTInvalidParameterException: No EnumeratedType exists with "xxxxxx" as its internal value.
	at wt.fc.EnumeratedTypeUtil.toEnumeratedType(EnumeratedTypeUtil.java:311)
	at wt.fc.EnumeratedType.toEnumeratedType(EnumeratedType.java:431)
	at wt.lifecycle._State.toState(_State.java:29)
	at wt.lifecycle._PhaseTemplate.readExternal(_PhaseTemplate.java:280)
	at wt.pds.WTResultSet.readObject(WTResultSet.java:667)
	... 48 more
  • Parts are unable displayed on Folder with error below after ugprade 
    No EnumeratedType exists with 'xxx' as its internal value
  • Below error when trying to Export the Report from Results Table 
    com.ptc.mvc.controllers.ExceptionController <username>- message : No EnumeratedType exists with "SENDTOSAP" as its internal value.
    error:-------------A persistence error occurred. (wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
    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:378)
    	at wt.fc.EnumeratedTypeUtil.toEnumeratedType(EnumeratedTypeUtil.java:295)
    	at wt.fc.EnumeratedType.toEnumeratedType(EnumeratedType.java:475)
    	at wt.lifecycle._State.toState(_State.java:29)
    	at wt.lifecycle._LifeCycleState.readExternal(_LifeCycleState.java:135)
    	at wt.pds.WTResultSet.readObject(WTResultSet.java:667)
    	at wt.access._AccessControlSurrogate.readExternal(_AccessControlSurrogate.java:965)
    	at wt.pds.WTResultSet.readObject(WTResultSet.java:667)
    	at wt.pds.AbstractColumnAccessControlItemBuilder.build(AbstractColumnAccessControlItemBuilder.java:271)
    	at wt.pds.StandardACProcessor.processResults(StandardACProcessor.java:76)
    	at wt.pds.SequentialResultBuilder.build(SequentialResultBuilder.java:453)
This is a printer-friendly version of Article 291240 and may be out of date. For the latest version click CS291240