How to display session logs based upon particular dates. If
I want to display session logs for 1 week from a particular
date how can I do it without using unix. ?
No Answer is Posted For this Question
Be the First to Post Answer
Can we schedule a workflow(not a session) to run after completition of another workflow? Can we make a workflow depend on completition of another one?
How to join three sources using joiner?
in realtime which situations u can use unconnected lookup transformation
What differs when we choose the sorted input for aggregator transformation?
Can anyone give some input on "Additional Concurrent Pipelines for Lookup Cache Creation" ? I know that this property is used to build caches in a mapping concurently. But which values should I set into this ( i.e. 1 or 2 or 3 or something else ) for concurrent cache building ?
What are the reusable transformations?
What is substr in informatica?
In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the three dimensions by using one sequence generator is possible?If the mapping is containing single flow? And in the same case if the mapping is contaning 3 flows for the three dimensions then by using one sequence generator can we populate surrogate key (same value) to all the three dimensions?
if i have a delimited file as source so how can we seperate this file into three diff targets?
What all are steps in up gradation of Informatica server?
How to load a Dimension ? and how to load a fact table?
I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE