how i will stop my workflow after 10 errors
Answer / amedela chandra sekhar
sesseion level property error handling mention condition
stop on errors :10
| Is This Answer Correct ? | 17 Yes | 0 No |
What is an unconnected transformation?
whats the option in informatica 7 version is outdated in informatica 8 version onwards.
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
how we can do session partition in informatica any one explain me clearly? thanks advance.
Can any one describe what is audit table briefly?how does it look like and what are the columns in it?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
difference between informatica 8.1.1 and 8.6
why u go for dimensions ?
Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me
where does the default group roew in a router is stored what is the default size of memory in router
how to get the first row without using rank t/r?
I have source like col1,col2,col3,col4 and the values are like 3,6,1,7 1,5,3,8 2,1,5,6 i want the output like 3,6,7 5,3,8 2,5,6 How we will achieve in this scenario in informatica level. Please help me.. Thanks in advance..