In a sequential batch can you run the session if previous
session fails?
Answers were Sorted based on User's Feedback
Answer / amedela chandra sekhar
YES.
BUT If U GIVE ANY CONDITION LIKE $SESSION1.STATUS=SUCCEEDED,
IF THE SESSION1 SUCCEEDED THEN IT WILL RUN SESSION2 ,SUPPOSE SESSION1 FAILED THEN IT CAN'T RUN THE SESSION 2.
above example: if the session1 failed it can't run another session.if u can't give any condition it will run second session.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / seshagiri k
Yes. By setting the option always runs the session
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / satya
YES ,THIS CAN BE OBTAINED BY SETTING SESSION TO ALWAYS RUN EVEN PREVIOUS SESSION FAILURE
| Is This Answer Correct ? | 2 Yes | 0 No |
2,if we have 3 pipeline containing 3 targets and each target is connected with diff sequence generator ,let us assume first target is populated with seq no1-9,so what would be the number generated by other two sequence generator?what is the diff in o/p if when we use reusable sequence generator?what would be the diff if we place expression in between target and sequence generator?
What is a stored procedure transformation?
What are the main features of Oracle 8i with context to datawarehouse?
What are the different types of Type2 dimension maping?
What is difference between Informatica 6.2 Workflow and Informatica Workflow 7.1
how to join the 2 different table with different columns in informatica?
delete data from staging table as it loads to target table.here is the case we are getting data from 3 different server.a b and c.the data from server A loaded into staging table and we ran the task and data loaded to target table.now today data from server B and C also got loaded to the staging table.now what techniques and what transformations should be used to delete only the data which has been loaded only to the target.we need to delete only that data from staging which has been loaded into the target.looking for your responses
What are variable ports and list two situations when they can be used?
I am having source ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI Target ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI If a new record coming from source from same location it should directly go to specified location in target at begining EX:if Eno with 4 coming from same Pune, It should directly load into the Pune location col with '|' symbol. Help me its very urgent
Explain lookup transformation in informatica
What is pmcmd command?
What is Target Update Override? What is the Use ?