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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Import missing preference

DKWc
13-Aquamarine

Import missing preference

Hi All,

I'm trying to import a missing preference at Site level.

followed article CS152142 it throws an below error:

org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 23; Document root element "csvPreferenceInstance", must match DOCTYPE root "null"

==

Referred to one of the article on community and used the below xml

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE PreferenceImpExp SYSTEM "standardX20.dtd">
<PreferenceImpExp>
<PreferenceInstance>
<name>Part to Document Association Logic</name>
<clientName>WINDCHILL</clientName>
<value>Yes</value>
<locked>false</locked>
</PreferenceInstance>
</PreferenceImpExp>

=

this also throws below error

Cannot import "Preference Instance" "Part to Document Association Logic" as there in no matching preference definition with name "Part to Document Association Logic".

 

any help would be appriciated.

1 ACCEPTED SOLUTION

Accepted Solutions
Fadel
22-Sapphire I
(To:DKWc)

load below file and restart your server :

Fadel_0-1704363257174.png

 

Fede

View solution in original post

4 REPLIES 4
Fadel
22-Sapphire I
(To:DKWc)

What preference is missing and what version are you running 

Fede
DKWc
13-Aquamarine
(To:Fadel)

The below highlighted preference is missing.

DKWc_1-1704362715534.png

 

windchill version using is 12.1.2.4

 

 

Fadel
22-Sapphire I
(To:DKWc)

load below file and restart your server :

Fadel_0-1704363257174.png

 

Fede
DKWc
13-Aquamarine
(To:Fadel)

Thanks a lot it worked

Top Tags