Issue in releasing a data module for change notice.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0
While doing a change notice, I'm getting the below error. Even sometimes tasks are not appearing. I'm sending the error I found in logs
Here are the errors that I faced
com.ptc.windchill.enterprise.change2.forms.ChangeManagementFormProcessorHelper orgadmin - wt.util.WTException: java.lang.ClassCastException: class wt.epm.EPMDocument cannot be cast to class wt.part.WTPart (wt.epm.EPMDocument and wt.part.WTPart are in unnamed module of loader 'app')
Nested exception is: java.lang.ClassCastException: class wt.epm.EPMDocument cannot be cast to class wt.part.WTPart (wt.epm.EPMDocument and wt.part.WTPart are in unnamed module of loader 'app')
wt.util.WTException: java.lang.ClassCastException: class wt.epm.EPMDocument cannot be cast to class wt.part.WTPart (wt.epm.EPMDocument and wt.part.WTPart are in unnamed module of loader 'app')
Nested exception is: java.lang.ClassCastException: class wt.epm.EPMDocument cannot be cast to class wt.part.WTPart (wt.epm.EPMDocument and wt.part.WTPart are in unnamed module of loader 'app')
at com.ptc.arbortext.windchill.rules.listeners.s1000D.S1000DChangeRequestListener.notifyVetoableMultiObjectEvent(S1000DChangeRequestListener.java:351)

