October 13, 2004 at 7:56 am
I am trying to run an extended stored procedure from the Query Analyser. It gives the following error. This is SQL 2000 on Win 2000:
-------------
ODBC: Msg 0, Level 16, State 1
Cannot load the DLL xp_test.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).
------------
I checked that the xp_test.dll file is present in the MSSQL\binn folder, the extended stored proc has been added to the master database, and all the dependent DLLs are either in the MSSQL\binn folder or the WINNT\System32 folder. So I dont know why this error is occurring.
Can anybody help? Thanx.
October 13, 2004 at 1:12 pm
The error states that a dll or one of it's references can't be found. Have you used a dll explorer or dependancy checker to find out what else it's looking for? Obtaining and placing that dll in the correct path should do the trick. Hope this helps.
My hovercraft is full of eels.
October 13, 2004 at 10:55 pm
I have. In fact, it has the same dependencies as one of the xps provided by SQL server (xp_msver). However, while the xp_msver works properly, this does not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply