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.
0
Comments
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]
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
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.