其他 Windchill 功能 > Windchill PartsLink > 配置 Windchill PartsLink > 準備使用 Windchill PartsLink
  
準備使用 Windchill PartsLink
如需安裝 Windchill PartsLink 的資訊,請參閱下列主題:
針對 Windchill Index Search 與 Windchill PartsLink 執行步驟
更新或升級 WindchillWindchill PartsLink 時必須執行的步驟。
整合 Windchill PartsLink 與 Microsoft Windows Server 網際網路資訊服務 (IIS)
整合 Windchill PartsLink 與 Microsoft Windows Server 網際網路資訊服務 (IIS) 需要 Windchill PartsLink 執行時期組態。索引搜尋執行時期組態的必要步驟與 Windchill PartsLink 執行時期組態相似。
如需詳細資訊,請參閱配置 IIS 與 Windchill
載入示範分類結構
在全新的伺服器上,您可以依現狀載入示範分類作為起點,或者您可以更新示範分類並使用它來建立您自己的分類結構。
示範分類只能作為範例分類提供,且不會作為 Windchill PartsLink 安裝的一部份自動載入。欲載入示範分類,請完成下列步驟:
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 架構簡介