How can you change from reusable session into non-reusable
session.
Answers were Sorted based on User's Feedback
Answer / manasa
You can create a non-reusable transformation/session from a
reusable transformation/session in informatica. Select the
object (transformation/session/task) and drag it to the
workspace and just before leaving into the workspace hold
the ctrl key and then release the object
| Is This Answer Correct ? | 67 Yes | 11 No |
Answer / gajendra nagapurkar
Create a Session in Workflow Designer, then the session is
Non-reusable.
All the sessions you create in Task Developer are Reusable
Sessions.
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / amedela chandra sekhar
If u devlope the session in work flow manager that is
standlone session.that is not reusable first.we can't
achieve if you create session in work flow.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / koti
by developing the session in work flow manager we can
achieve this...
| Is This Answer Correct ? | 7 Yes | 16 No |
How mapping parameter and variable works
The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?
How can you increase the performance in joiner transformation?
I have a scenario like - how can i load 1st record to Trgt1,2nd->Trgt2, 3rd->Trgt3 and again the cycle has to repeat with loading 4th->Trgt1,5th->Trgt2,6th->Trgt3?
What the difference is between a database, a data warehouse and a data mart?
What is the benefit of session partitioning?
What is deployment group?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
What is galaxy shema
How you prepared reports for OLAP?
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
when load type is selected as bulk or normal in session level ?let me know the internal process and give me an example?