IBM Integration Bus (formerly WebSphere Message Broker) is integration broker that provides connectivity and universal data transformation in heterogeneous IT environments.
Questions tagged [ibm-integration-bus]
428 questions
2
votes
2 answers
Is the character § supported by CCSID 1208
I need to know if the character § is supported by CCSID 1208. In general, How do we find the list of characters supported by a particular CCSID.
Thanks

Lee
- 101
- 1
- 2
- 6
2
votes
1 answer
Why Mapping Node gets a java.lang.RuntimeException?
I'm using Message Broker 8 and MQ 7. When I try to use a Mapping Node in my message flow I get a java.lang.RuntimeException.
Here is what the event viewer shows:
( BROKER8.default ) The map script generation for QName ''{practica}:CambioFecha'' has…

brokermq
- 97
- 1
- 4
- 15
2
votes
2 answers
How to cast(convert) string to blob? in ESQL?
So i am reading an XML file from request note of flow.
And need to convert XML data to blob.

Kenneth Lhv
- 558
- 2
- 6
- 16
1
vote
2 answers
UUID V4 GENERATION USING ESQL
I have a scenario where I need to generate UUID V4 using ESQL. I know UUIDASCHAR generates UUID, but unable to determine if it is V1 or V4.
Is it possible to generate UUID V4 using ESQL?

Web-bot
- 31
- 3
1
vote
0 answers
IIB HTTP Request Node - Intermittently throwing SSL socket error while connecting on rest service hosted on AWS?
HTTP Request node connecting to a third party REST API, which is hosted on AWS intermittently throwing "A timeout error occurred whilst performing an SSL socket operation ". I would like to know why is it happening intermittently and how to find…

Durga Prasad
- 11
- 1
1
vote
3 answers
'Unconvertable character' exception in HTTPRequest node when sending a HTTPRequestHeader containing a special character
I'm getting an 'Unconvertable character' exception when sending a HTTPRequestHeader to HTTPRequest Node containing a special character.
Error in the ExceptionList when debugging:
RecoverableException
…

Goonerd
- 15
- 3
1
vote
2 answers
JSON Nested Array in ESQL IIB
I am new to IIB and I am struggling to create below JSON data from a nested array in Extended SQL. Kindly suggest me.Thanks a lot in advance.
{
"entities": [
{
"entityId": "104477",
"systemId": "CCCTP1",
"segmentType":…

Loopinfility
- 15
- 1
- 7
1
vote
1 answer
How to parse String to MbMessageAssembly? In Java Compute node IIB
I am quite new to this, and I am struggling with one issue.
In Java Compute Node, through IIB, I am checking if one field has one or more values, and for each additional value I am creating a new duplicate message, except for value, these additional…

Matúš Hraška
- 21
- 3
1
vote
0 answers
How can I configure IBM ACE running in my local machine to use IBM MQ running in docker container?
I just need some help in connecting to MQ running in docker(ibmcom/mq) from ACE running on my local machine. I have tried many ways in putting a message in queue through App connect flow but no luck so far. I have access to MQ web console at port…

Vinu
- 11
- 2
1
vote
2 answers
ESQL convert to ISO8601 yyyy-MM-dd
Given this date format:
"15.03.2016"
How to convert it into ISO8601 yyyy-MM-dd.
1
vote
1 answer
IBM App Connect Enterprise - Remove a default Header using ESQL
I have a simple REST API project built using IBM App Connect Enterprise version 11. What I observed is in the response headers, key value pair of Server and IBM App Connect Enterprise are added by default.
I checked in the server.conf.yaml and…

Yasothar
- 435
- 1
- 7
- 24
1
vote
0 answers
IBM IIB or ACE :: how to access Security Identity or Vault details in Java compute node or any nodes
IBM IIB or IBM App Connect Enterprise has a feature to store user credentials such as username and password at the server level with the help of the following commands.
mqsisetdbparms
mqsivault
We wanted to access values of Username and password…

Hari
- 117
- 1
- 7
1
vote
1 answer
IBM ACE and IBM API CONNECT
Can somehow explain me the difference in these products?
As far as I understand IBM ACE (AppConnect) gives you more or iPaas capabalities. It is allows you to make an API.
But from what I understand now is that API Connect is required for the…

Arjan Petersen
- 27
- 7
1
vote
2 answers
How can I deploy a IIB application using the command line like it is done by the toolkit (gui)?
I would like to execute exactly the same steps done by the IIB Toolkit deploy (right click the application and Deploy...to an integration server) but using the command line.
In my humble opinion it is an action that does trigger several…

Rudy Vissers
- 5,267
- 4
- 35
- 37
1
vote
1 answer
Does the flow emits monitoring event if the event size is greater than 10 MB in IIB version 10
In IIB version 10 We have created a service that executes a stored procedure to get the data from database and sends the data file to an FTP server. we have enabled monitoring for the flow and created monitoring events on the FTP output node to save…

Sam
- 21
- 4