Stops the VLDB service on a server.
<stopService/>
<stopService>
<result value=" ">
<description/>
<result>
</stopService>
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
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>