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 |
Explain the different dimensions.
what are the difference between Informatica 7.1 and 8.1?
What is the difference between Bitmap and Btree index?
What is joiner transformation?
i have source like this ID 1 2 3 4 sal 1000 2000 3000 4000 and how to load target like this o_sal 1000 3000 6000 10000 can you plz give a sol using informatica
How to join three sources using joiner?
Which is the t/r that builts only single cache memory?
What is a command that used to run a batch?
What are pre and post-session shell commands?
source table A having 100000 records. and target B table having 100000 records. now iam updating B records using update query. i don't know which record is update in target. write a sql query get all updated records from target table B.
Can any one describe what is audit table briefly?how does it look like and what are the columns in it?
How do you update the records with or without using update strategy?