Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi @SP_10298892
It is normal, because the DTD definition of the xml input is different and the template export/import is not supported between different versions.
You can check the exported xml file from both systems and compare the elements in the XML files
then modify the input file as the target system required.
PetrH
Hi Petr,
Thanks for quick response. Is there any way I can do that? I was able to import the lifecycles from 12.0 to 12.1.
But workflows are not getting imported. I did change the below tag:
"<!DOCTYPE NmLoader SYSTEM "standard12_0.dtd">".
Made it from:
<!DOCTYPE NmLoader SYSTEM "standard12_1.dtd">
To:
<!DOCTYPE NmLoader SYSTEM "standard12_0.dtd">
Please suggest.
Thanks
Hi @SP_10298892
Yes it is possible if the DTD is not changed.
As I said,
You need to find what is different in the xml file in the Windchill 12.0 and 12.1.
compare the xmls exported from first and second system and then change your sours xml file that you want to import with elements that are added or removed based on the target system.
It is not easy but you can modify the input file to format that can be imported to the system where you need it.
for example
Wch 12.0 has following required elements
<A/>
<B/>
<C/>
<D/>
and
Wch 12.1 has following required elements
<A/>
<B/>
<C/>
<D/>
<E/>
<F/>
If you need to import xml from 12.0 to 12.1 you need to add the E and F elements
If you need to import xml from 12.1 to 12.0 you need to remove the E and F elements
this principle works for real XML files you use to import/export
PetrH
Adding this article but I think this was meant for importing from previous version. Give it a shot and see:
https://www.ptc.com/en/support/article/CS19704?source=search