Hello and welcome to the SnapLogic Community! Below are a couple similar threads that may help address your situation. If it does not, please provide more details about your pipeline design and existing error handling.
Hi, I want to understand how an error on a child pipeline impacts the parent.
We have a parent pipeline calling a child pipeline with a pool size of 1 so that it processes a series of sql scripts in sequence. I also have an error pipeline which writes the erroneous sql script to a log before passing to an Exit snap which forces the pipeline to terminate.
[image]
Both the Parent and Child pipelines reference the same Error pipeline.
What I expect is that if an error occurs in the child pipeli…
An Exit snap doesn’t write to the error view, so it’s going to cause the pipeline to fail when it fails. The Error Pipeline is only there to catch documents that snaps write to their error views. Sorry, that’s kind of a subtle distinction.
I’ll try to elaborate a little more. When an Error Pipeline is attached to a pipeline, any snaps that are set to stop the pipeline execution when writing to the error view will instead pass the error document to the Error Pipeline. Since this is the defa…