Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I am currently using WC12.0.2
Not able to find the "Soft Type Parameter" under the Upload category. any idea on this?
Solved! Go to Solution.
Sometimes it is possible that the loading does not load all preferences .
Hard to say what can case it
but you can upload the preference from a file
article describes the process here:CS152142
the xml preference definition for loadfromfile is>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE PreferenceImpExp SYSTEM "standardX20.dtd">
<PreferenceImpExp>
<PreferenceInstance>
<name>upload.soft.type.parameter</name>
<clientName>WINDCHILL</clientName>
<value>UPLOAD_SOFT_TYPE</value>
<locked>false</locked>
</PreferenceInstance>
</PreferenceImpExp>
hope this can help
PetrH
Hi @HelesicPetr,
Yes, I have installed WC 12.0.2 in a new system as Administrator.
By default, not able to find/search the "Soft Type Parameter" and the respective value "UPLOAD_SOFT_TYPE" under the Operation--> -->Upload category.
Sometimes it is possible that the loading does not load all preferences .
Hard to say what can case it
but you can upload the preference from a file
article describes the process here:CS152142
the xml preference definition for loadfromfile is>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE PreferenceImpExp SYSTEM "standardX20.dtd">
<PreferenceImpExp>
<PreferenceInstance>
<name>upload.soft.type.parameter</name>
<clientName>WINDCHILL</clientName>
<value>UPLOAD_SOFT_TYPE</value>
<locked>false</locked>
</PreferenceInstance>
</PreferenceImpExp>
hope this can help
PetrH