Questions tagged [snaplogic]

For issues relating to the SnapLogic Enterprise Integration Cloud.

The SnapLogic Enterprise Integration Cloud is a

simple, fast, and intelligent platform that empowers enterprise IT organizations and lines of business to connect.

57 questions
0
votes
1 answer

Conditional expression in SnapLogic

I need to check whether or not an entry is present in the data output from a REST call. The JSON output looks something like this: { "entity": { "entries":[ { "ID": "1", "Pipeline": "Pipeline_1", …
tee_thesee
  • 9
  • 1
  • 4
0
votes
1 answer

How to change snaplex dynamically based upon usage?

While executing child pipeline I want to fetch all the snaplex available and assign them based on the usage to the child pipeline. So far I am able to randomize the snaplex while spawning the clild pipeline. Any help is appreciated.
bongboy
  • 147
  • 1
  • 15
0
votes
1 answer

Snaplogic querying two sources and joining data together

I am trying to build a Pipeline which queries out my Sales records (as one Read activity) Now in this Sales schema there are fields that reference a People table however its not a direct connection as there is a Many-to-Many relationship. So what I…
InvalidSyntax
  • 9,131
  • 20
  • 80
  • 127
0
votes
1 answer

Save last run time in SnapLogic to use in pipeline

I have created a pipeline which queries out a database for new records, I do this using the Last Modified TimeStamp field. In my query I want to retrieve only records modified since the last time the pipeline was run. How can I do this? I'm new to…
InvalidSyntax
  • 9,131
  • 20
  • 80
  • 127
0
votes
1 answer

How do I create multiple records from an array in SnapLogic?

In SnapLogic, is there is simple way to take the first JSON record and produce the output that is shown afterwards? This is a simplified version of what is trying to be achieved... The input record contains two variables and an array of "skus"…
CCELC
  • 1
  • 1
0
votes
1 answer

How to fix error 400 "file not found" when sending file to api endpoint on a REST POST snap on snaplogic?

I am trying to send a csv file from snaplogic to an api endpoint using through a REST POST snap but it doesn't seem to actually send the file as the response says file not found when I do the post through postman it just fine and use the same…
RFT
  • 1
  • 3
0
votes
1 answer

How to pass Authentication header from one soap request to another soap request in SnapLogic

I am newbie in snaplogic. I have an Soap API which has two methods authenticate(username,password) which authenticate the user and then I have some x() which do some work. I am PHP Developer, The code works fine when I use SoapClient library in PHP.…
0
votes
4 answers

File parsing using Unix Shell Scripting

I am trying to do some transformation and I’m stuck. Here goes the problem description. Below is the pipe delimited file. I have masked…
0
votes
1 answer

How to pass body parameters in REST POST snaplogic?

Postman sending body parameters This is my Postman call (rest post) to a Rest Endpoint with Body parameters in x-www-form-urlencoded. How can I do that in Snaplogic with REST POST snap? I didn't find how to declare the body parameters (only header…
Robert
  • 1
  • 1
  • 2
0
votes
1 answer

Why do documents routed to error output cause pipelines to fail when used through ULTRA tasks?

I'm making a pipeline that fires a couple of REST POST calls in parallel and then updates a table in a database. It is going to be used via an ULTRA task. I'm using a script for certain transformations and mapping that I won't be able to do using…
Bilesh Ganguly
  • 3,792
  • 3
  • 36
  • 58
0
votes
1 answer

How to apply a filter in a REST Snap and hard code the value?

Suppose there is some data which I want to pass through the rest snap and in the query parameter I have given filter and in query parameter value I want to pass a hardcoded value. For example, "name .eq ", then what? How can I give a hardcoded value…
0
votes
1 answer

Getting java.lang.NoSuchMethodError while setting up JUnits for SnapLogic custom snaps

I want to create my own snap in SnapLogic . I downloaded the sample project by running the following: $ mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate…
0
votes
2 answers

SnapLogic - can you paramertize db connection

In SnapLogic, is there a way to paramertize the database connection info so you can create a reusable pipeline that can pass the db connection info for the account of a select snap?
peterlandis
  • 645
  • 1
  • 7
  • 17
0
votes
1 answer

Snaplogic REST POST Timeout Error

I am always facing this error while executing a REST POST. I have even set the Timeout as 100000 but it still fails. Please help me resolve this. Failure: Failed to execute HTTP request, Reason: connect timed out, Resolution: Please check the Snap…
Rosebud
  • 138
  • 1
  • 11
0
votes
1 answer

Getting an error when trying to create derby account in SnapLogic

When I try to create a derby account in SnapLogic through the JDBC snap, I get the following error: POST for http://prodxl-ccproxy4.fullsail.snaplogic.com:8087/api/1/rest/account/validate failed: Server Error.