|
Posted by jimshain on 11/23/07 15:15
One other thing....
The DLL can be called from Visual Basic. That was installed some time
ago and works great.
On Nov 23, 9:15 am, Jim <jsh...@datamann.com> wrote:
> Hi,
>
> I have a DLL that I want to run from the Query Analyzer. I tried the
> following:
>
> USE master;
> EXEC sp_addextendedproc BLAH, '\\Other-Server\Path\To\Blah\Blah.dll'
>
> and I get the error:
>
> ODBC: Msg 0, Level 16, State 1
> Cannot load the DLL \\Other-Server\Path\To\Blah\Blah.dll, or one of
> the DLLs it references. Reason: 126(The specified module could not be
> found.).
>
> The DLL was written in Cobol. The "Other-Server" in the Path above is
> the server that Cobol (and the DLL) is located on.
>
> I looked at the dependencies for the DLL and it includes (not
> surprisingly) Cobol Dll's. It should find those on the other server.
>
> What can I do?
>
> Thanks!
Navigation:
[Reply to this message]
|