1.

Can You Enumerate The 11 Steps For Eim Import Process?

Answer»
  1. EIM INITIALIZES any temporary columns.
  2. EIM applies any DEFAULT_COLUMN and FIXED_COLUMN values defined for the import PROCESS.
  3. EIM applies any filter queries defined for the import process.
  4. EIM generates foreign key references for rows with corresponding existing rows in the Siebel base tables.
  5. EIM writes the appropriate ROW_ID values in the EIM table rows’ temporary columns, for rows with corresponding base table rows.
  6. EIM creates a ROW_ID with a unique value in the base table for each EIM table row without a corresponding row in the base tables.
  7. EIM eliminates rows with invalid values for user keys from further processing.
  8. EIM UPDATES contents of existing base table rows with contents from corresponding EIM table rows that have successfully passed all earlier steps.
  9. EIM inserts any new EIM table rows that have successfully passed all earlier steps in the Siebel database tables.
  10. EIM updates primary child relationships in the Siebel database tables as necessary.
  11. Finally, EIM runs optional miscellaneous SQL STATEMENTS.



Discussion

No Comment Found