- Help Center
- Intuitive Dashboards Core Software
- Configuration File
-
Intuitive Dashboards Core Software
- Getting Started
- Viewing Dashboards
- Interacting with dashboards
- Filters
- Connections
- Datafeeds
- Datasets
- Components
- Creating Dashboards and Components - Overview
- Creating Components
- Creating a Dashboard
- Administering the System
- Administering Users
- Administering Groups
- Security Filters - V5.2 and earlier
- Security Filters - V5.3 Onward
- Embedding Dashboards
- Configuration File
- Installation & Configuration Guide
- Version History
-
Intuitive for PaperCut V2
-
Intuitive for PaperCut MF V3
-
Intuitive for SAFEQ
-
Intuitive For Managed Print Services (MPS)
-
Intuitive Cloud Services
-
Intuitive for PaperCut Hive V1
-
Intuitive for SAFEQ Cloud
-
Intuitive for Docuware
-
FAQ
Location of the SQL instance hosting the ‘dashboard’ database
The location of the SQL instance hosting the ‘dashboard’ database is specified in the dashboard.config file discussed on Part One of the Installation Guide.
The following line near the first section of the dashboard.config can be updated to change the location of the sql server instance:
<add name="DashboardContext" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=dashboard;Integrated Security=True;MultipleActiveResultSets=True" providerName="System.Data.EntityClient" />
Steps to migrate:
1 – Stop the dashboard service.
2 – Backup the dashboard.config file and dashboard database.
3 – Restore the dashboard database file to the new target instance.
4 - Alter the security setup of the new instance so the dashboard service can read/write to the db.
5 – Alter the dashboard.config file; changing the “Data Source =” setting to the new sql instance name. Save it.
6 – Restart the dashboard service.
7 – That’s it. The dashboard service should log into the new instance and begin reading and writing dashboard definitions within it.