When launching and trying to connect to our database, for the lst 1 month I have been getting the following. Any tips?:
Enterprise Edition 6.1.3.0
UnauthorizedAccessException - Access to the path 'C:\Users\Mike Edge\AppData\Local\Devolutions\RemoteDesktopManager\81a4d79f-745c-45db-b1dd-f2fd5ea8eceb.sec' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamWriter.CreateFile(String path, Boolean append)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
at Devolutions.RemoteDesktopManager.Managers.SecurityManager.SaveObjectToEncryptedFile(String fileName, Object value, String salt)
at Devolutions.RemoteDesktopManager.Managers.OfflineManager.SaveData(BaseConnectionDataSource connectionDataSource, String fileName, Object data)
at Devolutions.RemoteDesktopManager.Managers.OfflineManager.Save(BaseConnectionDataSource connectionDataSource)
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.LoadConnectionsFromDataSource(BaseConnectionDataSource connectionDataSource)
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.LoadConnections(BaseConnectionDataSource connectionDataSource)
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.RefreshConnections()
at Devolutions.RemoteDesktopManager.Forms.FrmMainBase.RefreshAllConnectionView(Boolean saveState, Boolean checkOnline)
at Devolutions.RemoteDesktopManager.Forms.FrmMainDockable.DoFirstLoad()
at Devolutions.RemoteDesktopManager.Forms.FrmMainDockable.tmFirstLoad_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Could you try to rename the file C:\Users\Mike Edge\AppData\Local\Devolutions\RemoteDesktopManager\81a4d79f-745c-45db-b1dd-f2fd5ea8eceb.sec?
David Hervieux
Booh-Yah...
That did the trick.
Thanks mate.
Good! I can't explain why this file was locked but this appear to me this RDM was unable to load it. This contains only some cache information and RDM will regenerate it on demand.
David Hervieux