Hi,
I am new to ODI. I am facing the below issue.
I have a mapping say m1. I created a package P1 which have only m1 in it. While executing the package, mapping is getting executed and getting desired result (writing data in to a file), but when I am generating a scenario out of the package and executing, mapping is not giving desired result.
Any help would be really appreciated!
Package
==========

Running from package
=================

Running From Scenario
===================

UPDATE: From execution log of the scenario, came to know that context is not getting set for the mapping while executing from scenario...But no clue about the reason.