Unable to find DB2 connector in Anypoint Studio

2019-09-01 06:40发布

I am trying to install the DB2 connector in Mule Studio. I am using Anypoint Studio October 2014 Release. I tried following the instructions given here: http://www.mulesoft.org/connectors/db2-connector-3.4.0%3B3.5.0-Everest#install but am unable to find the connector in any of the available sites. How do I install it?

2条回答
劫难
2楼-- · 2019-09-01 07:23

The Database connector is pre-installed in Studio for Mule 3.5 and above. For Mule 3.4 and below, use the JDBC Connector.

Here you can find the DB2 JDBC Connector: http://www-01.ibm.com/support/docview.wss?uid=swg21363866

Download the DB2 JDBC Connector Add the DB2 JDBC Connector (.Jar) to your project Right Click in your project > Build Path > Add external Archive Add a Database Building Block to your flow and use a generic database configuration

查看更多
贼婆χ
3楼-- · 2019-09-01 07:32

You must use Database building block and Generic Database Configuration with the DB2 JDBC Connector. Here you can find the DB2 JDBC Connector: http://www-01.ibm.com/support/docview.wss?uid=swg21363866

  1. Download the DB2 JDBC Connector
  2. Add the DB2 JDBC Connector (.Jar) to your project
  3. Right Click in your project > Build Path > Add external Archive
  4. Add a Database Building Block to your flow and use a generic database configuration
查看更多
登录 后发表回答