Questions tagged [ibm-app-connect]

30 questions
0
votes
0 answers

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
moali
  • 1
  • 2
0
votes
0 answers

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
Rishav Raj
  • 93
  • 5
0
votes
2 answers

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 security profile for authentication and…
0
votes
2 answers

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 which is using limited (select, insert and…
0
votes
1 answer

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: maximumRateMsgsPerSec property. It changes in…
0
votes
2 answers

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 with postman I get an error "504 Gateway…
0
votes
1 answer

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: Tove رمع Jani ريمس
0
votes
3 answers

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 manager. It is obvious that the connection is…
Iresh Dissanayaka
  • 483
  • 1
  • 4
  • 18
0
votes
1 answer

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 OUT customer%ROWTYPE) AS BEGIN select * …
rpj123
  • 7
  • 4
0
votes
1 answer

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. Compute node (in place before rest request node)…
rpj123
  • 7
  • 4
0
votes
1 answer

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: mqsiapplybaroverride -b test1.bar -k "kafkaApp" -m…
Kingo Mostafa
  • 357
  • 5
  • 21
0
votes
1 answer

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: INSERT INTO Database.dbo.CUSTOMERS(ID,NAME,AGE)…
0
votes
1 answer

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.
Kaushik
  • 11
  • 5
0
votes
1 answer

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 tries http request, ive got nothing: {} Compute…
rpj123
  • 7
  • 4
0
votes
0 answers

Deploying an existing .NET application to IBM App Connect

I have an existing .NET MVC application and its a feedback giving application. I need to deploy and integrate this application to App Connect. As I am new to IBM domain, I am completely stuck at where to start the process. Any help regarding this is…
1
2