INFORMATICA FAQ’S & SENARIOS-1
By PenchalaRaju.Yanamala
1.
What are mapping parameters and mapping variables?
ANS: Mapping parameter represents a constant value that you can define beforerunning a session. A mapping parameter retains the same value throughout theentire session. When you use the mapping parameter, you declare and use theparameter in a mapping. Then define the value of parameter in a parameter filefor the session. Unlike a mapping parameter, a mapping variable represents avalue that can change throughout the session. The informatica server saves thevalue of mapping variable to the repository at the end of session run and usesthat value next time you run the session.2.
How to create mapping parameters?
Ans: we can create mapping parameters in informatica designer.3.
What is use of mapping parameters? Mapping variable?
Ans: See the answer given in the above 1st question.4
. What is use of session parameters?
Ans: Session parameters are like mapping parameters represents values u mightwant to change between sessions such as database connections or source files.Server manager also allows u to create user defined session parameters.Following are user defined session parameters.Database connections: You can give database connections here.Location of Source file names: Use this parameter when u wants to change thename or session source file between session runs.Location of Target file name: Use this parameter when u wants to change thename or session target file between session runs.Location of Reject file name: Use this parameter when u wants to change thename or session rejects files between session runs.5.
What do you know about debugging?
Ans: If a session fails or expected data does not come in target table then we usedebugger. By using debugger we can know where the exact fault will be.
: In real time scenario where can we use mapping parameters andvariables?
Before using mapping parameters and mapping variables weshould declare these things in mapping tab of mappingdesigner.A mapping parameter cannot change untill the session hascompleted unless a mapping variable can be changed inbetween the session.Example:::