Options

RTC Troubleshooting & Stored Procedures

kmankman Member Posts: 12
edited 2010-07-31 in NAV Three Tier
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?

Comments

  • Options
    strykstryk Member Posts: 645
    Maybe a typo? :bug:

    The DLL name is "xp_ndo_x64.dll" and your XP seem to refer to "xp-ndo_x64.dll"
    Jörg A. Stryk (MVP - Dynamics NAV)
    NAV/SQL Performance Optimization & Troubleshooting
    STRYK System Improvement
    The Blog - The Book - The Tool
  • Options
    kmankman Member Posts: 12
    Managed to resolve this one in actual fact it was xp_ndo_x64.dll not xp-ndo_x64.dll

    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.
Sign In or Register to comment.