ContributionsMost RecentMost LikesSolutionsDuplicate data using SQL offset We are attempting to load transactional tables on a pipeline we created Issue faced - While loading data from a transactional table by leveraging the help of limit and offset in SQL SERVER select snap (partition and loading), we are getting duplicate records on the destination table. Cause expected – While loading data, since the source table is getting updated(insertion, deletion and updates) limit and offset values may change with the data mapping, resulting in duplication of reads. We looked at the documentation to understand how the offset feature works but not much data there. Can someone share some further insight on this feature and how it works that may be contributing to the above issue Re: 401 Error using Https in API REST GET call See response from curl i tried Re: 401 Error using Https in API REST GET call ptaylor: I want to see if it’s doing a redirect I ran the command on my pc but i am unfamiliar with curl. What should i be looking for to send you? Re: 401 Error using Https in API REST GET call Sure see attached Re: 401 Error using Https in API REST GET call yes It works using the http however the application that provided this API have been upgraded in our test environment and requires the use of HTTPS going forward. Our production environment needs to be updated but can’t because the current pipelines there that uses the APIs (HTTP) will stop working once we upgrade Re: 401 Error using Https in API REST GET call Hi I tired ghl.int in the snap after the GHL wasnt working to see if. It made a difference. Same error using either GHL or ghl.int Re: 401 Error using Https in API REST GET call See attached success from browser and postman as well as errror from snaplogic Note that all three instances uses windows AD to access the API and is the same user tested on all three. Both postman and browser is successful. Rest snap complains about it be unauthorised, which is not true Re: 401 Error using Https in API REST GET call Hey, I would also like to understand why I am having issues using the rest snap which is not working once i use API generated from a third party SDK that now only uses HTTPS eg: https://OurServer/ServiceName/Sericves.svc/getInfo?filter=filter before the third party application upgraded we were able to use the rest snap as it was using HTTP eg: http://OurServer/ServiceName/Sericves.svc/getInfo?filter=filter Note the HTTPS links works in other applications, the browser and postman but not in snaplogic. Re: API query invalid in SnapLogic, but valid in Postman To this date nope. i have tried everything from create an SSL rest account and I am still getting the issue. The API works in postman and the browser but not the rest snap. I am out of ideas at this point Re: 401 Error using Https in API REST GET call Understood. How to do set it was what i was asking. I am unfamiliar with what the value would be for example in postman the value is PostmanRuntime/7.26.8. If i am to set it in the rest snap what value am I to put?