Snap Packs
Discuss configuration of Snaps and general questions about our Snap Packs.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Rest API issues

I am getting the error: Unrecognised token ‘LGOF’ was expecting (‘true’, ‘false’ or ‘null’)\n Has anybody seen this issue before? I am receiving data from REST get API, transforming the data using a mapper and then hitting a POST API which is an IP a...

Couldn't find SAS Generator Snap in SnapLogic UI

I am trying to generate a SAS Key using JavaScript Snap, but, I could’t able to do it due dependency load issues. So, I went to documentation to see if there is any direct snap to generate SAS Key. I found the following link https://docs-snaplogic.at...

Integrating with OneDrive?

Looks like OneDrive has some REST APIs as part of some Microsoft Graph APIs, but curious if anyone has had success integrating with OneDrive via SnapLogic? docs.microsoft.com Access OneDrive and SharePoint via Microsoft Graph API -...

christwr by Contributor III
  • 1555 Views
  • 0 replies
  • 2 kudos

SQL Server with JTDS

Has anyone had success using JTDS to connect to MS SQL Server or Sybase? I have client tools working without issue, but, can not seem to get it to work in Snaplogic with the same configuration using JDBC. Please advise.

ronmwhite by New Contributor II
  • 2070 Views
  • 5 replies
  • 0 kudos

Looking for Microsoft Azure Service Bus Snaps

We have a business use case to read/write data from/to Microsoft Azure Service Bus using SnapLogic. So, I am looking for a Azure Service Bus Snaps to achieve this. So far, I found that, there is a way to interact with Azure Service Bus via the REST S...

Snaplogic AD and ldap modules

It looks as though both AD and LDAP module cannot remove a value from a multi-valued attribute properly. AD doesn’t even have an option to remove a an attribute, and ldap errors when attempting to because it seems snaplogic sees an empty member list ...

tae_kim by New Contributor
  • 1282 Views
  • 1 replies
  • 0 kudos

Monitoring Hikari connection pool

The following documentation states that if the minimumIdle property is not set that the connection pool will act as a fixed size connection pool. GitHub GitHub - brettwooldridge/HikariCP: 光 HikariCP・A solid, high-perform...