How do I fill in the URL and Driver class fields in the 'Channel Edit Dialog', where the transport type is set to JDBC and the database type is Sybase ?

How do I fill in the URL and Driver class fields in the 'Channel Edit Dialog', where the transport type is set to JDBC and the database type is Sybase ?

book

Article ID: KB0087402

calendar_today

Updated On:

Products Versions
TIBCO IntegrationManager -
Not Applicable -

Description

Resolution:
URL : jdbc:sybase:Tds:xxxx:yyyy

where xxxx is the server name and yyyy is the port number

Driver class(JConnect 4.2): com.sybase.jdbc.SybDriver

Driver class(JConnect 5.2):
com.sybase.jdbc2.jdbc.SybDriver

Also add the Sybase JDBC classes to the CLASSPATH

Issue/Introduction

How do I fill in the URL and Driver class fields in the 'Channel Edit Dialog', where the transport type is set to JDBC and the database type is Sybase ?

Environment

Product: TIBCO IntegrationManager Version: All OS: All --------------------