startService

Starts the VLDB service on a server.

Request

<startService/>

Reply

<startService>
   <result value=" ">
      <description/>
   <result>
</startService>

Elements

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.

Example

A nssRequest packet to start the VLDB service is as follows:

<nssRequest>
   <vldb>
      <startService>
      </startService>
   </vldb>
</nssRequest>

A nssReply packet to the start VLDB service command follows:

<nssReply>
   <vldb>
      <startService>
         <result value="0">
            <description/>success</description>
         </result>
      </startService>
   </vldb>

   <result value="0">
      <description/>zOK</description>
   </result>
</nssReply>