what are the reusable tasks in informatica ?
Answers were Sorted based on User's Feedback
Answer / swapna reddy
whatever the tasks we develop in task developer, are the
reusables
| Is This Answer Correct ? | 33 Yes | 7 No |
Answer / abhilash
Shasi and swapna both are correct.because
these three task only we can develope in task developer
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / c mahesh
create onces used multiful times is known as reusable tasks
i.e
1.session task
2.command task
3.email task
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ramesh
Session task,
E-mail task,
Command task,
Worklet
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / thirumal
Create reusable sessions in the Task Developer. When you
create a reusable session, you can use it in multiple
workflows.
example :Session Task,
Email Task,
Command Task
Create non-reusable sessions in the Workflow Designer. When
you create a non-reusable session, you can use it only in
that workflow.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / usha
reusable tasks means the task that is created in task
developer is called reusable tasks.
The task that created in wf designer that is non reusable
teask.
| Is This Answer Correct ? | 3 Yes | 4 No |
What is the different lookup cache(s)?
How to delete first 3 rows & last 3 rows in target table in informatica
What is the difference between informatica 7.0 and 8.0?
what is threshold error in informatica?
How do you use reject loader.
how to insert header after each group.
What is the Difference between sorter and aggregator?
Can we create multiple integration service on single repository?
hi,there is a scenario like. there are three columns empid,salmonth, sal contains the values 101,jan,1000 101 feb 1000 like twelve rows are there then my required out put is like contains 13 columns empid jan feb marc.......dec and the velues are 101 1000 1000 1000 like this . thank you
how to we create datamart?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?
In aggregator transformation, I sort the data before aggregator and select sorted port but still I’m getting an error. What is that error?