Options

navision sql proc xp_ndo.dll

mpudjampudja Member Posts: 32
edited 2011-09-16 in SQL General
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.

Answers

Sign In or Register to comment.