Create the dashboard configuration file *_conf.xml
To display your Performance Dashboards, in addition to the definition file *_def.xml, you need the corresponding configuration file *_conf.xml.
The Performance Dashboard configuration file has the following content:
List of source system connections
List of users allowed to access Performance Dashboard
List of global filters
Procedure
Copy the default configuration file _default_managementview_conf.xml to the client directory webapp\WEB-INF\config\<client name>\performancedashboards on your Web application server, where your definition file is already located.
The default configuration file _default_managementview_conf.xml is located in the templates\config\default\managementviews subdirectory of your Performance Dashboard installation directory.
Give the configuration file the same name as your definition file but with the extension _conf.xml instead of _def.xml, e.g., umg_dashboard_conf.xml.