If in a workflow i have n number of sessions and each
session is configured with different different stop on
errors (say 5,8,10 etc respectively).How can make all this
same for all the sessions with out actualy touching each
and evry session ?
Answer / lvpr
we have a variable $PMSessionErrorThreshold, in session
properties - config object for stop on errors paramterize
it to $PMSessionErrorThreshold.
If you want to change valuve, then change it in parameter
file with out editing workflow or session
hope this helps...correct me if i am wrong.
| Is This Answer Correct ? | 5 Yes | 0 No |
what is mean by grouping of condition column in lookup transformation?
Hi All, I have three question. 1) How to remove the header and footer in a flat file in informatica? 2)How to load the first and last record of flat file into the target? 3)I have a Input and Output table. Input Name Salaray Month A 100 Jan A 200 Feb A 300 March B 400 April B 500 May B 600 June Output Name Salaray Month A 100 Jan A 300 Feb A 600 March B 400 April B 900 May B 1500 June How to implement and get the ouput as mentioned above. If Possible kindly provide the SQL query also. Kindly any one help to implement this concept. Thanks, Pradeep
What is A cache?
Could any one to tell How to use the Oracle Analytic functions in Informatica?
how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
what is degenerated dimension?
Is it possible to create multiple domains on a single Informatica server?
what is data driven in informatica
Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000. Then how does the data get committed in the lookup if there were only 100 roows read from the src and the dynamic lookup dint have the 100th row in it?
What is joiner transformation?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort