You can clean up the remote CHA in the CHA
server when you initialize the CHA server. To do this, modify the toolkit
configuration file, dse.ini, as follows:
Add a field cleanupCHAServer in dse.ini and set the value to true: <?xml version="1.0"?>
<dse.ini>
<kColl id="settings">
<kColl id="cha-server">
...
<field id=" cleanupCHAServer" value="true"/>
</kColl>
</kColl>
</dse.ini>
Note: If the initial context tree has already
been created when the toolkit read your configuration of setting cleanupCHAServer to true,
the toolkit will clean up the CHA server and recreate the initial context
tree.