Hi everyone,
Not quite sure why I got this error but it will not go away regardless of my workflow I have open. I think it happened after I accidentally imported an older charting tool within a premade workflow I was working with, however I have deleted that and am still getting the error.
Is there some way I can fix this on my own?
Thanks
Solved! Go to Solution.
I did try deleting that one along the 4/10 MRU's, restarted the machine, no luck.
In File Explorer, browse to %LOCALAPPDATA\Alteryx and delete everything in the Connections folder.
The Connections folder was already empty.
Okay. In File Explorer, browse to %PROGRAMDATA%\Alteryx\ErrorLogs\AlteryxGUI and look for .log file with the latest modification date. Open it and tell me the contents of that file.
Alteryx Designer x64 - 2019.3.5.17947
Type: System.FormatException
Message: String was not recognized as a valid DateTime.
Source: mscorlib
OS Version: Microsoft Windows NT 6.2.9200.0
OS Is x64 Capable: True
Selected Plugin: None
Processor: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
Private Memory: 430186496
--------------------------------------------
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at AlteryxGuiToolkit.MainWindow.<>c__DisplayClass112_0.<DisplayAutoRecoveryDialog>b__0(AutoSaveInfo file)
at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
at System.Linq.Enumerable.<DistinctIterator>d__64`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at AlteryxGuiToolkit.MainWindow.DisplayAutoRecoveryDialog()
at AlteryxGuiToolkit.MainWindow.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at Telerik.WinControls.UI.RadFormControlBase.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at Telerik.WinControls.UI.RadFormControlBase.WndProc(Message& m)
at SrcUtils_DotNet.AlteryxForm.WndProc(Message& m)
at AlteryxGuiToolkit.MainWindow.WndProc(Message& m)
In the registry, delete 'ApplicationCloseDate' inside of HKEY_CURRENT_USER\Software\SRC\Alteryx\4.0
I have previously tried deleting the whole 4.0 and 10.0 with all their sub-directories, so this was already attempted.
Go into HKEY_CURRENT_USER\Software\SRC\Alteryx\4.0 and ADD 'ApplicationCloseDate' with a value of '03/02/2020 10:00:00'
Deleted it and added it again. Gives that error, if I click OK I can continue working in Alteryx. Closed alteryx, changed the updated value manually to 03/02/2020 10:00:00, still same error when starting Alteryx.
Log again:
Alteryx Designer x64 - 2019.3.5.17947
Type: System.FormatException
Message: String was not recognized as a valid DateTime.
Source: mscorlib
OS Version: Microsoft Windows NT 6.2.9200.0
OS Is x64 Capable: True
Selected Plugin: None
Processor: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
Private Memory: 429056000
--------------------------------------------
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at AlteryxGuiToolkit.MainWindow.<>c__DisplayClass112_0.<DisplayAutoRecoveryDialog>b__0(AutoSaveInfo file)
at System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
at System.Linq.Enumerable.<DistinctIterator>d__64`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at AlteryxGuiToolkit.MainWindow.DisplayAutoRecoveryDialog()
at AlteryxGuiToolkit.MainWindow.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at Telerik.WinControls.UI.RadFormControlBase.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at Telerik.WinControls.UI.RadFormControlBase.WndProc(Message& m)
at SrcUtils_DotNet.AlteryxForm.WndProc(Message& m)
at AlteryxGuiToolkit.MainWindow.WndProc(Message& m)
There was an issue fixed for 2020.1 that involves computers using a date format that isn't the standard english format (MM/DD/YYYY HH:MM:SS). I think that is what you are encountering.