Hi,
I have a scenario built on a package containing some variable declarations. I have included one variable as a startup parameter while creating a scenario (lets call it scenario A)
Now I am using scenario A in another package which has scenario A as first step and procedure call as second. I have set that startup parameter variable of scenario A in the additional variable tab of the package. I have also created a scenario for this package (lets call it scenario B)
Now when I execute execute scenario B from ODI studio, it works fine however if I run it using startscen.sh it throws below error:
ODI-17546 Specified variable not found in the repository
Where am I doing it wrong?