Cetrel Connect to TPH (Unsupported)-Features-IIB Installation Guide
This document aims at explaining the installation procedures required to install the Unsupported Transformation BAR file in IIB.
The scope of the document is to cover the deployment of the bar file of the Unsupported ESB flow.
System Requirements
The following are the pre-requisites for installing this package.
- UTP 201906.
- IIB version 10.0.0.11 & above.
- Jdk 11.
- T24IIBAdapter-201906.0.0.
General Considerations
When using another Temenos Transact Unified Temenos Platform (UTP) version have the T24IIBAdapter version greater or equal to the version of the UTP.

For JMS connection, the below property values are given by default:
- com.temenos.unsupported.transform.UnsupportedTransformation#JMS Output.connectionFactoryName = jms/RemoteConnectionFactory.
- com.temenos.unsupported.transform.UnsupportedTransformation#JMS Output.destinationQueueName = jms/queue/t24TPSQueue.
- com.temenos.unsupported.transform.UnsupportedTransformation#JMS Output.initialContextFactory = org.jboss.naming.remote.client.InitialContextFactory.
- com.temenos.unsupported.transform.UnsupportedTransformation#JMS Output.locationJndiBindings = http-remoting://localhost:9089.
If the user wants to change to their own user-defined values then use the following mqsi commands.
- For changing connectionFactoryName:
mqsiapplybaroverride –b <Location-of-bar-file> -k UnsupportedTransformation -m "com.temenos.unsupported.transform.UnsupportedTransformation#JMS Output.connectionFactoryName = <user-defined-value>"
- For changing destinationQueueName:
mqsiapplybaroverride –b <Location-of-bar-file> -k UnsupportedTransformation -m " com.temenos.unsupported.transform.UnsupportedTransformation#JMS Output.destinationQueueName = <user-defined-value>"
- For changing initialContextFactory value:
mqsiapplybaroverride –b <Location-of-bar-file> -k UnsupportedTransformation -m " com.temenos.unsupported.transform.UnsupportedTransformation#JMS Output.destinationQueueName = <user-defined-value>"
- For changing locationJndiBindings value:
mqsiapplybaroverride –b <Location-of-bar-file> -k UnsupportedTransformation -m " com.temenos.unsupported.transform.UnsupportedTransformation#JMS Output.locationJndiBindings = <user-defined-value>"
- For changing Input File location:
mqsiapplybaroverride –b <Location-of-bar-file> -k UnsupportedTransformation -m " com.temenos.unsupported.transform.UnsupportedTransformation#File Input.inputDirectory = <user-defined-value>"
Contents of the Package
IIB Components: UnsupportedTrasformation.bar.
Bar File Deployment Steps
- Open the IBM Integration Console 10.0.0.11.
- Start the Broker with the command:
mqsistart “<<brokername>>”.
- Deploy UnsupportedTransfromation bar file with the following command:
mqsideploy “<<Broker-name>>” –e “<<execution-group-name>>” –a “<<bar-file-location>>”.
- To verify the deployed BAR file and the properties, please run the below command:
mqsireadbar –b "$BARFILELOCATION/UnsupportedTransformation.bar" –r
Configuring the System
For configuring the Temenos Transact Adapter in AppServer and IBM Integration Bus, refer to the document uploaded here.
Temenos Transact IIB Adapter should be part of Integration Framework (Technology).
For internal Temenos use, go here to download the 201810 IIB Adapter.
R18 Adapter can be downloaded from here.
In this topic