Microsoft.Dynamics.Nav.Types.NavClientTerminatingException

When I check the NAV2009 windows server events,it has the following error ,almost every server has the same problem. wh



Error 15/02/2016 4:16:02 PM MicrosoftDynamicsNAVClient 0 None

Log Name: Application
Source: MicrosoftDynamicsNAVClient
Date: 15/02/2016 4:16:02 PM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: PCUBTS01.PCUB.com
Description:
Type: Microsoft.Dynamics.Nav.Types.NavClientTerminatingException
Message: Exception of type 'Microsoft.Dynamics.Nav.Types.NavClientTerminatingException' was thrown.
StackTrace:
at Microsoft.Dynamics.Nav.Client.ExceptionHandler.<>c__DisplayClass2.<DoRethrowWithCatchException>b__0()
at Microsoft.Dynamics.Nav.Client.ExceptionHandler.ExecuteAndCatchExceptions(Func`1 execute)
Source: Microsoft.Dynamics.Nav.Client
Type: Microsoft.Dynamics.Nav.Types.NavClientTerminatingException
Message: Exception of type 'Microsoft.Dynamics.Nav.Types.NavClientTerminatingException' was thrown.
StackTrace:
at Microsoft.Dynamics.Nav.Client.Forms.ChangeServiceTierForm.ConnectToTheSelectedCompany(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
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)
Source: Microsoft.Dynamics.Nav.Client.WinForms

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"&gt;
<System>
<Provider Name="MicrosoftDynamicsNAVClient" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-02-15T08:16:02.000000000Z" />
<EventRecordID>11550</EventRecordID>
<Channel>Application</Channel>
<Computer>PCUBTS01.PCUB.com</Computer>
<Security />
</System>
<EventData>
<Data>Type: Microsoft.Dynamics.Nav.Types.NavClientTerminatingException
Message: Exception of type 'Microsoft.Dynamics.Nav.Types.NavClientTerminatingException' was thrown.
StackTrace:
at Microsoft.Dynamics.Nav.Client.ExceptionHandler.<>c__DisplayClass2.<DoRethrowWithCatchException>b__0()
at Microsoft.Dynamics.Nav.Client.ExceptionHandler.ExecuteAndCatchExceptions(Func`1 execute)
Source: Microsoft.Dynamics.Nav.Client
Type: Microsoft.Dynamics.Nav.Types.NavClientTerminatingException
Message: Exception of type 'Microsoft.Dynamics.Nav.Types.NavClientTerminatingException' was thrown.
StackTrace:
at Microsoft.Dynamics.Nav.Client.Forms.ChangeServiceTierForm.ConnectToTheSelectedCompany(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
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)
Source: Microsoft.Dynamics.Nav.Client.WinForms
</Data>
</EventData>
</Event

Comments

  • xiaoxiaoxiaoxiao Member Posts: 2
    how the problem ocuured
  • DuikmeesterDuikmeester Member Posts: 308
    edited 2016-03-29
    Seems like the client was hanging and the user terminated the process with the option "Microsoft Dynamics NAV Client executable not responding" and then press Stop instead of Wait. Then when the server finally replies the client is terminated which results in a server NavClientTerminatingException.

    If there are allot of these exceptions you might want to look into your infrastructure as there are quite some users killing their clients.
Sign In or Register to comment.