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
1
vote
2 answers

Running Dell Boomi atom on Docker

I retrieved the most recent image using docker pull boomi/atom:2.3.0 I then run the following script (using placeholders for USERNAME, PASSWORD and ACCOUNT_ID): #!/bin/bash atom_name=boomidemo01 docker stop $atom_name docker rm $atom_name docker run…
Christophe
  • 1,942
  • 3
  • 21
  • 29
1
vote
3 answers

#1044 - Access denied for user 'someusr'@'localhost' to database 'somedb'

I'm trying to give admin rights to MySQL user using this SQL statement ran on cpanel>phpmyadmin>SQL GRANT ALL PRIVILEGES ON somedb.* TO 'someusr'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION; but it's giving user denied error: #1044 -…
user3259951
  • 135
  • 1
  • 2
  • 11
1
vote
5 answers

Groovy csv to string

I am using Dell Boomi to map data from one system to another. I can use groovy in the maps but have no experience with it. I tried to do this with the other Boomi tools, but have been told that I'll need to use groovy in a script. My inbound data…
Chris Deal
  • 48
  • 6
1
vote
2 answers

Document versus Dynamic Document Property

What is the key difference between Document and Dynamic Document Property? We were trying to use these properties in Boomi atomsphere process development but not able to decide which is the best to use.
Romil Kumar Jain
  • 20,239
  • 9
  • 63
  • 92
1
vote
2 answers

How to integrate ActiveMQ with Dell Boomi

I have a tough time integrating the ActiveMQ using Dell Boomi as the Dell Boomi documentation is old and may be misleading too sometimes. As I could not find a good suggestion on the web I am putting my query here. Can someone please help with the…
Animesh
  • 21
  • 8
1
vote
1 answer

Error integrating Salesforce to Boomi

I'm unable to connect to boomi from salesforce outbound message. We have used salesforce connector listen operation, however we are getting (503)Service Unavailable. There are no firewall restrictions in the local atom and even we have encoded the…
0
votes
1 answer

Dynamic Process Properties passed from database cause an error, but static values do not

We have a number of Microsoft SQL servers we access via linked servers. Before we had a lookup table in Boomi to record this information as it is stored against a location, however this is constantly in flux so it was moved to a SQL database. When…
Neo
  • 2,305
  • 4
  • 36
  • 70
0
votes
0 answers

How to unzip a password protected file in Boomi

I am trying to read a password file present on a SFTP server and write it back to my local disk using Boomi. But as per an old official documentation, Creating or unzipping archives that are password protected is not supported. I tried using…
0
votes
0 answers

Getting an error message for HTTP post request for multiple-part-form data

I am trying to post an employee data to a client API and my post request does not reach to related API and I get a response like below. And also I have tried to post my request via an integration platform called Dell Boomi. Also my request doesn't…
0
votes
0 answers

In Boomi Can we import cross reference table in Java script?

Is there any chance to import Cross Reference table to java script in Boomi process? How to import (Cross Reference table)CRT to java script. I am trying to import CRT(Cross Reference table) table to java script in boomi interface Is there any…
nani
  • 1
  • 2
0
votes
1 answer

Compare two sql tables available in different database

I need to compare a source mysql table data available in one database with target mysql table available in other database in Boomi. I am not getting the idea on how to compare the whole result-set of one scan with another result-set. Can anyone…
AGaur
  • 185
  • 1
  • 1
  • 15
0
votes
0 answers

A simple Google Sheets Boomi Operation does not upload data to Google Sheet

Process Hi, I am creating a simple Boomi process that takes a flat file, maps it to the JSON Request for a Google Sheet & uploads the flat file data to an online Google Sheet. Although the process runs & completes, it does not upload the information…
Pin OA
  • 1
0
votes
0 answers

Boomi SFTP V2 returns file content in big blob

Boomi SFTP V2 returns file content in big blob (Entire CSV as file Content) . How do i convert into CSV file/flat file? Steps: SFTP V2 list SFTP V2 file get and tried to map fields
0
votes
0 answers

Please can you check my Groovy 1.5 script for any obvious errors, It appears the wbs_elem value is not being assinged

I'm trying to take an input value in_company_code and use a switch to assign a mask depending on the value. This is what i've written, there are no obvious errors form my IDE, but when i run the script it appears wbs_elem isn't outputted at all,…
0
votes
0 answers

Azure DevOps with Boomi (or) Jenkins with Boomi for CI/CD automation with various stages

Are there any methods by which we can integrate Dell Boomi with Azure DevOps or Jenkins to implement CI/CD automation with various stages including unit testing and SonarQube etc? Any help with tools details and approaches is highly…