Data is passed from one active trans and one passive trans
into a passive transformation.Is the mapping valid or
invalid?
Answers were Sorted based on User's Feedback
Answer / nanda
yes it is valid, etl maha guru watch your language buddy
cant u pass SQ and lookup to expression, yes u can
and i guess SQ is active
lookup is passive
exp is passive
examples: scds
Is This Answer Correct ? | 16 Yes | 1 No |
Answer / etl guru
Hey fools, understand the question. The question is "Data
is passed from one active trans and one passive trans
into a passive transformation.Is the mapping valid or
invalid?"
The answer is: Mapping is invalid. We can never connect a
data from Active and passive transformation TO A PASSIVE
TRANSFORMATION. Can you connect output of a joiner and
Expression to an expression transformation?
Is This Answer Correct ? | 15 Yes | 2 No |
Hey fools, understand the question. The question is "Data
is passed from one active trans and one passive trans
into a passive transformation.Is the mapping valid or
invalid?"
The answer is: Mapping is invalid. We can never connect a
data from Active and passive transformation TO A PASSIVE
TRANSFORMATION (Coming from different pipelines, we should
take the question in this way). Can you connect output of a
joiner and Expression to an expression transformation
(where output of joiner and expression coming from
different pipelines).
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / jhilam roy
The answer is conditional.
1. If both the active and passive transformations belong to
the same pipeline, then the answer is VALID. Example: see
SCD mappings.
2. On the other hand, if the active and the passive
transformation belong to two different pipelines, then the
answer is INVALID. Example: you can try it on your own and
cross-check the correctness of the answer.
Hope, this clarifies any doubt.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / venkat
hey maha guru ur wrong.
let me see the scd example said by nanda exactly working.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / n.srinivasan
Its valid only
If any one feel INVALID please give me your explanation
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / yadav
we cant connect one active and one passive in a same pipeline.
but in the case of seq genarator t/r it can possible.
b'coz seq generator doesnt have input port
Is This Answer Correct ? | 1 Yes | 0 No |
Why we use lookup transformations?
Can we combine a flatfile and a database table using an UNION transformation?
hi all when i am creating repository contents i am getting this error and not able to create contents please let me know wht may be the problem ORA-01031: insufficient privileges Database driver error... Function Name : executeDirect SQL Stmt : CREATE VIEW REP_DATABASE_DEFS AS SELECT DISTINCT DBDNAM DATABASE_NAME, SRCNAM DEF_SOURCE, SUBJ_NAME SUBJECT_AREA, NULL VERSION_ID, OPB_DBD.VERSION_NUMBER DATABASE_VERSION_NUMBER FROM OPB_DBD, OPB_SUBJECT, OPB_SRC WHERE OPB_DBD.SUBJ_ID = OPB_SUBJECT.SUBJ_ID AND OPB_SRC.DBDID = OPB_DBD.DBDID AND OPB_SRC.VERSION_NUMBER = OPB_DBD.VERSION_NUMBER AND OPB_SRC.IS_VISIBLE = 1 Oracle Fatal Error Database driver error... Function Name : ExecuteDirect Oracle Fatal Error Error occurred while creating the repository An error has occurred while creating contents. Dropping repository tables... Create Contents operation on repository [reposerv] ended at 01/02/2009 13:02:48. Elapsed time is 0:00:09.
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?
in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna
What is the main purpose of Unconnected lookup other than updating slowly changing dimensions? or In which case u use Unconnected lookup?
In EMP table, for those emp whose Hiredate is same, update their sal by "sal+500" or else for others keep the sal as it is, how to do it by SQL query
Explain why we use partitioning the session in informatica?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.
what is row level and column level indicator?
difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?