What is version control in informatica ?
Advance thanks
Answers were Sorted based on User's Feedback
Answer / poonam kute
Version control in informatica is nothing but maintaining
versions of the changes that you made in mapping.
we can acheive it by check in and chek out utillity
check out its like u r locking mapping for other user and u
r going to create new version for that mapping.
in check in other user can see changes made in mapping and
it used to close that particular version of mapping
I hope it helps
correct me if i m wrong
Thanks
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / akhil4
checkin,checkout these are version controles in informatica
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / muzeeb
by using version control we maintain the history of the meta
data objects.
there are two tasks to perform & maintain the version
control of the object..
1.check in
2.check out
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / cmanojkumar
Thanks for your answer.Still my doubt remains same.
I would like to know is it for to track changes from
one version of informatica to other version of informatica.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / moorthy g
Check_Out and Check_in
----------------------
While starting u have to give CHECK_OUT then made some
changes in the mapping then u have to give CHECK_IN.
------
Note: Before check_in to check the mapping twice atleast.
Correct me If I'm wrong.
Best Regards,
Moorthy. G
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / cmanojkumar
Thanks for your answer.
But i would like to know is it for to track changes from
one version of informatica to other version of informatica.
| Is This Answer Correct ? | 1 Yes | 3 No |
Design a mapping to load the cumulative sum of salaries of employees into target table?
how eliminate the duplicates in flat file with out using sorter ,aggregater
How to improve the performance of a session using sorter transformation?
If we have a two tables A & B A contain 10 records,B contain 20 records,what w'll b the o/p if we perform normal join,Master outer join,Detail outer join and Full Outer join how?
What is a standalone command task?
what is diff between IN and EXIT commands
Different types of Power center errors?
How do u identify or filter out a 0 byte file available in a folder by using UNIX command?
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?
I have Flat file like the data, sal have 10,000. I want to load the data in the same format as sal as 10,000. Can anybody know the answer means please mail me. Thanks in advance.. My mail id is chandranmca2007@gmail.com
what is the flow?
In update strategy t/r we had given dd_insert condition & in session we gave delete condition . Then what will happen? mapping will run ?