[Zope] An help for make a connection

Alessandra Pessolano Alessandra_Pessolano@gidi.it
Mon, 14 Feb 2000 10:00:30 +0100


I work for an Italian factory "GD S.P.A".I have downloaded ZOracleDA v.2.1.0.
Source of ZOracleDA v.2.1.0 is on "/usr/local/lib/python/Products/ZOracleDA"
Python is installed in /usr/local/Python-1.5.2
Zope is installed in /usr/local/zope/2-1-2/
Oracle is not installed on linux
I would like to get data on my browser from another Unix box (where I have
Oracle 8.0.5)
trough this linux box.
I have compiled   ZOracleDA with success.
But now, I don't Know like I can make a connection on Zope.
I have added, in a folder "HomeFolder", a DTML Method "connectionAdd.dtml", that
 I took in
/usr/local/lib/python/Products/ZOracleDA. But, when I  press Add, Zope error is
the following:


            Zope Error

            Zope has encountered an error while publishing this resource.

            Debugging Notice

            Zope has encountered a problem publishing your object.

            Cannot locate object at:
http://linux:8080/HomeFolder/manage_addZOracleConnection


Traceback (innermost last):
  File /usr/local/zope/2-1-2/lib/python/ZPublisher/Publish.py, line 214, in
publish_module
  File /usr/local/zope/2-1-2/lib/python/ZPublisher/Publish.py, line 179, in
publish
  File /usr/local/zope/2-1-2/lib/python/Zope/__init__.py, line 202, in
zpublisher_exception_hook
    (Object: ApplicationDefaultPermissions)
  File /usr/local/zope/2-1-2/lib/python/ZPublisher/Publish.py, line 151, in
publish
  File /usr/local/zope/2-1-2/lib/python/ZPublisher/BaseRequest.py, line 334, in
traverse
  File /usr/local/zope/2-1-2/lib/python/ZPublisher/HTTPResponse.py, line 521, in
 debugError
NotFound: (see above)



Then, I thought to add "manage_addZOracleConnection" as a external method, but
Zope requires DCOracle package.
What can I continue?
Is this the right way?
Thanks in advance for Your help