I want to run a workflow which consist of 3 sessions. But
wat my question is. 1st session should run on DB1if the
first session is successful then 2 session should run on
db2 and 3rd session should run on DB3 envronments. i want 3
different wf logs. it shoul not override on one log?
Answer / pooja
HI ALL,
CHANGE THE CONNECTION IN THE SESSION PROPERITES AND THE
WKFLOW MANGER USE DECSION TASK OR LINK CONDITION TO SPECFI
THAT IF 1ST SESSION RUN SUCCESSFUL THEN EXCUTE THE NEXT TASK
N CMING TO DIFFERENT WF LOG .
IN SESSION PROPERTIES YOU CHANGES THE SESSION LOG NAME AND
DIR... SO FOR EACH SESSION CHANNGE THE SESSION LOG NAME N
DIR......
| Is This Answer Correct ? | 7 Yes | 0 No |
Normalizer transformation is not involved in Mapplet.. why???
difference between repository database and repository service?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
what is difference between dimention table and fact table?
There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?
i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow
What is power center repository?
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .
If the values in a row are 1,2,3,3,4,,4,5 then how a rank transformation can rank these values
what is the monster dimension plz give me one example
What is rank transform?
what is surrogatekey ? In ur project in which situation u has used ? explain with example ?