Stops a repair command on the VLDB.
<stopRepair/>
<stopRepair>
<result value=" ">
<description/>
<result>
</stopRepair>
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
A nssRequest packet to stop a VLDB repair is as follows:
<nssRequest>
<vldb>
<stopRepair>
<repairLevel>rebuild</repairLevel>
</stopRepair>
</vldb>
</nssRequest>
A nssReply packet to the stop VLDB repair command follows:
<nssReply>
<vldb>
<stopRepair>
<result value="0">
<description/>success</description>
</result>
</stopRepair>
</vldb>
<result value="0">
<description/>zOK</description>
</result>
</nssReply>