Recent Discussions
SFTP: Worked ok then settings changed not not working
We have set up a new SFTP site and we had access to it via Snap – read, write, delete. All was good. We had to change some settings for our client to access it and now SnapLogic cannot connect. I’m getting “Unable to create filesystem object for sftp://xxxxxxx/xxxx/xxx”. I’m using a directory browser to test the connections. I’m able to connect with the same user and password via command line. I made sure the connection string is accurate. Any thoughts? Thanks, Bobrobert_parks2 months agoNew Contributor III5.6KViews1like4CommentsSQS Consumer snap is ready all message at pipeline startup
Hi, I have certain observations while running a pipeline with SQS snap as trigger. 1. On startup, pipeline reads all available messages from sqs and hold them in buffer and process them as per concurrency 2. There is no mechanism to control the speed at which we poll messages from queue. If you have used sqs consumer snap in your pipelines, how did you tackle above issues. Any throttling mechanism did you implement to control this. Thanks, Vishal.vish_ch4 months agoNew Contributor662Views0likes2CommentsSalesforce Update REST API Throughput
The Salesforce REST API can update up to 200 records be POST call. The Salesforce Update snap documentation says that it's implemented to only update 1 record at a time in REST mode. The Bulk API is asynchronous, even in serial mode. What is the best practice in SnapLogic to maximize throughput of synchronous record updates to Salesforce. I could implement the Salesforce REST API through the HTTP Client, but then what is the point of the Salesforce Snap Pack?Solvedtarena6 months agoNew Contributor III1.4KViews0likes3CommentsUsing Windows Authentication with SQL Server Accounts
The topic of "providing windows ID / Password to SQL Server has come up a few different times so below is a solution that I found to work in most instances. Scenario: Service accounts with Native SQL Server authentication is NOT supported (internal security rules, regulatory compliance etc.) Running SnapLogic using “IntegratedSecurity = true” would require every database to grant access to an individual robot / service account and didn’t allow specific user tracking Solution: 3rd party JDBC driver called jtds (http://jtds.sourceforge.net/) allows you to specify URL Properties and pass in account credentials. You will need to upload this jar file into the SLDB and reference that within the account settings (see screen caps below). On the SQL Server, you can see Windows Authentication selection for ID “SQLSvr_TESTING” Account settings within SnapLogic for “SQL Server Account” type: Account settings that need to be defined Referencing the JAR files uploaded to the SLDB The JDBC Driver Class should be set to net.sourceforge.jtds.jdbc.Driver URL Properties Defined: useNTLMv2 = true domain = [YourDomain] instance = [InstanceName-OPTIONAL] NOTE : It’s important to stipulate that if the users windows password changes, they will need to come into SnapLogic and adjust the password in the account as well. By default, the SQL Server snaps will attempt to reconnect 3 times so you may get into a situation where the ID becomes locked out.ebarner8 months agoFormer Employee5.8KViews0likes3CommentsPreview not available for Flow snaps
Certain flow snaps like “Filter”, “Head”, “Tail” when used in a complex pipeline doesn’t generate a preview while validating the entire pipeline however these generate a preview if the pipeline is simple. For instance, if I’m trying to read data from an excel file with 100k+ records and use either ‘filter’ or ‘head/tail’, I can see the preview when the pipeline has been validated but it doesn’t generate one when the pipeline is huge. Any specific reason behind this? I would want to see the preview as the pipeline that I’m currently developing is a complex one (multiple snaps prior to “flow” snaps), thereafter it needs a ‘filter + head/tail’ (i.e. flow snaps) and then it will again require a bunch of other snaps after those ‘filter + head/tail’ making it complex again. Help on this matter would be highly appreciated. Regards, DarshSolveddarshthakkar10 months agoValued Contributor31KViews0likes13CommentsSFTP errors
FYI I was getting errors with pipelines using a directory browser with a basic auth account for SFTP. After doing some testing and verifying the authentication details I ended up rolling back the Binary Snap Pack version to Main19844. Problem was resolved - must be a bug in new version. The error I was getting is Failure: Unable to create filesystem object for sftp://sftp.accorplus.com:2222/, Reason: Failed to get SFTP session connected, Resolution: Please check all properties and credentialschris_king11 months agoNew Contributor II6.8KViews2likes6CommentsDownload Multiple files/ or view in the browser
how can i download multiple files using a rest get where by in the url i passed split values of different files, the response shows there are four files however when executing the pipeline as triggered task , only the first file gets downloaded this is the final out put of the mapperraphahlelot11 months agoNew Contributor1.5KViews0likes2CommentsDifference among SAP, SAP S/4hana and SAP S/4hana cloud snap packs
Hello, We are working on collating some information on SAP snap packs and related ones. Can anyone from snaplogic community help explaining the differences among SAP, SAP S/4hana and SAP S/4hana cloud snap packs ? Any kind of help is appreciated. Thank you!nethravathi_g12 months agoNew Contributor2.5KViews0likes2CommentsPostgreSQL Bulk Upload
Is there a way to remove the PRIMARY_KEY from insert query getting triggered from PostgreSQL Bulk Load Snap. Issue is when the Snaplogic trying to insert data into postgreSQL the PRIMARY_COLUMN is going as NULL which is causing while inserting record into postgreSQL database. NOTE: If we remove the ID column which is the primary from been serialized than it will be auto generated as it is set as AUTO INCREMENT. I tried mapper as well to remove the ID column to not included in INSERT query but it didn't worked out. Any suggestions from anyone.manojchit2 years agoNew Contributor1.4KViews0likes1Comment