Questions tagged [boomi]

Dell Boomi is a cloud-based integration service.

Dell Boomi is a cloud-based integration service. For more information, see

https://en.wikipedia.org/wiki/Dell_Boomi

https://en.wikipedia.org/wiki/Cloud-based_integration

http://www.boomi.com/

82 questions
0
votes
1 answer

uCanAccess error in Boomi Timer already cancelled

We are using Boomi to do an integration between a DB and an MS Access DB. We are using uCanAccess as our JDBC so we can read/write the MS Access DB. However if our initial query returns more than 49 rows, we receive the following error from Boomi…
Fritz
  • 1
  • 4
0
votes
2 answers

IDOC Listener granted message delivery

We're working on a project in SAP ERP R/3 where the SAP team delivers document notifications via SAP router. We've attached a listener on that port using Dell Boomi, which under the hood uses the official SAP Java connector. When things are OK…
Simone Avogadro
  • 789
  • 8
  • 23
0
votes
1 answer

SEGMENT_UNKNOWN error while acessing SAP backend via JCO-connector

I'm trying to connect to a SAP system via Java Middleware (Dell Boomi) to inspect existing document types. When inspecting a base IDOC Type (e.g. ORDERS05) everything works ok. When trying to inspect a custom type (e.g. ZORDERS05) I get a rather…
Simone Avogadro
  • 789
  • 8
  • 23
0
votes
2 answers

How to Check node existence in dell Boomi.

How to Check node existence in dell boomi, Like I have name element in source and sometime name is blank then I do not want to map that data on the target.
Rahul Singh
  • 11
  • 1
  • 7
0
votes
1 answer

CORS- Cross Domain Jquery Ajax call to Dell Boomi Rest Service

I am facing trouble connecting to a Restful Webservice in Boomi from my jquery code. Its basically a cross domain request from javascript to webservice. Below is my jquery code.