Search code examples
ibm-integration-bus

Integrating IIB with IBM Transformation Extender


Bar file deployment (which uses java nodes) is failing for me on Linux machine because one of its dependent library uses ITX nodes.

Installing IBM Transformation Extender run time (ITX 9) on Linux machine does not resolve the issue.

The deployment is done using IIB toolkit from windows as well as command line deployment.

What configuration changes have to be done so that IIB is able to find the ITX dependencies ?


Solution

  • Edit : I remember now, you need to load the DTXENV in your profile.(See related IBM APAR about this : http://www-01.ibm.com/support/docview.wss?uid=swg1PI63209 in case you already did and still have issues). In my case, this is the line I had to put in my profile :

    . /app/iib/wsdtx/wmqi/dtxwmqi_900_64.sh
    

    Other possible issues : installation issue or license agreement not accepted.