I don't think this has anything to do with JMeter. I did a quick search for that error message, and turned up the following link:
http://sybooks.sybase.com/onlinebooks/group-jc/jcg0550e/prjdbc/@Generic__BookTextView/9511#X
It says:
You specified a connection URL using a protocol other than TDS, which is the only protocol currently supported by jConnect.
Action: Check the URL definition. If the URL specifies TDS as a subprotocol, make sure that the entry uses the following format and capitalization:
jdbc:sybase:Tds:host:port
So try setting the JDBC URL to "jdbc:sybase:Tds:<server-ip>:<port>/<db-name>".
Jeremy http://xirr.com/~jeremy_a
Heiko Busch wrote:
Hi
Unfortunately I do not get connection to Sybase-DB.
I tried to do so: JDBC-request with JDBC-URL: "jdbc:sybase:<server-ip>:<port>/<db-name>"
The error-message is: 08/25/2003 3:37:18 PM ERROR - jmeter.protocol.jdbc: Couldn't open connections to database java.sql.SQLException: JZ0D4: Unrecognized protocol in Sybase JDBC URL: jdbc:sybase:192.168.1.1:4200/powercash21_wtn. at com.sybase.jdbc.ErrorMessage.raiseError(ErrorMessage.java) at com.sybase.jdbc.SybUrlManager.validateUrl(SybUrlManager.java)
Does anyone has experience with it? What is wrong?
Thanks in advance Heiko
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

