To use dynamic connections, set the following definitions for the
CSClient instance in the client dse.ini file:
- Set the usedForServerToClientEventNotification field to true. Note
that only one client on the client workstation needs this attribute set in
this way.
- Set permanentConnectionForEvents field to false. The default value
is true.
- Set the eventsPort field to the port number of the port you want
the client to use for listening for events. The default value is 8082.
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" />
...