[Zope] RE: SybaseDA
Chris McDonough
chrism@digicool.com
Wed, 15 Mar 2000 18:05:54 -0500
Can nobody/nobody read from the Sybase client directory?
-----Original Message-----
From: Dan Zweifel [mailto:danz@vonhoffmann.com]
Sent: Wednesday, March 15, 2000 5:26 PM
To: 'Chris McDonough'
Cc: 'zope@zope.org'
Subject: RE: SybaseDA
Chris
The -H flag in isql specifies the hostname. I am able to do an import
with python on the sy_occ. Zope is running as nobody/nobody.
Thanks
-----Original Message-----
From: Chris McDonough [mailto:chrism@digicool.com]
Sent: Wednesday, March 15, 2000 4:44 PM
To: 'Dan Zweifel'; Chris McDonough
Cc: 'zope@zope.org'
Subject: RE: SybaseDA
Dan,
Please cc the Zope list while we're talking about this.
What is the -H option to isql?
Can you import the sybase module from python as per the build
instructions?
What user are you running Zope as? Does that user have permissions to
the sybase client directory?
-----Original Message-----
From: Dan Zweifel [mailto:danz@vonhoffmann.com]
Sent: Wednesday, March 15, 2000 4:01 PM
To: 'chrism@digicool.com'
Subject: RE: SybaseDA
Chris,
Here is what happened next.......
Isql Statement
isql -H frenchie -P generic -S SYBASE -U generic -I
/opt/sybase-11.9.2/interfaces
Works!!!
Zope Connector
Id sybaseconnection
Title test
Server frenchie
User generic
Password generic
Datasource SYBASE
Use Transactions Yes/No (tried both)
Connect YES
Gives the same connection string error as before.