Configuring Database Connection Information

If your outbound connection is to a database, define the database connection information using the Create Connection wizard.

  1. Enter the JDBC URL information to connect to the database.
    For example, to connect to Adaptive Server, enter:
    jdbc:sybase:Tds:testmachine:5000
    where “testmachine” is the name of the machine where the data server is running and 5000 is the port number where the data server is listening.
  2. Enter the name of the JDBC driver class to connect to the database.
    For example, the JDBC driver to connect to Adaptive Server is:
    com.sybase.jdbc3.jdbc.SybDriver
  3. Enter the user name and password to connect to the database.
Related tasks
Configuring RepConnector for Your Database
Creating and Configuring a New Connection