將自訂產品階層物件更新為現成服務產品階層類型
此主題包含將服務產品階層的物件類型從「自訂」更新為由 PTC 提供之「現成」的資訊。
執行下列步驟來更新自訂類型:
1. 按一下
類別檔案下載類別檔案並將之複製至
windchill_dir/codebase。
2. 開啟 Windchill Service Information Manager 的 sis.properties.xconf 內容組態檔案,此檔案位於:Windchill-path\codebase\com\ptc\arbortext\windchill\siscore\xconf\sis.properties.xconf。
3. 移除包含自訂產品階層類型之參考的下列屬性:
◦ com.ptc.arbortext.sis.typename.productHierarchyNode
◦ com.ptc.arbortext.sis.typename.productHierarchyRoot
◦ com.ptc.arbortext.sis.typename.productInstanceNode
4. 開啟 Windchill Shell 並執行下列指令來套用變更:xconfmanager -pF。
5. 在 Windchill Shell 中執行指令:windchill ChangeTypeSql <Internal Name of source type> <Internal Name of target type>。
例如,欲將自訂物件的類型產品實例 com.example.PHInstance 更新為 com.ptc.PHInstance,請輸入指令:windchill ChangeTypeSql com.example.PHInstance com.ptc.PHInstance。
|
針對您想要更新之每個自訂類型的產品階層執行此指令。
|
6. 每個上述指令會針對每種類型的產品階層產生 SQL 指令。從 Windchill Shell 複製 SQL 指令,然後在 Windchill 資料庫中執行它們。這會將資料庫中的自訂物件更新為現成類型。