Loads and starts up the VLDB software on a server where the VLDB resides.
<loadVLDB/>
<loadVLDB>
<result value=" ">
<description/>
<result>
</loadVLDB>
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to load VLDB software is as follows:
<nssRequest>
<vldb>
<loadVLDB>
</loadVLDB>
</vldb>
</nssRequest>
A nssReply packet to the load VLDB command follows:
<nssReply>
<vldb>
<loadVLDB>
<result value="0">
<description/>success</description>
</result>
</loadVLDB>
</vldb>
<result value="0">
<description/>zOK</description>
</result>
</nssReply>