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
Error loading SQL Job Status - Summary data
Dashboards > Data Integrations > Data Integrations
Error loading Data Integrations data
Release : 6.5.4
Component : Dashboards
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 set to 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.
Change 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.
d_startdate under Input ParametersString to DateTimed_enddate