<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 &lt;Servers&gt; to the top of your file and &lt;/Servers&gt; 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, &quot;Arya Mazaheri&quot; &lt;<a href="mailto:aryanet@gmail.com">aryanet@gmail.com</a>&gt; 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">&lt;Server</span> <span class="re0">name</span>=<span class="st0">&quot;case2&quot;</span> <span class="re0">resource</span>=<span class="st0">&quot;cs://amber1&quot;</span><span class="re2">&gt;</span></span>
    <span class="sc3"><span class="re1">&lt;ManualStartup<span class="re2">&gt;</span></span></span>
      <span class="sc3"><span class="re1">&lt;Options<span class="re2">&gt;</span></span></span>
        <span class="sc3"><span class="re1">&lt;Option</span> <span class="re0">name</span>=<span class="st0">&quot;PV_SERVER_PORT&quot;</span> <span class="re0">label</span>=<span class="st0">&quot;Server Port: &quot;</span><span class="re2">&gt;</span></span>
          <span class="sc3"><span class="re1">&lt;Range</span> <span class="re0">type</span>=<span class="st0">&quot;int&quot;</span> <span class="re0">min</span>=<span class="st0">&quot;1&quot;</span> <span class="re0">max</span>=<span class="st0">&quot;65535&quot;</span> <span class="re0">step</span>=<span class="st0">&quot;1&quot;</span> <span class="re0">default</span>=<span class="st0">&quot;11111&quot;</span> <span class="re2">/&gt;</span></span>
        <span class="sc3"><span class="re1">&lt;/Option<span class="re2">&gt;</span></span></span>
      <span class="sc3"><span class="re1">&lt;/Options<span class="re2">&gt;</span></span></span>
    <span class="sc3"><span class="re1">&lt;/ManualStartup<span class="re2">&gt;</span></span></span>
  <span class="sc3"><span class="re1">&lt;/Server<span class="re2">&gt;</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 &lt;Servers /&gt; 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>