Sql Server Error

NaveenNaveen Member Posts: 5

Microsoft Dynamics NAV
The following SQL Server error or errors occurred: 17750,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]Could not load the DLL C:\Program Files (x86)\Microsoft Dynamics NAV\60\Database\xp_ndo.dll, or one of the DLLs it references. Reason: 193(%1 is not a valid Win32 application.).

SQL:
INSERT INTO [#$ndo$groups] {CALL [master]..[xp_ndo_enumusergroups](?,?)}
OK

Comments

  • NaveenNaveen Member Posts: 5
    Can Anyone Help me in solving this thanks........
  • EgnazEgnaz Member Posts: 111
    First test you can do is to copy the missing dlls to the path "C:\Program Files (x86)\Microsoft Dynamics NAV\60\Database" and then run it again. Maybe restart the sql server.

    Otherwise this link should help you.

    http://blogs.msdn.com/b/nav_developer/a ... o-dll.aspx

    Take a look at the comments at the end because there are different versions for 32-bit and 64-bit.

    Regards,
    eganz
Sign In or Register to comment.