This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I am trying to generate S3 signature for pre-signed URL, expression below
Digest.sha256(Digest.sha256(Digest.sha256(Digest.sha256(Digest.sha256(“AWS4” + “>SecretKey<”,“20180226”),“us-east-1”),“s3”),“aws4_request”),encodeURIComponent(“AWS4-HMAC-SHA25...
Hello,
Did anyone ever had caching issue with Ultra pipeline. I have ultra pipeline calling SAP BAPI using SAP execute snap. While executing the pipeline we are facing caching issue, where the response object of call 1 being returned for call 2.
Than...
Hello,
I am using SAP execute snap to call custom BAPI in SAP. My BAPI function has an request parameter of type integer. When I map the request and validate the pipeline, I am receiving below error. Any help on this is much appreciated.
“reason”: “O...
Hello,
Does anyone use SAP snap pack in production today. (SAP Snap Integration | SnapLogic) We are planning to use SAP snap pack to integrate with SAP, Would like to get some feedback on these snaps.
Thanks,
Prakash
@S.dharanidhar7 :- You can use https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/2432466962/Retrieve+Pipeline+Logs api to retrieve pipeline logs and write it to any database.
@pranil2k2 - You can access your document inside template body by enabling “=” (toggle) expression mode. eg: ‘<body>’+$firstname+‘</body>’. you have multiple ways. Can you share sample output from mapper snap and your template to help further.
@Ksivagurunathan - Nope, We don’t do any development in http://uat.elastic.snaplogic.com . Our pipelines will always overwrite the existing pipeline version.
@MuraliNagula - This can be achieved using "Has next "and “Next URL” properties. Below rest snap invokes Next URL based on Has next flag. You can refer Snap documentation for more info.