Removing Drawing Templates from Teamcenter Unified 8.3
Removing Drawing Templates from Teamcenter Unified 8.3
(OP)
We had a PAX file that was not correct. I fixed and now there is 4 Drawing templates that I can't seem to get rid of. Anybody know how to get rid of them.
Thanks,
Bob
Thanks,
Bob





RE: Removing Drawing Templates from Teamcenter Unified 8.3
Regards,
Tomas
RE: Removing Drawing Templates from Teamcenter Unified 8.3
RE: Removing Drawing Templates from Teamcenter Unified 8.3
All "nxdm_*.pax" will be read by NX at startup ( in managed mode)
2:nd question, do your pax file contain more sections like:
<PaletteEntry id="d1">
<References/>
<Presentation name="A - Drawing" description="NX Example, 2 Sheets">
<PreviewImage type="UGPart" location="@DB/A-drawing-template/A"/>
</Presentation>
<ObjectData class="DrawingTemplate">
<TemplateFileType>none</TemplateFileType>
<Filename>@DB/A-drawing-template/A</Filename>
<Units>English</Units>
<UsesMasterModel>Yes</UsesMasterModel>
<ItemType>Item</ItemType>
<RelationType>specification</RelationType>
</ObjectData>
</PaletteEntry>
than needed for the desired 4 templates ?
- Delete.
If the above doesn't help,
The NX syslog reports which paxfiles it read on startup and each line ( above section) where / how etc.
Regards,
Tomas
RE: Removing Drawing Templates from Teamcenter Unified 8.3
RE: Removing Drawing Templates from Teamcenter Unified 8.3
I got rid of the extra pax files and that seemed to fix it. I don't see the other files in Drawing now.
Thanks a lot for the help.
Bob