其他 Windchill 功能 > Windchill PartsLink > 配置 Windchill PartsLink > 准备使用 Windchill PartsLink
  
准备使用 Windchill PartsLink
有关安装 Windchill PartsLink 的信息,请参阅以下主题:
Windchill Index Search 和 Windchill PartsLink 的执行步骤
Windchill PartsLink 更新或升级 Windchill 时必须采取的步骤。
Windchill PartsLink 与 Microsoft Windows Server Internet 信息服务 (IIS) 集成
Windchill PartsLink 与 Microsoft Windows Server Internet 信息服务 (IIS) 集成时需要 Windchill PartsLink 运行时配置。索引搜索运行时配置所需的步骤与 Windchill PartsLink 运行时配置的类似。
有关详细信息,请参阅配置 IIS 和 Windchill
加载 Demo 分类结构
在新服务器上,您可以按原样加载 demo 分类作为起点,或者您可以更新 demo 分类并使用它创建您自己的分类结构。
Demo 分类仅提供为示例分类,安装 Windchill PartsLink 时不会自动加载。要加载 demo 分类,请执行以下步骤:
1. 在文本编辑器中打开下列加载文件:
<Windchill>\loadFiles\partslink\demoClf\DemoClassification_nodes.xml
2. 更新 <csvcontentRoot> 元素中的文件路径,将其指向 Windchill 解决方案的安装目录。
例如,如果您的 Windchill 解决方案安装在 J 驱动器上名为 "Windchill" 的目录中:
<csvContentRoot handler="com.ptc.core.lwc.server.TypeDefinitionLoader.getContentRoot">
<csvcontentRoot>J:/Windchill/loadFiles/partslink/demoClf/attachments/</csvcontentRoot>
<!--TODO: Update above csvContentRoot path before actual load-->
</csvContentRoot>
3. 请按指定顺序加载以下文件:
<Windchill>\loadFiles\partslink\demoClf\DemoClassification_QOM.xml
<Windchill>\loadFiles\partslink\demoClf\DemoClassification_attributes.xml
<Windchill>\loadFiles\partslink\demoClf\DemoClassification_nodes.xml
例如:
windchill wt.load.LoadFromFile -d <Windchill>\loadFiles\partslink\demoClf\DemoClassification_QOM.xml -u <用户名> -p <密码>
windchill wt.load.LoadFromFile -d <Windchill>\loadFiles\partslink\demoClf\DemoClassification_attributes.xml -u <用户名> -p <密码>
windchill wt.load.LoadFromFile -d <Windchill>\loadFiles\partslink\demoClf\DemoClassification_nodes.xml -u <用户名> -p <密码>
有关使用加载文件的详细信息,请参阅数据加载和 LoadFromFile 框架简介