The following out-of-the-box Risk Fabric Health dashboards return errors instead of displaying job and integration statuses:
Dashboards > Health Summary > SQL Job Status - Summary
Dashboards > Data Integrations > Data Integrations
Environment
Release : 6.5.4
Component : Dashboard
Cause
These errors are caused by the use of the datetime format dd/mm/yyyy on the application server coupled with the input parameters StartDate and EndDate in these dashboard widgets being of type String instead of type DateTime. Consequently, when these datetime values are converted on dates after the 12th day of any given month, it returns an invalid datetime value in the ISO 8601 format.
Resolution
Modify the Input Parameter Setting of the d_startdate and d_enddate parameters to DateTime for both the SQL Job Status - Summary widget and the widget on the Data Integration tab.
In the ICA console, navigate to Admin > Dashboards > Dashboards
Navigate to Dashboards > Risk Fabric Health > Health Summary
Right-click the Health Summary dashboard and select Unlock
Confirm you wish to unlock this dashboard by clicking the Yes button
Right-click Health Summary and select Edit
Click the gear icon for the SQL Job Status - Summary widget
In the Query Editor section, double-click the filter d_startdate under Input Parameters
In the Input Parameter Settings window, change the Type from String to DateTime
Repeat steps 7 and 8 for the filter d_enddate
Click the Save button
Click the Save button
Click the SAVE AND CLOSE button
Right-click the Health Summary dashboard and select Lock
Confirm you wish to lock the dashboard by clicking the Yes button
Repeat steps 3 through 14 for the Data Integrations dashboard