Unable to find DB2 connector in Anypoint Studio

爷,独闯天下 提交于 2019-12-13 20:33:49

问题


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?


回答1:


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



回答2:


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



来源:https://stackoverflow.com/questions/26605651/unable-to-find-db2-connector-in-anypoint-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!