Snaps available in the 30-Day Free Trial
A subset of all Snaps are available in the 30-day Free Trial. Don’t have a free trial account yet? Sign up here. Last updated: August 19, 2021 The Snaps available are (click on the link to see the documentation for that Snap Pack): Active Directory Amazon SQS Anaplan Azure SQL Binary Birst Box Confluent Kafka Coupa Data Catalog DynamoDB Eloqua ELT Snap Pack Email Flow Google Analytics Google BigQuery Google Directory Google Sheets JDBC JIRA JMS LDAP Marketo MongoDB Microsoft Exchange Online Microsoft OneDrive Microsoft SharePoint Online MS Dynamics 365 for Sales MySQL NetSuite OpenAir Oracle DB PostgreSQL Redshift Reltio REST Salesforce SAP HANA Script ServiceNow Shopify Slack SnapLogic Metadata Snowflake SOAP Splunk SQL Server SuccessFactors Sumo Logic Transform Twilio Workday Workday Prism Analytics Xactly Zuora As of July 26, 2019, all trial users also have access to the Machine Learning Snap Packs. Snaps not included in the trial but available in the full product include: Oracle EBS Google DFA Cassandra Hadoop Hive Teradata Tableau Microsoft Dynamics AX Microsoft Dynamics CRM Reltio Vertica Azure Active Directory Expensify Microsoft Exchange Rabbit MQ Spark Script MQTT field Snap Essbase field Snap6.8KViews0likes3CommentsPerform a Post API OAuth 2.0 call to get token and pass token to a GET API Basic Auth Header
I need to make a Post Rest API call using OAuth 2.0 with client_id and client_secret and then pass the token to a Get Rest API snap to make the api call Client Authentication ‘Send as Basic Auth Header’. How can I do this using the Rest Snaps?3.6KViews0likes2CommentsLDAP Delete Attribute - Clarification
I just want to verify the function of this snap, since I don’t have a staging Active directory available in which i could test this. The documentation states that it ‘will completely remove the attribute itself’, which isn’t fully clear to me, could it actually remove an attribute from the AD Schema or does this just mean it will remove any value that it will find for that attribute? Best regards ThomasSolved3.6KViews0likes2CommentsCannot read more than 2,147,483,647 into a byte array
Hello, I am facing issue while reading a huge file (more than 2 GB) in size. I want to read the file and zip the file.I tried in 2 ways and in both i am getting the error. Method 1: After file reader snap, I am using a Binary to Document (Encode or Decode is set to NONE and also tried with BYTE_TO_ARRAY)snap followed by a mapper and then Document to Binary Snap(Encode or Decode is set to NONE and also tried with BYTE_TO_ARRAY) . In mapper following expression is used to map the data : $[‘content-location’].substr([‘content-location’].lastIndexOf(“/”) + 1) → $[‘content-location’] $content → $content In this case I am getting “Cannot read more than 2,147,483,647 into a byte array” error. Method 2: After File reader snap, in mapper i have used binary i/p and o/p view and used the following expression to map the data : $[‘content-location’].substr([‘content-location’].lastIndexOf(“/”) + 1) → $[‘content-location’] $content → $content After few seconds of execution, the pipeline is getting hung and I am getting error “Lost contact with Snaplex node while the pipeline was running” Is there something whcih I am missing ??3.4KViews0likes3CommentsHow i retrieve status information of master pipeline using Snaps in designer? without using dashboard and tasks
Hi.i am new learner in snaplogic please help me .I need to trigger an email when the master pipeline is running longer than expected like an hour is an usual expectation. how can i perform this job in pipeline? if my pipeline is running more than expected time the email will notify ourself. which snap is used to fulfil my requirement .please tell me.JMS Consumer vs AWS SQS Consumer
In JMS Consumer , we have a setting named “Message Acknowledge Mode*” which we set it as ClientACknowledge or dupsAcknowledge Comparing it with AWS SQS Snap , it does not have any acknowledge mode. In our prod environment, we have JMS consumer where client acknowledge is enabled. Now if i have to replace it with AWS SQS snap , how can i achieve the same configuration as JMS ?Solved3KViews0likes1CommentCreate a file path with a date in File Writer snap
I have a pipeline that generates an output file that I would like to save in S3 with a file path of YYYY/MM/dd/file_name… e.g. S3://bucket/2023/08/09/file_name.csv. When I do this: “s3:///bucket/”+Date.now().getFullYear()+“/”+Date.now().getMonth()+“/”+Date.now().getDate()+“/fil_name.csv” It generates a path of 2023/8/9, How can I programmatically determine when to pad it with a ‘0’ for single digit months and days without including this data in the document being saved?2.5KViews0likes2CommentsRouter Snap not distributing document
Hi there, I would like to evenly distribute a document along two paths so that we can execute lookups within our database. However when the Router Snap is added, SnapLogic doesn’t appear to pass through the document through the second route. We need to make several queries to the database but using the 2nd Lookup Snap in the same path doesn’t seem to operate as expected hence the use of the Router Snap.Solved2.5KViews0likes2Comments