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 |
What is decode in static cache?
AT the max how many transformations and mapplets can we use in a mapping ?
1 Answers Cap Gemini, Cognizant,
What is an Integration service in Informatica?
. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null
when do we use static cache and when do we use dynamic cache in lookup transformation? with example.
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?
Suppose we have a (assume relational) source table Product_Id Month Sales 1 Jan x 1 Feb x . . . . . . 1 Dec x 2 Jan x 2 Feb x . . . . . . 2 Dec x 3 Jan x 3 Feb x . . . . . . 3 Dec x . . . . . . and so on. Assume that there could be any number of product keys and for each product key the sales figures (denoted by 'x' are stored for each of the 12 months from Jan to Dec). So we want the result in the target table in the following form. Product_id Jan Feb March.. Dec 1 x x x x 2 x x x x 3 x x x x . . So how will you design the ETL mapping for this case , explain in temrs of transformations.
what is surrogatekey ? In ur project in which situation u has used ? explain with example ?
lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?
When we are using Dynamic Cache,which options we will select in session level?
Dovelopment work (mapings,workflows)and unit testing also done in informatica ,then wt we do ? pls give me detail?
What is a parameter When and where do you them when does the value will be created