Deployment Guide

Configuration Guide 9
db.schema.version.patch Patch version of database schema.
dao.db.driver.dir $dell.home$/lib/mssql-microsoft Default location of the database driver. If
you change this file from the default
location, update this parameter.
dao.db.host Your database server hostname.
This parameter is changed in the
Configuration Tool.
dao.db.name The name of your database.
This parameter is changed in the
Configuration Tool.
dao.db.user The username with full permissions to your
database.
This parameter is changed in the
Configuration Tool.
dao.db.password The password for the username with full
permissions to your database.
This parameter is changed in the
Configuration Tool.
dao.db.max.retry.count 10 The maximum number of times the
Compatibility Server attempts to reconnect
to the SQL Server when a specified socket
error occurs.
dao.db.connection.retry.wait.seconds 5 The first reconnect attempt is immediate.
The second happens the specified number
of seconds later. The third happens double
the number of specified seconds later, the
fourth triple, and so on.
dao.connection.pool.max.uses 10000 Allows connections to be retired, 0 means
do not retire.
dao.connection.pool.inactive.threshold.seco
nds
900 Used to determine when a connection has
not been used and can be closed.
dao.db.driver.socket.errors 0 The Compatibility Server attempts to
reconnect to the SQL Server when errors
corresponding to the codes in this
comma-separated list occur. 0 is the error
code for socket errors for Microsoft SQL.
You may also add 17142 for server paused
errors and 6002 for server shutting down
errors.
dao.db.mssql.compatability.level 90 Value for SQL 2005 or later.
vfs.file.handler.auth com.credant.guardian.server.vfs.AuthFileHa
ndler
Authorization file handler.
vfs.file.handler.inventory com.credant.guardian.server.vfs.InventoryFi
leHandler
Inventory file handler.
server_config.xml
Parameter Default Description