Skip to main content
pjbwilson
Member
June 18, 2026
Solved

Error in Navigation Center

  • June 18, 2026
  • 1 reply
  • 0 views

I get the following error on version PV910 SV100 on a 9.2.0 install when running the Dashboard Maintenance Audit reports for Parameters, this one is for the Updated report.

There was an error processing report 'rpt_DashboardMaintenanceUpdated_ONC'.

Error processing DataSet ‘DashboardMaintenanceUpdated’. Error executing Workspace Assembly Service class ‘Workspace.ONC.Assembly_ONC.ServiceFactory.The conversion of a nvarchar data type to a datetime data type resulted in an out-of-range value.

 

And the Assembly is encrypted, so can't take a look under the bonnet.

Any ideas? 

Best answer by pjbwilson

I had my Culture setting set to Finnish, and the report was reading the date 13/06/2026 as invalid as it was reading the first value, 13, as the month. I have changed Culture back to English (United States) and the report now renders without an error. 

1 reply

pjbwilson
pjbwilsonAuthorAnswer
Member
June 19, 2026

I had my Culture setting set to Finnish, and the report was reading the date 13/06/2026 as invalid as it was reading the first value, 13, as the month. I have changed Culture back to English (United States) and the report now renders without an error.