Forum Discussion

pranil2k2's avatar
pranil2k2
Contributor
6 years ago

Error Pipeline

Hi,
I am new to SnapLogic. i need help on how to pass the snap error code values (error reason, error resolution, etc) to the error pipeline from parent. In document i am able to see only one value i.e. “value_from_parent”. so that i will save the error results in an excel in error pipeline. please someone can help me.

6 Replies

  • Hi Pranil,

    Are you trying to pass the eror reason, error and resolutions as parameters to the error pipeline from the parent?
    The document that caused the error will be passed directly to the child pipeline and need not be passed as parameters, the passed document contains the error reason, error resolution, etc, which you can then parse and write to an excel sheet in the error pipeline itself.

    Thanks,
    Chaitanya.

  • Hi Chaitanya,

    Thanks for the example. it works straight away.
    For reference, from where we can get this list of error variables, which u have listed 4 of them.

    Thanks again.

    • kchaitanya's avatar
      kchaitanya
      Employee

      Hi Pranil,
      You can see them in the preview data of the parent pipeline when u validate it. The 4 error variables i have listed are the standard for any error document.

  • Hi Chaitanya,

    Thanks for the Information and it is very helpful.