I have 5 sessions s1,s2,s3,s4 & s5 and i want execute
s1,s2,s3,s5 after s4. How?

Answer Posted / prakash

Create s1,s2,s3,s5 in a maplet and call this maplet in the
workflow,create s5 in the wokflow and link it after the
maplet,and in the maplet link check for the status
succedded.

once the maplet is succeded then the s4 session will be
executed.

Thanks,
Prakash

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

where to store informatica rejected data?

690


What does refresh system mean, and what are its distinctive choice?

578


Define Pmrep command?

646


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

1566


What is xml source qualifier transformation in informatica?

722






what is INFORMATICA TESTING process

1851


how we can load rejected record's at run time?(not through bad files)

1915


How can you increase the performance in joiner transformation?

717


According to his methodology what all you need before you build a datawarehouse

1193


Explain the types of transformations?

607


lookup transformation with screenshots

3563


What are Dimensional table?

628


Explain Dataware house architecture .how data flow from intial to end?

2134


Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.

1850


Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM

3459