Session S1, S2, and S3. In the session S3 I want to load every
Saturday. How it is possible?
Answers were Sorted based on User's Feedback
Answer / priyank
Hi,
We can use,
S1 --> S2 --> DECISION Task --> S3
CMD1 ------->
We will connect S2 and CMD1 to the DECISION Task. In CMD1,
we can give a unix script to check for current day and if
the day is not Saturday, then fail the command task.
In the DECISION task, we will give a condition,
S2.Status=Succeeded and CMD1.Status=Succeeded, then proceed
to S3.
Though I have given this solution, need to check on any
other more efficient method to achieve the given
situation.Will appreciate anyone coming up with a more
efficient solution.
Hope the above solution helps.
Thanks.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / anindita
I would change the link condition from S2 --> s3.
I'll format the Sysdate to return 'DAY' and then check if that is equal to Saturday, if that is true link condition is true else false.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is index?how it can work in informatica
how many types transformations supported by sortedinput?
How will you update the row without using update statergy?
suppose i have 1000 records and i want to load half of the record in target 1 and half in target2.how u'll do?
What is the Difference between DSS & OLTP?
How many number of sessions can one group in batches?
What is a parameter When and where do you them when does the value will be created
What is sql query override? When did u use sql query override?
How to extract original records at one target & Duplicate records at one target? {with out using EXPRESION transformation and sequence generator transformation?}<-this is important
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
what is incremantal aggregation?
Under which circumstances, informatica server creates reject files?