Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi Guys,
We try to set a version schema for our software documents.
I read about the posibilities in our windchill documentation.
I try to set it up like they wrote and windchill accept the commands.
The problem is, i get a error from our methodserver and I can't generate data with this version schema.
We want a version like 1.1.1 ... 1.3.2 ... 2.4.1 instead of A.1 ... b.4 ... D.1
what i did:
xconfmanager -s wt.series.HarvardSeries.seriesNames=Firmware_HarvardSeries –t codebase\wt.properties -p
xconfmanager -s wt.series.HarvardSeries.Firmware_HarvardSeries.delimiter=. –t codebase\wt.properties -p
xconfmanager -s wt.series.HarvardSeries.Firmware_HarvardSeries.depth=16 –t codebase\wt.properties -p
xconfmanager -s wt.series.HarvardSeries.Firmware_HarvardSeries.level.1=wt.series.IntegerSeries –t codebase\wt.properties -p
xconfmanager -s wt.series.HarvardSeries.Firmware_HarvardSeries.level.2=wt.series.IntegerSeries –t codebase\wt.properties -p
The error i get on the methodserver log is:
ERROR [ajp-bio-8010-exec-5] com.ptc.windchill.enterprise.doc.forms.CreateDocFormProcessor orgadmin - wt.util.WTRuntimeException: Unable to construct version identifier for series: wt.series.Firmware_HarvardSeries; nested exception is:
java.lang.ClassNotFoundException: wt.series
Who can help?
Best regards Marcos