cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Preference management: Options

NSS
14-Alexandrite
14-Alexandrite

Preference management: Options

I am currently using WC12.0.2
Not able to find the "Soft Type Parameter" under the Upload category. any idea on this?

 

snathan_0-1680580109860.png

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
HelesicPetr
22-Sapphire I
(To:NSS)

@NSS 

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

View solution in original post

4 REPLIES 4
HelesicPetr
22-Sapphire I
(To:NSS)

Hi @NSS 

Yes you can set this preference just on the site and org level. as an administrator

PetrH

NSS
14-Alexandrite
14-Alexandrite
(To:HelesicPetr)

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.

HelesicPetr
22-Sapphire I
(To:NSS)

@NSS 

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

I did mistake

the correct value is

UPLOAD_SOFT_TYPE

PetrH 

Top Tags