Ok - we are not able to reproduce currently - so please give me some more details of your working environment
You are using a database - do you use Permissions? If yes, user in Administrators group or in a custom security group? Did you start in Offline-Mode? Does the error occur for all protocol types/connections?
(20-02-2019, 11:12 AM)DevOma Wrote: Ok - we are not able to reproduce currently - so please give me some more details of your working environment
You are using a database - do you use Permissions? If yes, user in Administrators group or in a custom security group? Did you start in Offline-Mode? Does the error occur for all protocol types/connections?
Yes, permissions are in use and user is in Administrators group.
No, did not start in Offline Mode. Just tested now switching to Offline Mode. Do not get the error and app behaves. Flipped back to online mode and get error.
20-02-2019, 05:20 PM (This post was last modified: 20-02-2019, 10:25 PM by interlan_aw.
Edit Reason: Added exception
)
Kinda the same problem here but only when using Quickstart for SSH. "Unhandled Exception".
RDP works.
Unhandled Exception
An unhandled error occured in the application. You should restart the application to prevent further problems.
Object reference not set to an instance of an object.
---------------------------
at CloudAdminCommon.Access.ExtAppManager.ParseArgs(String args, Guid connId)
at PlugInSSHTelnet.Controls.SSHTelnetClientControlPutty.SetParamsForPuTTY(ConnectionParameter connParams, CredentialsParameter credParams)
at PlugInSSHTelnet.Controls.SSHTelnetClientControlPutty.Connect(ConnectionParameter connParams, CredentialsParameter credParams)
at CloudAdminCommon.Access.ConnectionManager.Connect(ConnectionParameter connParams, IConnectionDocument& connDoc)
at CloudAdminUI.DockControls.QuickConnectControl.buttonXConnect_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at DevComponents.DotNetBar.ButtonX.OnClick(EventArgs e)
at DevComponents.DotNetBar.ButtonX.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)