What is DI Hierarchy, What are the resuable objects

Questions by gssharma_msc   answers by gssharma_msc

Showing Answers 1 - 6 of 6 Answers

Aparna

  • Mar 19th, 2007
 

Data Integrator hierarchy is as follows

                              project
                                  |
                                  |
                                JOB
                         -------------------
                        |                        |
                  SCRIPTS           WorkFlow
                                                  |
                                          -------------------
                                         |                        |
                                 SCRIPTS           DataFlow
                                                                  |
                                                           -------------------
                                                         |            |             |
                                                  Source      Query      Target
                                                             (Transformation)


Most of the objects in object explorer are reusable objects

Jobs, workflows, dataflows, transformations , source and target tables, files as we can use them in another project/workfolw. Usage count specifies the number of times the workflow/dataflow/files/tables are used.

Aparna

  Was this answer useful?  Yes

Hi,

In DI the hierarchy as follows.
Project->JOB->WorkFlow->DataFlow

Resuable objects are nothing but the objects which we can use more than once in our DI. Once u modify the object it'll effect all the calling objects. We need not modify each calling object. The copy will gets affected automatically.
Ex: Workflow,dataflow.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions