Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi,
I implemented a fix in wt.properties (see line below) and propagated through xconfmanager and also restarted windchill servers.
wt.series.MulticharacterSeries.MilSpec.legacyList=1
I see above line added to wt.properties but when I re-run WinDU utility for checking "Version series validation utility", it still shows the following and not listing the line I added:
Thu 2/8/18 17:14:26: ********************************************
Thu 2/8/18 17:14:26: * Series definitions from wt.properties *
Thu 2/8/18 17:14:26: ********************************************
Thu 2/8/18 17:14:26: wt.series.HarvardSeries.MilSpec.delimiter=.
Thu 2/8/18 17:14:26: wt.series.HarvardSeries.MilSpec.depth=16
Thu 2/8/18 17:14:26: wt.series.HarvardSeries.MilSpec.level.1=wt.series.MulticharacterSeries.MilSpec
Thu 2/8/18 17:14:26: wt.series.HarvardSeries.delimiter=.
Thu 2/8/18 17:14:26: wt.series.HarvardSeries.depth=16
Thu 2/8/18 17:14:26: wt.series.HarvardSeries.level.1=wt.series.MulticharacterSeries
Thu 2/8/18 17:14:26: wt.series.HarvardSeries.seriesNames=MilSpec
Thu 2/8/18 17:14:26: wt.series.IntegerSeries.delta=1
Thu 2/8/18 17:14:26: wt.series.IntegerSeries.max=2147483647
Thu 2/8/18 17:14:26: wt.series.IntegerSeries.min=0
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.MilSpec.delta=1
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.MilSpec.length=3
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.MilSpec.max=Y
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.MilSpec.min=A
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.MilSpec.seed=-
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.MilSpec.skipList=IOQSXZ
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.delta=1
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.length=3
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.max=Z
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.min=A
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.seriesNames=MilSpec
Thu 2/8/18 17:14:26: wt.series.MulticharacterSeries.skipList=IOQ
Thu 2/8/18 17:14:26: wt.vc.IterationIdentifier=wt.series.IntegerSeries
Thu 2/8/18 17:14:26: wt.vc.OneOffVersionIdentifier=wt.series.IntegerSeries
Thu 2/8/18 17:14:26: wt.vc.VersionIdentifier=wt.series.HarvardSeries
Appreciate anyone with suggestion.
Hello,
It's checking all properties starting with wt.series so
should come in list.
What is your current windchill version?
Do you have a monolithic environment or a cluster?
Kind regards.
What is your current windchill version?
- It is Release: 11.0 M030-CPS05
Do you have a monolithic environment or a cluster?
- Production is cluster but this instance is a development environment. I did propagate via xconfmanager and wt.properties has that line. Also, I restarted windchill servers but not the apache web servers.
Did you try to run :
xconfmanager -d <property_name>
to check if setting is well displayed?
Yes. It displays too and afterwards WinDU still throws the same message for InvalidSeriesValues
"
The series with series name = wt.series.HarvardSeries and value = 1 is INVALID!
"
=> xconfmanager -d wt.series.MulticharacterSeries.MilSpec.legacyList
/opt/ptc/Windchill_11.0/Java/bin/java -cp /opt/ptc/Windchill_11.0/Windchill/bin/../codebase:/opt/ptc/Windchill_11.0/Windchill/bin/../codebase/WEB-INF/lib/*:/opt/ptc/Windchill_11.0/Windchill/bin/../lib/* com.ptc.windchill.structconf.StructConfManager -r /opt/ptc/Windchill_11.0/Windchill/bin/.. -d wt.series.MulticharacterSeries.MilSpec.legacyList
Property information for 'wt.series.MulticharacterSeries.MilSpec.legacyList':
Values:
- 1
Locations:
- file:/opt/ptc/Windchill_11.0/Windchill/site.xconf, line 207
Target File(s):
- /opt/ptc/Windchill_11.0/Windchill/codebase/wt.properties
For your issue "The series with series name = <serieName> and value = <value> is INVALID!" please have a look to article : https://www.ptc.com/en/support/article?n=CS33830.