What is CHECK-IN CHECK-OUT. Please explane me?

Answers were Sorted based on User's Feedback



What is CHECK-IN CHECK-OUT. Please explane me?..

Answer / tanmaya

Hi All,


The basic concept of versioning in any tool/technology
is "To track the changes with versions"


For Example,


A text file with TEST is there with 123 as data. Saved as
Test.

Next day, changes are done for TEST and now data is 456.
Save as Test. Override the previous test.


Now if we observe we will have only one file with latest
data 456. So you can't track how many times it gone through
changes and what changes are done. So to avoid these issues.


Save the TEST with 123 data as Testv0.1

Again after changes are done, Save the TEST wtih 456 as
Testv0.2


So we will have both files with old and new data and also
we can track the changes happened.


The similar concept in any versioning tool and also the
same in our Informatica also.


If we checkin the any
mapping/mapplet/workflow/session/other into server. And
those will become in read only mode.

You can't edit checked in objects.


If we wan't to edit those objects, first we need to
checkout the object that we want to modify then it will
become editable/writable mode and after
changes/modifications are done, save again checkin the
object.


So it will create multiple versions of the same object
tracking the changes that happened from the time it has
been created.


It is good practice to enter comments for every checkin and
checkout, so you can easily find out what you have done in
that particular version.

Is This Answer Correct ?    23 Yes 0 No

What is CHECK-IN CHECK-OUT. Please explane me?..

Answer / kishor baindoor

once the application is biilt we cant make the changes to
mapping directly. So we need to check out the mapping or
session or source table or target table before making
changes. Then test the load. If it is working fine then
check in. If the load is not working properly we can do
undo check out which takes it to previous stage.

Is This Answer Correct ?    1 Yes 1 No

What is CHECK-IN CHECK-OUT. Please explane me?..

Answer / himanshu arora

In simple language if you are exporting any Mapping/Session/Workflow in informatica then you have to ensure that all object should be checked in and when you are importing the same then you should take care of objects to checked out.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

How can you access the remote source into your session?

1 Answers  


How mapping parameter and variable works

1 Answers  


How to read data from flat file source if the data is in paragraph format?

2 Answers   Wipro,


how can you load data into target table without leading zeor's

4 Answers   Deloitte,


Q. We are the loading the table on daily basis it is incremental loading. and A person rahul slary was 10000, so if i check before run my salalr is 10000. but toay there is update that my sal is 15k but that will come to know after the load. braod crtiteria is we donot want to show downstream teams partial updated data. need aproad as etl developer

0 Answers  






Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?

0 Answers  


How to transform normalized data to denormalized form in informatica? Is there any logic or any transformations to achieve this?

3 Answers  


in performance wise union is past,union all is past

2 Answers  


there is a mapping with expression and mapping we create some condition for insert and update and followed by update startegy ,can we update and insert on a single target based on condition?

1 Answers   Emphasis,


what is the location of parameter file in informatica?

1 Answers   TCS,


what is datamart

4 Answers   IBM, Informatica,


HI Experts, What is BULK mode and NORMAL mode, Which one gives better performance. How? Please Explain with an example...! It will help's me a lot. Thanks In advance.

8 Answers   CTS,


Categories