Options

Error SQL Server 17750

FranklinFranklin Member Posts: 253
edited 2009-06-19 in SQL General
When I have to try open NAV with windows authentication...

The following SQL Server error(s) ocucrred:
17750, "42000",[Microsoft][ODBC SQL Server Driver][SQL Server] Could not load the DLL
C:\Program Files\Microsoft SQL Server\MSSQL.1\Binn\xp_ndo.dll, or one of the DLLs it references. Reason: 126(It cant find the specified module).
SQL:
INSERT INTO [#$ndo$groups] {CALL [master]..[xp_ndo_enumusergroups](?,?)}

I have created the two stored procedures xp_ndo_enumusergroups and xp_ndo_enumuserid.

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,089
    Did you check if the file exists in the specified position?

    In case you have a cluster, you need to manually copy the file to both servers.

    [Topic moved from 'NAV/Navision' forum to 'SQL General' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    FranklinFranklin Member Posts: 253
    Yes, the file is in the path and i haven´t a cluster... its very strange because i do the same in my machine and it runs... :-k
  • Options
    FishermanFisherman Member Posts: 456
    I've had some problems in the past where Windows Disk Cleanup will compress necessary SQL files because it "thinks" that they haven't been accessed in a while. Does the file show that it's been compressed?

    Not this problem specifically, but since you're not having any luck, I thought I'd throw it out there as a possibility. It did it to my SSRS install once, and SSRS wouldn't run anymore until I decompressed everything.
Sign In or Register to comment.