1. Overview
This article lists the folders that are installed on the server for Dundas BI.
2. Folders for the Deployment application
The deployment application or wizard is used to deploy, manage, and remove instances of Dundas BI directly on your computer's operating system.
This is installed into a folder location incorporating its specific major version number as follows:
| Installation | Typical Folder |
|---|---|
| Windows | C:\Program Files (x86)\Dundas Data Visualization Inc\Dundas BI\Setup\{Major Version} |
| Linux | /usr/share/dundas/bi/deployment/{Major Version} |
For Dundas BI on Windows, an additional subfolder DeploymentApplication contains the application for versions 10 and up.
For Logi Symphony installations before version 26.2, the default path begins instead with C:\Program Files (x86)\InsightSoftware\Logi Symphony.
3. Folders for an application instance
The application instance root folder or top-level installation folder for Dundas BI is typically found at the following location:
| Installation | Typical Folder | Windows | C:\Program Files\Dundas Data Visualization Inc\Dundas BI\Instances\{Instance Name} |
|---|---|
| Linux | /usr/share/dundas/bi/Files/{Instance Name} |
When running as a Docker container, including in Kubernetes, refer to the Linux installation type above where the instance name will be Container.
For Logi Symphony installations before version 26.2, the default path begins instead with C:\Program Files\InsightSoftware\Logi Symphony and the Managed module is contained in a Managed subfolder.
4. Instance subfolders
The following are subfolders under the instance root, and descriptions of what each folder contains:
| Path | Description |
|---|---|
| [Instance Root] | Top-level installation folder for the instance. |
| [Instance Root]\sdk | Binaries (DLLs) to reference when building extensions using the .NET API. |
| [Instance Root]\services | Services including the Dundas BI Scheduler service. |
| [Instance Root]\tools | Utility programs and tools for administration. |
| [Instance Root]\www\BIWebsite | Top-level web application folder. |
| [Instance Root]\www\BIWebsite\App_Data | This is where the dbi.config file is located. |
| [Instance Root]\www\BIWebsite\wwwroot | Subfolders may contain custom CSS, image, and script files when white labeling. |