Hello zope users, When I try to make a DCOracle2 connection I get: Invalid connection string: scott/tiger@orcl1 , but from python command line I can easily do connection to oracle with that string. I am stuck. Please help. Best regards, Ruslan mailto:alienoid@is.lg.ua
could this be something to do with environmental differences between the your command line user and the user Zope runs as? I'm not sure if this is the answer, but I guess you could test this (if this is safe in your environment) by briefly running zope as your command line user and seeing if the connection works. or maybe you need to qualify the hostname more completely, something like scott/tiger@orcl1.myserver.mycompany.com Ruslan Spivak wrote:
Hello zope users,
When I try to make a DCOracle2 connection I get: Invalid connection string: scott/tiger@orcl1
, but from python command line I can easily do connection to oracle with that string. I am stuck. Please help.
Best regards, Ruslan mailto:alienoid@is.lg.ua
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Ben Avery -
Ruslan Spivak