特定管理 > 支援視覺化與發行 > WVS 發行者 > WVS 管理公用程式 > 刪除視覺化組態範本的載入程式
刪除視覺化組態範本的載入程式
您可以使用載入程式刪除「視覺化組態範本」。此載入程式檔案位於 <Windchill> 資料夾中並從 Windchill shell 執行。
載入程式檔案範例如下圖所示:
<?xml version="1.0"?>
<!DOCTYPE NmLoader SYSTEM "standard12_1.dtd">
<NmLoader>
<csvDeleteConfigurationTemplate handler="wt.viewmarkup.LoadWVSConfigurationTemplate.delete">
<csvDeleteConfigurationTemplateName>Golf_Config_01</csvDeleteConfigurationTemplateName>
<csvDeleteConfigurationTemplateContainerPath>/wt.inf.container.OrgContaner=Demo Organization/wt.pdmlink.PDMLinkProduct = GOLF_CART </csvDeleteConfigurationTemplateContainerPath>
</csvDeleteConfigurationTemplate>
</NmLoader>
從 Windchill shell 執行載入程式的指令為:
windchill wt.load.LoadFromFile -d site.xml -u <username>-p <Password> -CONT_PATH /
找不到具有名稱與容器的範本時,會擲出例外,並產生應用伺服器記錄檔。
這是否有幫助?