ISAPI DLL ORA73.DLL Error

airj

Member
On our development machine our ISAPI DLL application works wonderfully, however at our clients site when we install this application (which uses DOA & is running on Oracle 7.3.4) we get the following exception when trying to connect to the database:

Initialization error Could not load "D:\ORANT\bin\ORA73.DLL"

OracleHomeKey: SOFTWARE\ORACLE\HOME0 OracleHomeDir: D:\ORANT Found: ORA73.DLL
Using: D:\ORANT\bin\ORA73.DLL LoadLibrary(D:\ORANT\bin\ORA73.DLL) returned 0

Help!!!!
 
Is D:\ORANT is the correct oracle home? Is it in the PATH environment variable? Can other (DOA and non-DOA) applications run from this oracle home?

------------------
Marco Kalter
Allround Automations
 
The set-up looks fine! This is the correct home, it is in the path & the windows version of our product works fine (using DOA). I am wondering if it a dependancy used by Ora73.dll when accessed through an ISAPI.DLL.
 
Hmm, it seems like the same problem as this . I'm not sure what could cause this problem.

------------------
Marco Kalter
Allround Automations
 
Back
Top