Page 1 of 1

Informatica to Datastage Migration Checklist

Posted: Fri Nov 19, 2010 12:21 am
by synsog
Hi Friends,

We are working on Informatica to Datastage Migration project. One of the job which we have developed is giving issue. All the mappings and transformations are same as Informatica mappings and logics. But the record count in the target differs. For Example, Informatica is loading 2 records whereas Datastage is loading 5 records in the target.

We found one difference in Informatica behavior and Datastage behavior.

For example : In Datastage, INNER JOIN will process all the multiple matched records whereas in Informatica INNER JOIN will process only one of the multiple matched records.

Table A :

Emp_Name Emp_No Arun 257816 Arun 257644
Arun 269812

Table B :

Emp_Name
Arun

Join Condition : A.Emp_Name = B.Emp_Name

Datastage Join Stage populates all the 3 records but Informatica Join Stage populate only one of those 3 records.

Do you know any other architectural behavior differences between Informatica & Datastage ?

Posted: Fri Nov 19, 2010 1:39 am
by ray.wurlod
Which one is correct (according to your business requirements)?

Inner join works alike in Informatica and Datastage.

Posted: Sun Nov 21, 2010 10:06 pm
by saratha14
Hi Synsog,
Inner join will work the same way it works in Datastage. Can you please check the constraints in the informatica stage, which you have used. It should retrieve all the matched three rows. There are no difference between inner join in Datastage and Informatica. 8)

checklist

Posted: Sat Sep 14, 2013 12:27 pm
by akrish1982
i have posted one that was used in an earlier project. let me know if it can be improved in anyway

http://ds.iexpertify.com/2013/09/datast ... klist.html