List of installed folders
1. Overview
This article lists the folders that are installed on the server for Dundas BI and its Deployment application or wizard, and for Logi Symphony's Managed Dashboards & Reports.
2. Folders for the Deployment application
The deployment application or wizard is used during installation when deploying an instance of the Dundas BI application directly to your computer's operating system.
This is installed into a folder location incorporating its specific major version number as follows:
Operating System | Typical Folder |
---|---|
Windows | C:\Program Files (x86)\Dundas Data Visualization Inc\Dundas BI\Setup\{Major Version} |
Linux | /usr/share/dundas/bi/deployment/{Major Version} |
On Windows, an additional subfolder DeploymentApplication contains the application for versions 10 and up.
3. Folders for an application instance
The application instance root folder or top-level installation folder for Dundas BI or for Logi Symphony's Managed Dashboards & Reports is typically found at the following location:
Operating System | 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, the operating system is Linux and the instance name is Container.
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 | Dundas BI services including the Dundas BI Scheduler service. |
[Instance Root]\tools | Utility programs and tools for Dundas BI 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. |