Hi,
When I trying to connect with windows authentication I get error for xp_ndo.dll .
I have executed this code for enumusergroups and enumusersids
USE master
GO
EXEC dbo.sp_addextendedproc N'xp_ndo_enumusergroups',
'C:\Program Files (x86)\CSIDE Client\xp_ndo.dll'
GO
GRANT EXECUTE ON "xp_ndo_enumusergroups" TO PUBLIC
GO
EXEC dbo.sp_addextendedproc N'xp_ndo_enumusersids',
'C:\Program Files (x86)\CSIDE Client\xp_ndo.dll'
GO
GRANT EXECUTE ON "xp_ndo_enumusersids" TO PUBLIC
GO
This folder C:\Program Files (x86)\CSIDE Client\xp_ndo.dll, here is CSIDE Client and as I see the Client isn't installed properly, someone just copied client folder on server
Also I saw that we have 64-bit operating system and we using NAV 5.0 SP1.
0
Answers
C:\Program Files (x86)\CSIDE Client
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Also, I check xp_ndo_enumusergroups, xp_ndo_enumusersids extendnd proc and all seems fine.
http://blog.wibeck.org/2009/09/changing-stored-procedure-to-64-bit-in-nav-2009/
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
RIS Plus, LLC
I have add dll in folder but the problem is still there.
I remeber that I have the same situation one year ago and I didn't have a problem with this. I just choose root from CSIDE Client root directory, select dll and the end give permission to PUBLIC.
I just replace old dll with new one from instalation folder....