The use of odi variables to set values to procedure or knowledge module option


ODI variables can be used to set the value of a procedure or knowledge                         module implementing an OPTION initialized with the value  stored in the ODI variable.

The method is follows
 
1. Define the MYVAR global variable or project variable and set the corresponding       refresh statement as required.

2. Modify the knowledge module by adding the MYOPTION option

3. Define the integration interface and on the flow tab set the MYOPTION to

#GLOBAL.MYVAR

4. Define a package with the following steps:

step 1 : Declare or Refresh variable MYVAR

step 2: Execute the above integration interface

5. Execute the above package.

Then the knowledge module option will take the value stored in the MYVAR variable.

No comments:

Post a Comment

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