Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Date Issue

Hi All, I have 3-4 date columns with not null and with null date values in mm/dd/yyyy format. I have used the below expression in mapper snap to format the date but facing the below issue. Could anyone suggest what correction is needed? Date.parse($[...

How can i generate new bearer tokens everytime i am exporting and importing triggered tasks in snaplogic.As of now if i import the bearer token remains unchanged

How can i generate new bearer tokens everytime i am exporting and importing triggered tasks in snaplogic.As of now if i import any pipeline or task, the bearer token remains unchanged. Kindly suggest a way in which i can generate random bearer tokens...

Nidhi by New Contributor II
  • 1494 Views
  • 2 replies
  • 1 kudos

JMS Consumer Processing Mode: Synchronous

If a JMS Consumer has message Count > 0 and Processing Mode Synchronous, will the Consumer wait until the entirety of the pipeline processes a message before it polls for the next (as ‘synchronous’ suggests), or does it (as the docs say) just wait 5 ...

cdmills by New Contributor II
  • 969 Views
  • 0 replies
  • 0 kudos

JMS Consumer hanging indefinitely

I’ve implemented a JMS Consumer that consumes from IBM WebSphere MQ, in a pipeline triggered by a schedule (message count = 1, timeout in 5 minutes, restart every minute if not already running), So, when there are messages in queue, it picks one up, ...

cdmills by New Contributor II
  • 958 Views
  • 0 replies
  • 0 kudos

XML Generator Template Issues

I’m trying to use a XML Generating template to bind some JSON to XML. It looks like it should work to me but it never binds correctly. I’ve simplified the template down just to the piece that is failing. The input JSON looks like : [{"import-reco...