<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF">
<div>The error message is telling you that it expected a Servers tag as the root tag (that is, the element that contains all other elements). Try adding <Servers> to the top of your file and </Servers> to the bottom. The Servers element can contain multiple
Server elements.</div>
<div><br>
</div>
<div>This is explained in the XML schema documented on the wiki in the following link, but it is adamantly easy to miss.</div>
<div><br>
</div>
<div><a href="http://paraview.org/Wiki/ParaView:Server_Configuration#XML_Schema">http://paraview.org/Wiki/ParaView:Server_Configuration#XML_Schema</a></div>
<div><br>
<div>-Ken</div>
<div><br>
</div>
Sent from my iPad so blame autocorrect.</div>
<div><br>
On Sep 15, 2012, at 8:28 AM, "Arya Mazaheri" <<a href="mailto:aryanet@gmail.com">aryanet@gmail.com</a>> wrote:<br>
<br>
</div>
<div></div>
<blockquote type="cite">
<div>
<div>Hi there, </div>
<div>I wanted to load the servers configuration file (.pvsc) to the Paraview server configuration dialog box. For example the following pvsc file:</div>
<div>
<div dir="ltr" class="mw-geshi" style="text-align: left;">
<div class="xml source-xml">
<pre class="de1"> <span class="sc3"><span class="re1"><Server</span> <span class="re0">name</span>=<span class="st0">"case2"</span> <span class="re0">resource</span>=<span class="st0">"cs://amber1"</span><span class="re2">></span></span>
<span class="sc3"><span class="re1"><ManualStartup<span class="re2">></span></span></span>
<span class="sc3"><span class="re1"><Options<span class="re2">></span></span></span>
<span class="sc3"><span class="re1"><Option</span> <span class="re0">name</span>=<span class="st0">"PV_SERVER_PORT"</span> <span class="re0">label</span>=<span class="st0">"Server Port: "</span><span class="re2">></span></span>
<span class="sc3"><span class="re1"><Range</span> <span class="re0">type</span>=<span class="st0">"int"</span> <span class="re0">min</span>=<span class="st0">"1"</span> <span class="re0">max</span>=<span class="st0">"65535"</span> <span class="re0">step</span>=<span class="st0">"1"</span> <span class="re0">default</span>=<span class="st0">"11111"</span> <span class="re2">/></span></span>
<span class="sc3"><span class="re1"></Option<span class="re2">></span></span></span>
<span class="sc3"><span class="re1"></Options<span class="re2">></span></span></span>
<span class="sc3"><span class="re1"></ManualStartup<span class="re2">></span></span></span>
<span class="sc3"><span class="re1"></Server<span class="re2">></span></span></span></pre>
<pre class="de1"><font face="Helvetica">But, when I load the file it gives me the following error:</font></pre>
<pre class="de1">Not a ParaView server configuration file. Missing <Servers /> root. </pre>
<pre class="de1"><br></pre>
<pre class="de1"><font face="Helvetica">Any clue?</font></pre>
</div>
</div>
</div>
<div>
<div></div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>Powered by <a href="http://www.kitware.com">www.kitware.com</a></span><br>
<span></span><br>
<span>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">
http://www.kitware.com/opensource/opensource.html</a></span><br>
<span></span><br>
<span>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">
http://paraview.org/Wiki/ParaView</a></span><br>
<span></span><br>
<span>Follow this link to subscribe/unsubscribe:</span><br>
<span><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a></span><br>
</div>
</blockquote>
</body>
</html>