Versioning is a smart method of implementing a certain condition or multiple condition , objects for a particular interface , package or scenarios without required to have multiple such objects. Creating Version To create a version , right click … Continue reading
Category Archives: Tips and Tricks
December 22, 2009
by kdevendr
17 Comments
Categories: Administration , How to , Logic , ODI , Tips and Tricks
Tags: File Length , Header
Get File Length and Header in Operator
We get so many source files and some time we have different files coming of different length and we would need to do a row count every time to see whether we have got the correct number of records in … Continue reading
December 22, 2009
by kdevendr
0 comments
Categories: How to , Logic , ODI , Tips and Tricks
Tags: values , variable
Find the Value of the Variable in Operator ?
In ODI value of the variable is calculated at the run time but not shown in the operator. Please find this ODI procedure using Jython to show the value of the Variable. Step 1 Create an ODI Procedure and Insert … Continue reading
Invisible Join
I would like to show a simple invisible join between tables in the interface. The reason why i am calling the joins invisible is because I am not defining the joins at the build but rather at run time. Such … Continue reading
November 26, 2009
by kdevendr
0 comments
Categories: Administration , ODI , Tips and Tricks
Tags: ODI , shortcut keys
Shortcuts Keys
Short cut for keys for ODI F5 REFRESH F11 FULL SCREEN MODE F3 SEARCH F1 HELP F2 RENAME AN OBJECT [ Click on an Interface , Package or other Object and Press F2 , you can rename the object … Continue reading
November 26, 2009
by kdevendr
1 Comment
Categories: Administration , Architecture , How to , Logic , ODI , Tips and Tricks
Export – Import DWR to EWR having same Master Rep
For this particular Example I am exporting Project, Models and all the other objects under it from ODI_DEV [ DWR ] environment to ODI_WORK_EWR [ EWR ] DWR – Development Work Repository EWR – Execution Work Repository Step 1 – … Continue reading
Categorize Scenarios
Its an excellent idea to organize all the scenarios in operator by Data mart or other categorize , this way it would be easy to import and organize.
November 26, 2009
by kdevendr
0 comments
Categories: How to , ODI , Tips and Tricks
Tags: Alignment , ODI , Package
Alignment of objects in Package
The easiest and smartest way to organize multiple objects in ODI Package is to select them and right click to select the appropriate Alignment option.
Duplicate Multiple Objects in Package
To duplicate multiple objects at one time , select the required objects and click on Duplicate objects button left of the delete button and the duplicated objects are created as copy of the objects.
Smart Search
When you have multiple Interface under a folder and you would like to go for a quick search , just expand the folder and start typing your search and the match would be highlighted. Please find a screenshot of the … Continue reading