1.1.1

Table Of Contents
sqlfire.drda.logConnections
Species whether to log network client connections and disconnections. This setting can be
enabled dynamically using NetworkInterface as well.
Description
falseDefault Value
systemProperty Type
n/aPrex
sqlfire.drda.maxThreads
Maximum number of connection threads that the Network Server allocates. If the maximum number of
threads are allocated, then connections are shared using the sqlfire.drda.timeSlice property
Description
to switch between connections. This setting can be enabled using NetworkInterface as well, but the Network
Server must be restarted for the change to take effect.
0 (unlimited)Default Value
systemProperty Type
n/aPrex
sqlfire.drda.minThreads
Minimum number of connection threads that the Network Server allocates. This setting can be enabled
using NetworkInterface as well, but the Network Server must be restarted for the change to take
effect.
Description
On-demand allocation.Default Value
systemProperty Type
n/aPrex
sqlfire.drda.portNumber
Port number to use.Description
1527Default Value
systemProperty Type
n/aPrex
sqlfire.drda.securityMechanism
Restricts client connections based on the security mechanism. If set to a valid mechanism, then only those
connections with the specied mechanism are allowed. If no value is set, then connections with any mechanism
are allowed.
Possible values are:
Description
USER_ONLY_SECURITY
CLEAR_TEXT_PASSWORD_SECURITY
ENCRYPTED_USER_AND_PASSWORD_SECURITY
347
Configuration Properties