Delete Loader for Visualization Configuration Template
You can delete the Visualization Configuration Template using a loader. This loader file is located in <Windchill> folder and is run from Windchill shell.
Example of the loader file is as illustrated below:
<?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>
Command to run the loader from Windchill shell is:
windchill wt.load.LoadFromFile -d site.xml -u <username>-p <Password> -CONT_PATH /
An exception is thrown and method server logs are generated when the template with the name and container are not found.
Was this helpful?