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