Forum Discussion

ash42's avatar
ash42
New Contributor III
4 years ago

Error on mapper only While Executing Pipeline

I have this Pipeline which is working as expected without throwing any errors.All the Variables of this Mapper have been verified and is resolved into correct values

But on executing the same pipeline,this mapper is giving error

I have checked all Possibilities, but couldn’t find any solutions

Error reason:
original was not found while evaluating the expression:
$original.original.original

2 Replies

  • SpiroTaleski's avatar
    SpiroTaleski
    Valued Contributor

    @ash42

    One possible reason:

    On validation the pipeline will work only with the selected number of documents(Designer → User Settings):

    On execution mode, pipeline will work with all documents that are coming from the source. And you have successful run only with that data set(selected number of data on validation, not all the data).
    So you must ensure that the logic within the snaps covering all the possible data scenarios.

    Regards,
    Spiro Taleski

    • ash42's avatar
      ash42
      New Contributor III

      ya Thanks,it helped me get error while validation also. Now it can be resolved 🙂