checkout and checkin in informatica 8.6
Answers were Sorted based on User's Feedback
Answer / kondeti.srinivas
if source or target or wf or mappings are checked in state
we can not delete or update those. those can be modified by
user which is originally created by using cheked out.
if created user checked out,he can only can cheked out.
this nothing but a version control...
| Is This Answer Correct ? | 18 Yes | 0 No |
Check out & check in are users locks over WF/Session/source
or target .A user has to checkOut a object for any
modification. If the object is checked in it cant be
modified.any changes done by checking out will reflect on
server only ofter checking in...we can run a wf at any
state irrespective of whether it is checked in or out
| Is This Answer Correct ? | 13 Yes | 1 No |
what is data modelling? what are types of modelling?In which suituation will use each one?
i have source in oracle 10g,oracle 8i how will u take the data from two sources
What are the guidelines to be followed while using union transformation?
what is meant by lookup caches?
2 Answers Cap Gemini, Informatica,
How to view and Generate Metadata Reports?
what are the difference between Informatica 7.1 and 8.1?
explain about informatica server architecture?
What is native users?
how can you load data into target table without leading zeor's
Explain the difference between mapping parameter and mapping variable?
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000
write sql query following table quarter sales q1 1000 q1 2000 q1 3000 q1 4000 q2 5000 q2 6000 q2 7000 q2 8000 q3 1000 q3 2000 q3 3000 q3 4000 q4 5000 q4 6000 q4 7000 q4 8000 i want the output format like q1 q2 q3 q4 1000 5000 1000 5000 2000 6000 2000 6000 3000 7000 3000 7000 4000 8000 4000 8000