What is CHECK-IN CHECK-OUT. Please explane me?
Answer Posted / 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 |
Post New Answer View All Answers
How we can use union transformation?
How to extract the informatica rejected data?
how to create user defined function (udf) in informatica
How to handle decimal places while importing a flatfile into informatica?
tell me about your project functionality
What is a node in Informatica?
What is the advantage of informatica?
What you know about transaction control transformation?
What is rank transformation in informatica
Make a note of the quantity vaults made in informatica?
How do you load only null records into target? Explain through mapping flow.
What is source qualifier transformation in informatica?
What is a dimensional model?
What are the mapping parameters and mapping variables?
How to convert multiple rows to single row (multiple columns) in informatica