Hello there all,

I've been recently trying to implement Sequoia 2.8.1 for use with our main (overloaded) PostgreSQL 8.1 server.

Installation of Sequoia has went very smoothly and all tests with the backend database communication seem fine.

Trying to now connect that with our PHP code has led me to find Carob and more specifically ODBSequoia. I've downloaded Carob 0.5 and ODBSequoia 0.5a - everything managed to compile and install fine. I've setup my DSN via unixodbc.

My problem arises when i try and test the install via isql.

When i run "isql -v last_seq comicguy" (which are the correct DSN and login name), i get:

[EMAIL PROTECTED]:/usr/lib# isql -v last_seq comicguy
WARN:   (env.cpp:SQLSetEnvAttr(ODBC_VERSION, 2, )) now faking ODBC version 2
DEBUG: (RoundRobinConnectPolicy::getController) Selected controller[0]:localhost:25322 INFO: (Connection::initConnection) Authenticating with controller localhost:25322
DEBUG:  (JavaSocket::Create) Creating socket...
DEBUG:  (JavaSocket::Create) Socket created.
DEBUG:  (JavaSocket::Connect) Connecting...
INFO:   (JavaSocket::Connect) Connection to localhost:25322 succeeded
DEBUG:  (JavaSocket::~JavaSocket) About to close socket...
DEBUG:  (closeSocket) Socket closed.
[28000][unixODBC][Continuent][carob][last_seq]Connection failed: Driver protocol is not compatible with controller (Driver=0.40, Controller=2.0)


The closest error i can find is from:
http://www.mail-archive.com/[email protected]/msg00195.html which is actually the other way round - driver = 2.0, controller = 0.40

As far as i am aware I have the latest versions of Sequoia and ODBSequoia.

Can anyone point me in the correct direction to resolve this?

many thanks!
thorsten


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to