Hi, I have recently been running to an error message every time I try to deal with the time data type in Blue Prism regardless of where I try to do it. The same thing happens e.g. when I try to define an environment variable of the type time, or if I try to open a time variable in an existing process, such as the Stop After Time in Process Template 1:
The only reason that I could come up with as a cause of this error is the fact that I recently made a
ShowSecondsInSystemClock registry edit in Windows (location:
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced ) to have seconds visible in the system clock as well:
However, neither setting the value to 0 or completely deleting the entry and rebooting solved the issue with Blue Prism time data types, even though the Windows system clock did seem to revert back to its usual functionality without the seconds timer showing.
What could I do to try and solve this issue?
The error log starts with the below text. I have also attached the whole error log which includes the loaded assemblies.
************** Exception Text **************
BluePrism.Server.Domain.Models.InvalidFormatException: Invalid value '17.30.38' for a new time
at BluePrism.AutomateProcessCore.ProcessValue..ctor(DataType dtype, String val, Boolean allowInvalid)
at AutomateUI.clsProcessValueControl.GetControl(DataType t, Boolean multiline)
at AutomateUI.clsEnvironmentVariableListRow.HandleDataTypeChanged(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at AutomateControls.StyledComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Thanks!
------------------------------
-Lasse-
------------------------------