stopService

Stops the VLDB service on a server.

Request

<stopService/>

Reply

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

Elements

result

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

description

Specifies a text description of the result.

Example

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

<nssRequest>
   <vldb>
      <stopService>
      </stopService>
   </vldb>
</nssRequest>

A nssReply packet to the stop VLDB service command follows:

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

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