Tuesday 30 May 2017

Dynamics NAV 2009 Classic client error "The extended stored procedure xp_ndo_enumusersids in the library file xp_ndo.dll, is not available on the server"



Do you get this error every time you try logging in via windows authentication on Dynamics NAV classic client? The reason is xp_ndo.dll is required for a successful login.
However you should not be affected by the error using database authentication.
If you need to use windows authentication, you will have to add the above library. click here for a walk through on how to add the library


Was this blog useful ? Please leave a comment

Dynamics NAV classic client Login error "The trace flag 4616 is not set on the server (local)"



Hello, you might facing the above error trying to login to Dynamics NAV classic client 2009.
That error pops up when logging in.
To stop the error you are required to set the trace flag in sql.
If you don't know how to set the trace flag click here for a walk through
Good day.

Was this blog useful? please leave a comment

Error Attaching SQL Dynamics NAV database


Hello, you might be frustrated by the above error. Relax you are safe now.
That error is often times caused by insufficient permissions to read the database files.
All you have to do is make sure you provide appropriate permissions to the mdf and ldf files.
If you don't know how to go about it, click here and here for details.
Hope this was helpful ?