dbi.config file used to define pieces of information needed to start the application. This is initially configured as part of the installation process.
Application Database Connection String
The connection string that Symphony uses to connect to its application database is defined in the connectionStrings element:Note: The warehouse database connection string can be changed from the configuration settings while logged in as an administrator. Its connection string uses the same syntax.
Application Storage Type
The ApplicationStorage key should be set to the type of database you are using. Below is an example of how this would look for SQL Server:Setting the Temp Data Path
The temp data path is the path where any temporary application data is saved. If it is not set or set to empty string, the App_Data path is used. The following folders would exist under the folder defined by this setting:- BLOBFiles
- Logs
- TempLib
- ViewThumbnails
- FileDelivery
- DownloadStaging
Recycle the Application Pool
For changes to this file to take effect, you need to recycle the application pool in IIS or the website service on Linux.Complete Example
The following is a complete example of adbi.config file’s contents, including some example keys provided as comments for reference:
- Configuration Settings
- Using the dt Command Line Tool
- How to Recycle the Application Pool