ODI variables in ODI API tools


When ever you are trying to use variable in odi tools


enclose the odi tool api parameter with double quotes


For example
instead of the following code


OdiFileDelete "-DIR=c:\chandra\file" -FILE=#file_name


use the following code


OdiFileDelete "-DIR=c:\chandra\file" "-FILE=#file_name"

No comments:

Post a Comment

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