Administration of IBM MQ Connector
Before you use IBM MQ Connector to read from or write to IBM MQ, the organization administrator needs to perform the prerequisite tasks.
- •Copy the required JAR files for IBM MQ Connector.
- •Verify that you have the following authorities on the message queue in Queue Manager to read from or write to IBM MQ:
- - Browse authority to browse messages on a queue.
- - Display and Inquire authorities to display the attributes or status of the object.
- - Get authority to read data from IBM MQ.
- - Put authority to write data to IBM MQ.
- •Verify that you have the following authorities on the Queue Manager component in the IBM MQ server to read from or write to IBM MQ:
- - Connect authority to connect to the Queue Manager component.
- - Display and Inquire authorities to display the attributes or status of the object.
- •Verify that you have the following authorities for the SYSTEM.ADMIN.COMMAND.QUEUE and SYSTEM.DEFAULT.MODEL.QUEUE system queues:
- - Display and Inquire authorities to display the attributes or status of the object.
- - Get authority to read data from IBM MQ.
- - Put authority to write data to IBM MQ.
For more information about the required authorities, see
Setting authorities to access IBM MQ objects.
Copy the IBM MQ JAR files
Before you establish an IBM MQ connection to connect to IBM MQ, you need to copy the required JAR files to run IBM MQ mappings.
- 1Copy the following JAR files from the IBM MQ client:
- - com.ibm.mq.jar
- - com.ibm.mq.headers.jar
- - com.ibm.mq.jmqi.jar
- - com.ibm.mq.pcf.jar
- 2Paste the copied files to the following directory:
<Secure Agent installation directory>/downloads/package-ibmmq.<Version number>/package/ibmmq/thirdparty/informatica.ibmmq
- 3Edit and save the Secure Agent properties to spawn a new Data Integration Server.