<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Server_Prefs.xml in Windchill</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99621#M11744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, for sure this is vaulted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would check MS logs while trying to download the xml. In case the file is not present in the vaults or if there are some problems with vault configuration (not mounted, valid..), there will be error something like wt.fv.master&amp;nbsp; - Error in doDirectDownload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2015 10:52:32 GMT</pubDate>
    <dc:creator>Nitin</dc:creator>
    <dc:date>2015-09-07T10:52:32Z</dc:date>
    <item>
      <title>Server_Prefs.xml</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99619#M11742</link>
      <description>Having issues with downloading the server_prefs.xml file from the Visualization Configuration Administration UI.&amp;nbsp; Does anyone know where on the server this file is located...I'll just go get it manually via Windows Explorer.Thanks,Greg</description>
      <pubDate>Wed, 02 May 2018 12:18:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99619#M11742</guid>
      <dc:creator>GregOlson</dc:creator>
      <dc:date>2018-05-02T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Server_Prefs.xml</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99620#M11743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like this data is vaulted. Each file associated with a WVSConfigurationTemplate object in the database and is stored as an ApplicationData object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens when you try to manually download the file from the Visualization Configuration Administration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 18:54:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99620#M11743</guid>
      <dc:creator>LoriSood</dc:creator>
      <dc:date>2015-09-04T18:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Server_Prefs.xml</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99621#M11744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, for sure this is vaulted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would check MS logs while trying to download the xml. In case the file is not present in the vaults or if there are some problems with vault configuration (not mounted, valid..), there will be error something like wt.fv.master&amp;nbsp; - Error in doDirectDownload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 10:52:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99621#M11744</guid>
      <dc:creator>Nitin</dc:creator>
      <dc:date>2015-09-07T10:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Server_Prefs.xml</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99622#M11745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The configuration templates are vaulted when you have usevaultsforallcontent set to true, if not it will be stream data. You can query the db using the below query to get the location of the configuration files. There were some issues with downloading server prefs when the preferred file server is set to a replication site in pre 10.1 M040 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14416880403982143 jive_text_macro" jivemacro_uid="_14416880403982143" modifiedtitle="true"&gt;
&lt;P&gt;select&amp;nbsp; &lt;/P&gt;
&lt;P&gt;distinct wvc.CONFIGURATIONTYPE,ad.filename FILENAME, &lt;/P&gt;
&lt;P&gt;fvm.path ||'\'|| to_char(fi.uniquesequencenumber, '0000000000000x') LOCATION, &lt;/P&gt;
&lt;P&gt;round(ad.filesize/1024) FILESIZE&lt;/P&gt;
&lt;P&gt;from &lt;/P&gt;
&lt;P&gt;applicationdata aD,&lt;/P&gt;
&lt;P&gt;WVSCONFIGURATIONTEMPLATE wvc,&lt;/P&gt;
&lt;P&gt;holdertocontent htc,&lt;/P&gt;
&lt;P&gt;fvitem fi,&lt;/P&gt;
&lt;P&gt;fvmount fvm,&lt;/P&gt;
&lt;P&gt;Fvfolder ff,&lt;/P&gt;
&lt;P&gt;fvvault fv&lt;/P&gt;
&lt;P&gt;where&lt;/P&gt;
&lt;P&gt;ad.ida3a5 = fi.ida2a2 AND&lt;/P&gt;
&lt;P&gt;fi.ida3a4 = ff.ida2a2 AND&lt;/P&gt;
&lt;P&gt;ff.ida3a5 = fv.ida2a2 AND&lt;/P&gt;
&lt;P&gt;fvm.ida3a5 = ff.ida2a2 AND&lt;/P&gt;
&lt;P&gt;htc.ida3b5 = ad.ida2a2 AND&lt;/P&gt;
&lt;P&gt;htc.IDA3A5=wvc.IDA2A2;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Binesh Kumar&lt;/P&gt;&lt;P&gt;Barry Wehmiller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 04:54:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/99622#M11745</guid>
      <dc:creator>BineshKumar1</dc:creator>
      <dc:date>2015-09-08T04:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Server_Prefs.xml</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/903185#M74905</link>
      <description>&lt;P&gt;Lotsa thanks for that query, dude. I've been looking for the place where those files are stored for years.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 11:48:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Server-Prefs-xml/m-p/903185#M74905</guid>
      <dc:creator>giulix</dc:creator>
      <dc:date>2023-09-28T11:48:48Z</dc:date>
    </item>
  </channel>
</rss>

