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.

This is explained in the XML schema documented on the wiki in the following 
link, but it is adamantly easy to miss.

http://paraview.org/Wiki/ParaView:Server_Configuration#XML_Schema

-Ken

Sent from my iPad so blame autocorrect.

On Sep 15, 2012, at 8:28 AM, "Arya Mazaheri" 
<arya...@gmail.com<mailto:arya...@gmail.com>> wrote:

Hi there,
I wanted to load the servers configuration file (.pvsc) to the Paraview server 
configuration dialog box. For example the following pvsc file:

  <Server name="case2" resource="cs://amber1">
    <ManualStartup>
      <Options>
        <Option name="PV_SERVER_PORT" label="Server Port: ">
          <Range type="int" min="1" max="65535" step="1" default="11111" />
        </Option>
      </Options>
    </ManualStartup>
  </Server>

But, when I load the file it gives me the following error:

Not a ParaView server configuration file. Missing <Servers /> root.


Any clue?

_______________________________________________
Powered by www.kitware.com<http://www.kitware.com>

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to