What is CHECK-IN CHECK-OUT. Please explane me?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?
Can we create two repositories on same database instance in oracle?
can any one explain me about junk dimension
what are the types of facts with Examples?
if the session continuous run what can we do. means shall we stop the session or abort session. what is the correct reasion. why this situation occurs
Source-1 No name 1 satish 2 karthik 3 swathi 4 keerthi Source-2 No name 1 satish 2 karthik 5 santhose 6 vasu Target 3 swathi 4 keerthi 5 santhose 6 vasu here i want non matching Records i want how to achieve that
Draw a workflow diagram for this situation. If s3 is true session s4 and s5 should concurreently Run.if any one s4 or s5 true it should run s1.If s1 sucess it should execute s2 otherwise exit.can any one give me suggestion.Thanks in advance.
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?
How to get EVEN & ODD numbers separately?
What is a sorter transformation?
i have 2 flat files one table contains duplicates another one no duplicates.... so i need like this i don't want duplicates...pl's give me ans...
Explian the Process of deployment groups in informatica