I am receiving the following error message while trying to login with windows authentication (SP2). I have created the stored procedures and copied the xp_ndo.dll file into the proper location. Has anyone ever seen this before?
The following SQL Server error(s) occured:
17750,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]Could not load the DLL xp.ndo.dll, or one of the DLL's it references. Reason:5(Access is denied.).
SQL:
INSERT INTO [#$ndo$groups] {CALL [master]..[xp_ndo_enumusergroups](?,?)}
Thanks
0
Comments
Also the dll is in the binn folder ?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Go to NAV product CD and open SQL_esp folder.
there you open readme.txt file. you will find the solution.
Senior Consultan
The xp.ndo.dll was a typo on my part! :oops:
Thanks ara3n,
The security properties of the dll under the binn folder was the problem. For some reason, simply copying the xp_ndo.dll file and overwriting the existing one did not build the correct security properties. So I deleted the file and then ran the xp_ndo.exe and unzipped it to this folder and that did the trick.
Thanks everyone for your replies.
Happy New Year!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Just wondering why this strictly worked in the bin folder.
Ronald.