Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Updated variable value not getting passed on

WAQ28May 19 2016 — edited Jul 21 2016

Hi,

I have a variable which is getting its value from its refresh tab using one of my data store. That variable is then used as a default value in my ODI procedure option and in ODI procedure and I am retrieving the value of variable using getOption in my procedure task.

I have found an issue that when I change the value in my data store (which is XML) and run my code, variable value is refreshed correctly with new value and I can see that value in the history tab of the variable. However in my ODI procedure it still picks up the old value. But when I run the same code again without making any change in the data store, it then picks up the latest updated value.

In short, I have to run the code twice to get the new updated value of the data store. Why is it behaving like this?

This post has been answered by WAQ28 on Jun 28 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2016
Added on May 19 2016
36 comments
8,005 views