ContributionsMost RecentMost LikesSolutionsRe: SFTP without RSA Private Key Thanks for the answer, I tried this and I'm getting the following error: Failure: Unable to read from sftp://ftp.server.gov:22010/, Reason: java.io.IOException: Failed to get SFTP session connected, Resolution: Check for URL syntax and file access permission There is no file or folder in the ftp, so i should just connect to root. SFTP without RSA Private Key Hi, I need to deliver a file to a sftp server that doesn't require a private key. I'm able to connect to it from terminal with command "sftp -P 22010 uni@ftp.server.gov" then it request a password, I enter it and I'm in. It also works from WinSCP just by setting address, user and password. The think I can't do the same via Snaplogic. The SSH Account snap Private Key field is required and it won't connect without it. How can I connect to this SFTP server with Snaplogic? How to password protect an Excel file on Snaplogic? I’m working on a pipeline that requires delivering a password protected Excel file. How can i set a password to the excel file with Snaplogic? Creating a Buffer for Data I’m working on a project in which i receive a post call with data everytime someone register on one website. I need to post this data to another site but i dont want to post them individually and as frequent as they come. so im thinking about building a first pipeline that appends posted data into a JSON. Another pipeline will run once a day and is responsible for reading this JSON file, posting all its data to final destination, cleaning it, saving logs, sending reports etc. I didn’t load tested it, so i wanna know if theres a better way of doing it. Im afraid it wont work fine with many concurrent post calls, mainly when both pipelines are running simultaneously. i dont know what happens once one pipeline is trying to append something to a json, and another one is reading it to post, at the same time. what if it tries to append info to same json at the same time, with many concurrent rest post to it. Whats the best way of gathering data for this purpose using snaplogic? API returns 500 only when POST is from Snaplogic Hi, i’m having a problem while making a POST request to Pivotal Tracker API. i make the exact same request from Postman and it works. But when i request from Snaplogic it returns 500. I really don’t know what might be wrong with Snaplogic, i suppose the snap is correctly configured by me, as seen on the screenshot below. These are all the parameters i need to pass: POST https://www.pivotaltracker.com/services/v5/projects/{id}/stories Header: X-TrackerToken: XXXXX Content-Type: application/json Form-Data: name: Test Story Created by API Downloading and Uploading XMLs I’m working on an integration in which i download a XML from endpoint A then i need to post this xml file to endpoint B, passing it as a file that goes into form-data. How to create the XML file from the response i get from endpoint A? While using Postman, the response is the XML itself, but in Snaplogic the response is a JSON. Is it possible to send a file through Post Snap form-data without first saving it as an XML file? Mapping NetSuite Custom Fields with Snap Pack (SOAP) I’m working on an integration here in which i get a list of customers from NetSuite. The customer info includes 4 custom fields. The custom fields comes in an array of objects and, if there of the fields are blank, its object wont come inside the array. The question is, what is the recommend practice to work in this scenario. Is it safe to add loops inside the mapping snaps? W Re: Sorting Error after Netsuite Search Thanks a lot for the help. The sort snap is working correctly now. But not that the sorting path from both streams are different, how should i set the Diff snap to work with both? Re: Sorting Error after Netsuite Search These are the incoming docs: This is the sort snap: This is what happens when i try the same query but async: Re: Sorting Error after Netsuite Search The image i sent shows the pipeline while its validating, all snaps will eventually become green, except the Sort one.