Error occured when Synchronize Windows User Auth.

rajpatelbca
Member Posts: 178
hi Experts,
i am using NAV 5.0 and SQL Server 2005. i have created windows login and when i am trying to synchronized single login then it is showing me this error. in case of SQL login it is working fine.
The following SQL Server error(s) occurred:
17750,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]Could not load the DLL C:\Program Files\Microsoft SQL Server\MSSQL\Binn\xp_ndo.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).
SQL:
INSERT INTO [#$ndo$groups] {CALL [master]..[xp_ndo_enumusergroups](?,?)}
all ideas are welcome....
Thanks in advance.
Regards,
i am using NAV 5.0 and SQL Server 2005. i have created windows login and when i am trying to synchronized single login then it is showing me this error. in case of SQL login it is working fine.
The following SQL Server error(s) occurred:
17750,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]Could not load the DLL C:\Program Files\Microsoft SQL Server\MSSQL\Binn\xp_ndo.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).
SQL:
INSERT INTO [#$ndo$groups] {CALL [master]..[xp_ndo_enumusergroups](?,?)}
all ideas are welcome....
Thanks in advance.
Regards,
Experience Makes Man Perfect....
Rajesh Patel
Rajesh Patel
0
Answers
-
look at the chapter 1 of application designer guide documentation.Sendoh
be smart before being a clever.0 -
sendoh thanks for your reply but i have read it.
any body else who can help me come out this problem. ](*,)
any idea about it ?
Thanks in advance...
Regards,Experience Makes Man Perfect....
Rajesh Patel0 -
If you have read it, you know that you need to have xp_ndo.dll copied into MS SQL BIN folder and you need to have registered two extended stored procedures with permissions to execute for public and guest. It seems that this is not correctly done on your system.0
-
thanks all for giving me reply.
but was give incorrect path C:\Program Files\Microsoft SQL Server\MSSQL\Binn\xp_ndo.dll
instead of C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\xp_ndo.dll
that's why problem was occurred. #-o #-o
when i synchronized that time it was looking for xp_ndo.dll on that path. so, i have drop those two procedures and created again with new path. now its done.USE master
EXEC sp_addextendedproc xp_ndo_enumusersids, 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\xp_ndo.dll'
GO
USE master
EXEC sp_addextendedproc xp_ndo_enumusergroups, 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\xp_ndo.dll'
GO
GRANT EXECUTE
ON [xp_ndo_enumusergroups]
TO PUBLIC
GO
GRANT EXECUTE
ON [xp_ndo_enumusersids]
TO PUBLIC
GO
once again thank you all for your precious time =D> =D> =D>Experience Makes Man Perfect....
Rajesh Patel0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions