error while using RDM

avatar

hi,
using RDM switching databases connecting to several servers (normal usage) i got the following error when connecting to a sql server (using the sql plugin)
tried to reproduce but with no luck ...
can you read something that may have caused this?

KR
plague



IOException - Der Vorgang ist bei einer Datei mit einem geöffneten Bereich, der einem Benutzer zugeordnet ist, nicht anwendbar.


bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei 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)
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
bei System.IO.StreamWriter.CreateFile(String path, Boolean append)
bei System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
bei System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
bei System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
bei Devolutions.RemoteDesktopManager.Managers.SerializationManager.SaveObjectToFile(String aFileName, Object aValue)
bei Devolutions.RemoteDesktopManager.Managers.OptionManager.SaveOptions()
bei Devolutions.RemoteDesktopManager.Managers.MRUManager.AddMRU(Guid aConnectionID)
bei Devolutions.RemoteDesktopManager.Managers.ConnectionManager.OpenConnection(Connection aConnection, OpenConnectionMode aOpenConnectionMode)
bei Devolutions.RemoteDesktopManager.Managers.TrayiconManager.TrayiconMenuItem_Click(Object sender, EventArgs e)
bei System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
bei System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
bei System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
bei System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
bei System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
bei System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
bei System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
bei System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bei System.Windows.Forms.ToolStrip.WndProc(Message& m)
bei System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

All Comments (2)

avatar

Hi,
You said that you are unable to reproduce it, you only got it once ? I see by the trace that something went wrong when saving the MRU (most recently used).

Can you translate this : Der Vorgang ist bei einer Datei mit einem geöffneten Bereich, der einem Benutzer zugeordnet ist, nicht anwendbar.

Thank you

David Hervieux
Devolutions inc.

PS: Have you tried the dynamic description ?

David Hervieux

avatar

translation: the event is not applicable with an opened array, which is dedicated to a user ...

seems like the file was opened and therefore could not be written to

ps: i did not test a session with the sql-addon and dynamic description