Questions tagged [ibm-app-connect]
30 questions
2
votes
2 answers
How to set Xpath based on a specific condition in esql
I am using IBM App Connect 11 .I need to pass xpath as a string to an esql method.The Xpath corresponds to a specific element "text", so I need to pass the condition where keyIdentifier='TIN' as well.I tried like this :
SET xpathStr =…

Lyanna_Learner
- 45
- 5
2
votes
1 answer
What is the best way to connect ibm cloud app-connect with mq?
In view
https://cloud.ibm.com/resources
I m having two elements
Cloud Foundry services -> App Connect
Services -> MQ
Within App Connect I would like to use MQ.
How do I tell cloud.ibm.com that the two shall work with each other?
In…

matjung
- 173
- 1
- 7
1
vote
1 answer
Generate/retrieve a SAS token programmatically for specific Blob/File under azure storage account via REST API in POSTMAN and then in IBM APP Connect
I have requirement where it has to be done programmatically using POSTMAN REST API, where I have to upload a file/blob to Azure storage account and retrieve the unique URL of the specific file that I have uploaded, and I have to share that URL to…

Chris_dev
- 17
- 5
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
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
0
votes
0 answers
BIP1042I: Command deprecated, please use policy projects instead
Kindly help me i am stuck in Configuration of Event monitoring i am using this tutorial https://www.youtube.com/watch?v=qZN9zq6h1a8&t=299s from youtube and i am stuck in one commad that i am sharing in the image on App connect 12 console.
enter…
0
votes
0 answers
When deploying containerimage with bar file got the error
I use IBM App Connect as Installed Operator on OpenShift v4.10 and need to install ifix. I got the ifix in tar.gz format and created Image that contains fix, pushed it to the local registry and when tried to deploy new image using yaml file(change…

Boro
- 1
- 1
0
votes
0 answers
date mapping in Coalesce
How to map date through AppConnect to date column(estmtd_frzing)in database in ESQL
COALESCE(estmtd_frzing_date,null)
in ESQL
How to map date through AppConnect to date column(estmtd_frzing)in database in ESQL

Ram
- 1
- 1
0
votes
3 answers
How to remove default HTTP Headers from a SOAPReply node?
Can I remove default HTTP headers from a SOAPReply node?
I tried to Overwrite it in ESQL and tried removing it using HTTPHeader node, I succeded in creating new HTTP Headers but failed to remove the default ones (for example "Server: IBM App Connect…

Diesel
- 11
- 3
0
votes
0 answers
ACE IBM Reading XLSX Excel with java compute node
im new in ACE. I want to create a flow that reads xlsx excel file using java and prints it to the database. Which nodes should I use for this task and is it correct to use only this java compute code as java code?
/*
JAR files to be added to…
0
votes
1 answer
IBM App Connect error javax.net.ssl.SSLHandshakeException
I created a message flow having rest request node to connect to an API. API security enabled received the following error:
BIP3165S: An error occurred whilst performing an SSL socket operation.
Operation: connect. Error Text:…

Miguel Jackson
- 1
- 1
0
votes
1 answer
IBM App Connect Rest RequestNode; Basic authorization
Use IBM app connect to create a message flow. Within the message Flow, an API endpoint is being consumed but security is enabled on the endpoint. so I want to know how to add the username and password for the Request Node that connects to the…

Miguel Jackson
- 1
- 1
0
votes
1 answer
Using dynamic DB Schema name when defining procedure in esql
I'm using AppConnect v12 and I'm trying to write a DB stored procedure from esql using the below piece of code:
CREATE PROCEDURE getCustomer_SP (
IN custNo INT,
INOUT responseCode CHAR)
RETURNS INT
LANGUAGE DATABASE
EXTERNAL NAME…

Kingo Mostafa
- 357
- 5
- 21
0
votes
1 answer
IIB Mapping. Collect values from array to one String
I have JSON array of objects as input. Each object has field 'description'. I want to collect all 'description' values as single String for output
Help me please to figure out the solution. Thank you!

alxv
- 115
- 2
- 8