Prerequisite
requires the db2jcc.jar driver to connect to your DB2 database. If you have not done so already, you can download the JDBC 4.0 driver from the DB2 JDBC Driver Versions and Downloads web page. Copy the JDBC driver into thelibs directory.
-
Microsoft Windows:
C:\ProgramData\CData\sync\libs -
UNIX or Mac OS X:
~/cdata/sync/libs
Authenticate to DB2
After you add the connector, you need to set the required properties.- Server: Enter the address or host name of the DB2 server. The default server is localhost.
- Port: Enter the port on which your DB2 server is listening. The default port is 50000.
- Database: Enter the name of your DB2 database.
- User: Enter the username that you use to authenticate to the DB2 database.
- Password: Enter the password that you use to authenticate to the DB2 database.
Complete Your Connection
To complete your connection:- Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
- Click Create & Test to create your connection.