appSettings Section

Dovetail SDK specific configuration settings; For additional details on Dovetail SDK configuration options, refer to the Dovetail SDK documentation.

Parameter Name

Required

Default

Description

fchoice.dbtype

No

"MSSQL"

Specifies the type of provider ClarifyApplication should to connect to the DB. Standard values are "MSSQL", "ORACLE", or "SYBASE". Other providers can be added, see the section on "Custom Database Providers."

fchoice.connectionstring

Yes

N/A

An ADO.NET connection string to use with the specified DB type (or default if none is specified). The default provider is MSSQL and the connection string must be useable by the System.Data.SqlClient.SqlConnection class. Consult the SqlConnection.ConnectionString property documentation for specifics about what parameters are allowed in the connnection string. Please consult the documentation for other ADO.NET providers if you plan on using a different data provider type (like Oracle or Sybase).

Maximum Connection Pool Size (Max Pool Size): It is recommended to override the default maximum database connection pool size. This setting is defined as part of the connection string. By default, the maximum pool size is 100. RuleManager does not typically need this many connections. The recommended number of for the maximum connection pool size is 20.

fchoice.disableloginfromfcapp

Yes

"false"

Allows the RuleManager to use a single login for both the FCApplication and FCSession logins.

See Also

Configuring RuleManager

fchoice Section

log4net Section

configSections

Number of Worker Threads

Next

fchoice Section

appSettings Section