Service: MicrosoftDynamicsNavServer$NAV6
User: MYDOMAIN\THEUSER
Type: System.AccessViolationException
Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
StackTrace:
at Microsoft.Dynamics.Nav.Runtime.NativeMethods.AdapterOpenConnection(IntPtr databaseHandle, String serverName, NetProtocolType netType, String databaseName, Int32 clientConnectionType, DeadConnectionHandler deadConnectionHandler, String userTempDirectory, Printer[] printers, Int32 numberOfPrinters)
at Microsoft.Dynamics.Nav.Runtime.NavRuntimeAdapter.OpenConnection(IntPtr databaseHandle, NetProtocolType netType, String serverName, String databaseName, Int32 clientConnectionType, DeadConnectionHandler deadConnectionHandler, String userTempDirectory, Printer[] printers)
at Microsoft.Dynamics.Nav.Runtime.NavConnection.Open()
at Microsoft.Dynamics.Nav.Service.NSService.<>c__DisplayClass4.<OpenConnection>b__2(Connection connection)
at Microsoft.Dynamics.Nav.Service.NSService.ExecuteOperation[T](String operationName, ServiceOperation`1 operation, Connection connection, Boolean revertLanguageChanges, WindowsIdentity impersonationIdentity)
Source: Microsoft.Dynamics.Nav.Ncl
Comments
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Thanks for the reply
Which user? The one runnign the RTC client or the account running the service?
And to what?
BTW - the couple of us that are Domain Admins have experienced this issue at times.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
http://msdn.microsoft.com/en-us/library/dd301437.aspx
I remember running into this problem because my CustomSettings.config file was not setup properly for each service. This caused my Dynamics NAV service to not start properly.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
I've got a meeting right now. I'll double check that document when I get a chance. Just to be sure.
I have same problem with my customer.
I even thought that it was Windows rights issue, but it still didn't solve my problem.
Software Design Engineer II
Dynamics NAV Office 365
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
and
2. Make sure that you have on dbo.Object Tracking have marked Grant for the Select Permission for the Service account setup to run you Service. In my demo enviroment I use "NT AUTHORITY\NETWORK SERVICE". See attached Screendump:
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
After a while and more testing and, I must say it like this, investigating my client system and infrastructure I've managed to find what was the issue.
It was UTP port on client's Blade Server. Fixing that port, solved this issue.
Here is a little explanation on blog: http://bsinsight.wordpress.com/2012/07/ ... m-crash-2/
Thanks everyone for your contribution.