Error is generated on every start up of Toad for SQL Server. Initial startup of a brand new TSS install or if TSS was reset, the issue will not happen yet.
ERROR:
Access to the path 'C:\Users\<user>\AppData\Roaming\Quest Software\Toad for SQL Server 6.8\Document Recovery' is denied.
ERROR IN LOG:
Exception: System.UnauthorizedAccessException
Message : Access to the path 'C:\Users\<user>\AppData\Roaming\Quest Software\Toad for SQL Server 6.8\Document Recovery' is denied.
Stack Trace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
at System.IO.Directory.GetFiles(String path, String searchPattern)
at Quest.Toad.DocumentRecovery.DocumentRecovery.GetDocumentsForRecovery()
at Quest.Toad.DocumentRecovery.DocumentRecovery.RecoverDocuments()
at Quest.Toad.DocumentRecovery.DocumentRecoveryManager.CheckDocumentsForRecovery()
at Quest.Toad.Gui.MainForm.OnLoad(EventArgs e)
at System.Windows.Forms.Form.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.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
at Quest.Toad.Gui.MainForm.WndProc(Message& msg)
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)