After installing my NAV2009 I have followed the procedure of creating extended stored procedures in SQL2005 THAT IS
1. xp_ndo_enumusergroups
2.xp_ndo_enumuserids
"As requested I copy the xp_ndo_x64.dll file onto my lient machine in the recommended folder c:\program files\microsoft dynamics NAV\60\Database
When ever I try to open the RTC I get the following error
The following SQL Server error occurred:
17750,"42000",[Microsoft][OBDC SQL Server Driver]Could
not load the DLL C:\Program Files\Microsoft Dynamics NAV\60\Database\xp-ndo_x64.dll, or one of the DLLs references.
Reason:193(error not found).
SQL:
INSERT INTO [#4ndo$groups]{CALL
[MASTER]..[xp_ndo_enumusergroups](?,?)}"
How do I make my RoleTailored Client work?
0
Comments
The DLL name is "xp_ndo_x64.dll" and your XP seem to refer to "xp-ndo_x64.dll"
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
The way I resolved it was by renaming my xp_ndo_x64.dll to xp_ndo.dll the the xp_ndo.dll to xp_ndo_x32.dll as i was using 32bit OS.