When the Reporting Dashboards Web Viewer Web.config file is opened in the Web Application Management Console, the settings described in the following table are displayed.
|
Web Application Management Console Field |
Web.Config Element |
Description and Settings |
|---|---|---|
|
User Name |
username |
The user name of the account to use for access to the linked dashboard. If a user name is entered as the value, the corresponding password must also be entered for the Password value. CAUTION:
This user account is used to access the dashboard by anyone following the link. It is a best practice to create a single-purpose user account to fill this need, with the minimum level of access and privileges to Reporting Dashboards and OnBase. To require the user accessing the dashboard to input a valid user name and password, leave this value empty. |
|
Password |
password |
The password that corresponds to the user name entered as the User Name value. To require the user accessing the dashboard to input a valid user name and password, leave this value empty. |
|
Auto Login |
enableAutoLogin |
Select this option, or set it to true in the web.config file, if the Web Viewer is configured to use a single sign-on scheme, such as Active Directory or LDAP. Note:
This does not automatically grant permission to access the dashboard. The user accessing the dashboard from the link must still have permission to access the dashboard. |
|
Dashboard Theme |
useTheme |
Set the color theme used to display dashboards to either dark or light. |
|
Export Dashboard |
enableExportDashboard |
Select this option, or set it to true in the web.config file, to allow users accessing dashboards to export dashboards as either images or PDF files. Deselect this option, or set it to false in the web.config file, to disable exporting. |
|
Export Dashboard Items |
enableExportDashboardItems |
Select this option, or set it to true in the web.config file, to allow users accessing dashboards to export specific dashboard items within a dashboard as either images or PDF files. Deselect this option, or set it to false in the web.config file, to disable exporting dashboard items. Note:
If Export Dashboard is deselected (false) the ability to export dashboard items is also disabled even if Export Dashboard Items is selected (true). |
|
Allow HTTP Parameters |
acceptHttpDashboardParams |
Select this option, or set it to true in the web.config file, to accept dashboard parameters from the HTTP request. Deselect this option, or set it to false in the web.config file, to allow the user accessing the dashboard to set the parameters. Note:
This option must be set to true if Web Viewer URLs are going to be created manually, or by a scripted process, without using the Unity Client to create them. |
|
Encrypt Dashboard Viewer |
n/a |
Select this option to encrypt the configuration information of the Web Viewer in the web.config file. Note:
If this option is selected, the options can no longer be read or configured directly in the web.config file. |
|
Dashboard Tracing Info Level |
sessionTraceLevel |
This value is for troubleshooting purposes only. Valid values are whole numbers 1-4. |