If there are 3 workflows are running
and if 1st workflow fails then how could we start 2nd workflow or
if 2nd workflow fails how could we start 3rd workflow?
Answer Posted / maruthi
IF THEY ARE CONNECTED IN SEQUENTIAL BATCH THEN WE CAN GO FOR "START FROM TASK" OPTION OR IF CONNECTED IN PARALLEL OR CONCURRENT BATCH THEN NO NEED OF ANYTHING AS EVERY THING GETS TRIGGERED AT THE SAME TIME.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
how to load rows into fact table in data warehouse
whats the logic to load the lower level of granularity of data to fact table.
Where are the source flat files kept before running the session?
In development project what is the process to follow for an etl developer from day1
Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?
what is the size of your data warehousing?
What is a code page?
Explain why we use partitioning the session in informatica?
differences between service based and product based?
SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
What is a surrogate key?
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
how we can load rejected record's at run time?(not through bad files)
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?