1.1.1

Table Of Contents
sqlfire.sql-authorization
Enables or disables authorization in SQLFire. See Conguring User Authorization on page 250. The default
value of this property is "false." However, if you use the -auth-provider option to specify a
client authentication mechanism when starting a SQLFire member, SQL authorization is enabled by default.
Description
falseDefault Value
systemProperty Type
n/aPrex
sqlfire.datadictionary.allow-startup-errors
Enables a SQLFire member to start up, ignoring DDL statements that fail during member initialization. This
property enables you to resolve startup problems manually, after forcing the member to start. Typical DDL
Description
initialization problems occur when a required disk store le is unavailable, or when SQLFire cannot initialize a
DBSynchronizer conguration due to the external RDBMS being unavailable. Use
sqlfire.datadictionary.allow-startup-errors to drop and recreate the disk store
or DBSynchronizer conguration after startup. See also Member Startup Problems on page 717.
falseDefault Value
systemProperty Type
n/aPrex
sqlfire.drda.host
Network interface on which the network server listens.
This property allows multiple members of a Network Server to run on a single machine, each using its own
unique host:port combination.
Description
If the property is set to 0.0.0.0, the Network Server listens on all interfaces. Ensure that you are running under
the security manager and that user authorization is enabled before you enable remote connections with this
property
The Network Server listens only on the loopback address (localhost).Default Value
systemProperty Type
n/aPrex
sqlfire.drda.keepAlive
If true, SQLFire attempts to clean up disconnected clients. The idle time is two hours
by default.
Description
trueDefault Value
systemProperty Type
n/aPrex
vFabric SQLFire User's Guide346
vFabric SQLFire Reference