Using dynamic connections

To use dynamic connections, set the following definitions for the CSClient instance in the client dse.ini file:
The following is an example of a CSClient definition that supports dynamic connections:
<kColl id="CSClient">
  <kColl id="realCSClient">
    <field id="usedForServerToClientEventNotification" value="true"/>
    <field id="permanentConnectionForEvents" value="false"/>
    <field id="eventsPort" value="8082" />
    ...