Displaying ODI variable in operator log


There are two ways to display variable values in operator log.
This technique would allow the recording of variable values during the runtie and would be useful for execution of audit operations.


Solution 1:


It is possible to specify the "-SESSION_NAME" parameter in the OdiStartScen tool.


In this case pass the value of the ODI variable to this parameter for display in ODI journal.


solution 2:


A following jython script step in a procedure or in a knowledge module is used to write the variable values to operator log


a='Table='+'#variablename'
raise(a)


Note: this jython script need ignore errors checkbox to be checked in the step.
Do not forgot that such an integration interface must be called from an ODI package including steps which declare and and refresh odi varia

No comments:

Post a Comment

Note: only a member of this blog may post a comment.