[Zope] dcoracle2

Meilicke, Scott scott.meilicke@intp.com
Fri, 15 Jun 2001 14:52:58 -0700


Hello all,

I'm trying to figure out what else is needed to use dcoracle2 besides zope.

I have downloaded DCO2-NT-Beta3.ZIP and installed for use on my NT based
2.3.0 zope.  When I restart zope, it reported missing oracle dlls.  So I
copied all of my oracle client (8.0.6) dlls to a folder in my dll path.  Now
when I start zope, I get the following traceback in the ZOracleDA product:

Traceback (innermost last):
  File "D:\PROGRA~1\intranet\test01\lib\python\OFS\Application.py", line
528, in import_products
    product=__import__(pname, global_dict, global_dict, silly)
  File
"D:\PROGRA~1\intranet\test01\lib\python\Products\ZOracleDA\__init__.py",
line 91, in ?
    import DA
  File "D:\PROGRA~1\intranet\test01\lib\python\Products\ZOracleDA\DA.py",
line 91, in ?
    from db import DB
  File "D:\PROGRA~1\intranet\test01\lib\python\Products\ZOracleDA\db.py",
line 89, in ?
    import DCOracle2, DateTime
  File
"D:\PROGRA~1\intranet\test01\lib\python\Products\ZOracleDA\DCOracle2\__init_
_.py", line 37, in ?
    from DCOracle2 import   *
  File
"D:\PROGRA~1\intranet\test01\lib\python\Products\ZOracleDA\DCOracle2\DCOracl
e2.py", line 63, in ?
    import dco2
ImportError: DLL load failed: The specified procedure could not be found.

Thanks,

Scott