35 questions
0
votes
1
answer
76
views
Calling Oracle stored procedure from ESQL
I am absolutely new to IBM ACE. I have been asked to produce a simple workflow that returns the result of a stored procedure, in whatever form that may be.
My work environment is a virtual machine ...
0
votes
0
answers
65
views
How to create Authentication OAuth2 with IBM app connect?
How to create authentication type OAuth2 in ibm app connect instead of WSS Authentication?
0
votes
1
answer
29
views
Correlation ID is not always received via JMSInput node
we are using JMSInput node to listen to Rabbitmq queue. But correlation Id/message ID property sent from rabbitmq is not being received in App connect flow. If sent along with Priority property then ...
-1
votes
1
answer
124
views
Latest artifact bar file from azure devops artifactory
Problem statement: I want to fetch the latest artifact bar url from azure artifactory, to deploy it to the openshift container platform. I am using this ({organization_url}/{project_name}/_apis/build/...
0
votes
1
answer
59
views
Get the Message from the MQ Queue on the basis of Put Time?
How can I filter the messages from IBM MQ queue in IIB ACE and pick only those messages which are there for more than 5 minutes filtering on the basis on put time?
1
vote
0
answers
45
views
How can I use group node probably
the output message of the group nodes are different from the expected of the services as some of the query parameters gets deleted and I can't access it while I check the parse query string, so how to ...
0
votes
1
answer
222
views
how to connect label node with compute node without the route to label node in ibm app connect?
I want to connect the label nodes with compute node only without the route to label node
ibm app connect enterprise how to connect label node with compute node? I've searched at the document alot but ...
0
votes
2
answers
435
views
Scaling Kafka Consumer to 200 Threads without Increasing Partitions (100k Events/15 min)
Context: I'm building a high-throughput event processing application that needs to handle 100k events within 15 minutes. Currently, this is achieved using 200 parallel threads in IBM MQ within an IBM ...
0
votes
1
answer
625
views
IBM App connect Applications Memory Utilization
I am Tring to calculate the memory consumed by each application in the integration server associated with integration node and the environment I work on is Linux. I tried more than one thing but non ...
0
votes
1
answer
124
views
Selecting Unique XML Segments Based on an Element's Value and Map to Another xml in IBM ESQL
I have an XML like
<Root>
<Header/>
<Ins>
<X/>
<Y/>
</Z>
</Ins>
</Root>
'Ins' segment can appear multiple times. The ...
1
vote
1
answer
3k
views
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 ...
0
votes
3
answers
492
views
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 ...
0
votes
1
answer
6k
views
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.
...
0
votes
1
answer
739
views
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 ...
0
votes
1
answer
241
views
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)
...
0
votes
1
answer
260
views
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!...
0
votes
0
answers
479
views
IIB with Token Generation
How to implement Oauth2.0 to request a token and then pass this token to make an API call by HTTP Request Node.
Appreciate your support to help me in this as i am new in IIB
0
votes
0
answers
167
views
IBM ACE: Unknown SFTP Exception: java.lang.ClassNotFoundException: com.jcraft.jsch.jcraft.Compression
I am trying to send file to sftp from IBM ace rest api application getting below exception:
Unknown SFTP Exception: java.lang.ClassNotFoundException: com.jcraft.jsch.jcraft.Compression
0
votes
2
answers
744
views
How to override the HTML authorization error for a REST API in IBM ACE
I have a REST API developed in IBM App Connect Enterprise v11 which is deployed on an integration server on CP4I on OpenShift, I have set this integration server (in server.conf.yaml) to use a ...
1
vote
0
answers
1k
views
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 ...
1
vote
3
answers
1k
views
Postgresql with IBM App Connect Enterprise
I am trying to use IBM APP Connect Enterprise to connect to a Postgresql Datasource and execute Database complex queries (Complex SELECT, INSERT, UPDATE Statements)
All I can find is the loopback node ...
1
vote
3
answers
1k
views
'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
...
1
vote
1
answer
382
views
maximumRateMsgsPerSec doesn't change (IBM App Connect)
We try to make a property which could be changed by users in IBM App Connect. We create an application RateLimit, which should change maximumRateMsgsPerSec.
RateLimit
We can override The Local UDP: ...
2
votes
2
answers
744
views
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'...
0
votes
2
answers
869
views
Modify Timeout value in App Connect Enterprise
I am Making an HTTP Service with IBM ACE that has the following flow
The JavaCompute in this case called IndexHandler is doing a bit slow but necessary processing with the database and when I test it ...
0
votes
1
answer
969
views
How to traverse an XML tree in java compute node
I am facing a situation while using IIB v10 where a SOAP web service is sending XML response that contains both English and REVERSED Arabic in the same XML element.
Example:
<note>
<to>...
0
votes
3
answers
3k
views
IBM App Connect Enterprise default queue manger
I've gone through this part of the official documentation of the IBM App Connect Enterprise but I can't still figure out how an integration node communicates with the default associated IBM MQ queue ...
0
votes
1
answer
1k
views
IBM ACE - Calling Oracle Procedure returning a rowtype (via ESQL compute node)
I'm trying to call procedure stored in plsql. Here is what I've tried so far.
In Oracle:
create or replace PROCEDURE dbSwapParms
( in_param IN VARCHAR2,
out_param OUT varchar2,
inout_param IN ...
1
vote
0
answers
3k
views
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 ...
0
votes
1
answer
1k
views
IBM ACE - Override Base URL (RestRequestNod)
I'm trying to invoke a REST API defined by importing existing swagger (with no host property in it). I want to set it or override via compute node using the code snippets below but I got an error.
...
0
votes
1
answer
538
views
How to use IIB override command with comma separated value
I'm trying to use IIB override command with kafka node to override the bootstrap value list but the result of this command is always the first value of the list only.
I'm using the command as below:
...
0
votes
1
answer
1k
views
esql command to insert query into data base using xml format
I tried to insert a sql query using esql code:
INSERT INTO Database.dbo.CUSTOMERS Values (9330,'Sai',7);
It is working fine but it was show error when it tried to insert code using xml format like:
...
0
votes
2
answers
657
views
IBM ACE: Running On Premise Independent Integration Server as Windows Service
Is there any way to run the On Premise Independent Integration Servers in IBM ACE as a Windows Service.
0
votes
1
answer
389
views
IBM ACE (NEW) - Invoking Rest API defined in WADL or API with no swagger definition
Rest request node only accepts rest API defined in swagger in order to be used no options to import WADL. What is the alternatives or correct approach implementing this kind of integration?
When I ...
2
votes
1
answer
680
views
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 ...