Upon creating a generic table module with GQI on the new Dashboard in dataminer 10.1.8.0-10613, the generic table module displays the message "Value provided for DefaultTimeZone is Invalid."
What causes this issue?
How to fix it?
Hi Yohann,
There’s probably an invalid value in C:/Skyline DataMiner/Users/ClientSettings.json
There should be a property commonServer.ui.DefaultTimeZone with a system.timezoneinfo.toserializedstring value (eg “Romance Standard Time;60;(UTC+01:00) Brussels, Copenhagen, Madrid, Paris;Romance Standard Time;Romance Daylight Time;[01:01:0001;12:31:9999;60;[0;02:00:00;3;5;0;];[0;03:00:00;10;5;0;];];”) On that server there’s probably an integer set as value, which is not valid, hence the error.
Additional information can be found in post Dashboard App – Client Date & Time.