专业化管理 > 支持可视化和发布 > 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 /
如果找不到其中包含名称和容器的模板,会抛出异常并生成方法服务器日志。
这对您有帮助吗?