Windchill PartsLink Post Installation Instructions
The following post-installation steps are required
to configure Windchill PartsLink for use with the Windchill 10.2.
1. Ensure that the
Windchill server is running.
2. Create a
classification binding attribute. For more information on the following steps
- Log in as a site administrator, and launch Site ▶ Utilities ▶ Type and Attribute Management.
- From the Manage Global Attributes window, create a global attribute with a String data type. Note the name of the global attribute you just created.
- In the Manage Types window, navigate to the Part type.
- Select Edit from the Actions drop-down list.
- Create a new attribute on the Part type, selecting Global as the attribute type, and selecting the global attribute created in step b.
- Click on the name of the new attribute to view the attribute’s information page.
- On the Constraints tab, add a new constraint, and choose the Classification constraint rule.
- In the Enter namespace field, enter the following: com.ptc.csm.default_clf_namespace
- Click done to save your changes.
- Parts can now be classified against the classification binding attribute defined. Repeat these steps to create additional classification binding attributes, to achieve multi-classification.
3. Add the classification attributes to
the part information page: View the Part type in the Type and Attribute
Management utility,
- Select Edit from the Actions drop-down list.
- From the Layouts tab, select the More Attributes Info Page Layout from the Layouts drop-down list.
- From the drop down list below an existing attribute group, select Nested Classification Layout and click Add.
- In the Add a new layout component window, select the classification binding attribute created in step 5, and click OK.
- Enter a Group Display Name for the nested classification layout.
- Repeat steps a through g for each classification binding attribute you want added to the part information page.
- Click Done.
Loading a Demo Classification Structure
On a fresh
server, you can load the demo classification as it is, as a starting point, or
you can update the demo classification and use it to create your own
classification structure. The demo classification is provided only as a sample
classification and is not loaded automatically as part of the Windchill
PartsLink installation. To load the demo classification, complete the following
steps.
1. Open the
following load file in a text editor:
$Windchill$\loadFiles\partslink\demoClf\DemoClassification_nodes.xml
Where $Windchill$ is the
location of your installed Windchill solution.
2. Update the
file path in the <csvcontentRoot> element to point to the actual drive
letter and directory where your Windchill solution is installed. For example,
if your Windchill solution was installed on the * drive, in a directory named
Windchill,
3. <csvContentRoot handler=
"com.ptc.core.lwc.server. TypeDefinitionLoader. getContentRoot">
4.<csvcontentRoot>$Windchill_Home$/loadFiles/partslink/demoClf/attachments/</csvcontentRoot>
5. <!--TODO:
Update above csvContentRoot
path before actual load-->
</csvContentRoot>
6. Load the
following files in the order specified, using the procedure in the PTC
Windchill Installation and Configuration Guide:
- <Windchill>\loadFiles\partslink\demoClf\DemoClassification_QOM.xml
- <Windchill>\loadFiles\partslink\demoClf\DemoClassification_attributes.xml
- <Windchill>\loadFiles\partslink\demoClf\DemoClassification_nodes.xml