You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

I'm trying to connect to our development Sybase database and I'm having trouble doing so.
I tried doing a Sybase ASE DB connection (pic 1), and got this error
Connection failure. You must change the Database Settings.
com.sybase.jdbc3.jdbc.SybSQLException: '""' is not a valid type name.
Then I tried setting up an ODBC connection through Windows, and that worked (pic 2-4).
But when I tried to connect to that ODBC connection using a Generic ODBC connection (pic 5), I got this error:
Connection failure. You must change the Database Settings.
java.sql.SQLException: [DataDirect][ODBC Sybase Wire Protocol driver]Invalid descriptor index.
Last edited by strpdsnk (2008-07-24 20:35:50)
Offline

For ODBC I reported a similar bug : http://www.talendforge.org/bugs/view.php?id=4614
Best regards
Offline

When will 5.0 be out?
And I'm working in TIS and need to actually be able to connect to a Sybase database now... so what other options/solutions are there so I can do that????
Last edited by strpdsnk (2008-07-31 18:45:31)
Offline
unable to connect to sybase server as Sybase ASE while i can connect to the same server by ODBC.
i think Character set is the cause of this problem , how can i define connection Character set
error Message
Connection failure. You must change the Database Settings.
JZ00L: Login failed. Examine the SQLWarnings chained to this exception for the reason(s).
Offline
This problem with sybase happens when you check the connection or when you try to retrieve the metadata.
In these cases you get the following message :
"Connection failure. You must change the Database Settings.
com.sybase.jdbc3.jdbc.SybSQLException: '""' is not a valid type name."
But this problem doesn't happen when you run a job, so in spite of the bug you can retrieve your data from a Sybase table.
Offline
Pages: 1