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

Forum Posts

Resolved! Throw error to trigger error pipeline

Hello, I’m wondering if there is any way to trigger the error pipeline, without having to execute it with a Pipeline Execute snap. The idea is that I filter for Client or Server errors, which i’d like to handle differently based on the error code and...

Henchway by Contributor
  • 3993 Views
  • 4 replies
  • 2 kudos

SQL Server - Execute Snap

A statement like this works fine in SQL Server. How can I get something like this to work in the SQL Server - Execute Snap? There has to be a syntax issue that I have. Any help is appreciated. DECLARE @sql AS varchar(max) = ‘This is a Test’ PRINT ...

sdoscher by New Contributor III
  • 3504 Views
  • 13 replies
  • 18 kudos

Parent/child pipeline execute

Objective: Create a parent/child pipeline, where the parent pipeline calls the child pipeline once for every group/list/document of parameters set up in parent to dynamically change the child’s parameters for each run. Example Concept: parent pipelin...

ryan by New Contributor
  • 2702 Views
  • 0 replies
  • 0 kudos

File rename

Hi, I have a requirement to rename a file by appending the timestamp to its name, after processing it. Apart from the usual File-Reader+File-Writer(to file with new name)+File-Delete(to delete old file), is there a simpler way? Best, Rajesh

Syntax in SQL Server Execute Snap

A statement like this works fine in SQL Server. How can I get something like this to work in the SQL Server - Execute Snap? There has to be a syntax issue that I have. Any help is appreciated. DECLARE @sql AS varchar(max) = ‘This is a Test’ PRINT @sq...

sdoscher by New Contributor III
  • 1703 Views
  • 2 replies
  • 1 kudos