Can you start a session inside a batch individually?
Answers were Sorted based on User's Feedback
Answer / swetha
We can start our required session only in case of sequential
batch.in case of concurrent batch we cant do like this.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ashish
You can start the batch in 3 ways.
1. Open previous runs of the workflow inside workflow monitor and right click on session and select "Restart task". This will run the session.
2. You can also use pmcmd command in UNIX to run a session.
3. You can open the workflow in Workflow Manager and execute the session by right click on it. You can use this option only when the session is not inside any worklet. The session should be present in main workflow only.
Hope this helps..
| Is This Answer Correct ? | 0 Yes | 0 No |
How to generate or load values in to the target table based on a column value using informatica etl tool.
What are ETL Tools?
What are the circumstances that infromatica server results an unreciverable session?
Is LOAD MANAGER AND LOAD BALANCER same in informatica?
I have one source table and three target tables. When the session runs for the first time involving the mapping,i want that the loading should take place in 1st Target table only. The 2nd time the same session runs the loading should take place in 2nd Target only only and similarly when the session runs for the 3rd time loading should take place in Third only. And again when the session runs for the 4th time loading should take place in 1st Target table.
how many tasks are there in informatica ?
15 Answers DELL, iGate, TCS,
Hi gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance....
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
What is the function of union transformation?
My source has 100 records. I have targets say in number 5. all target tables has parent and child relationships in between themselves. Now I want to load all 100 records into all targets. How U can ensure that record inserted in parent and then loaded into child.
I have done MBA in 2008. i got job as business analyst in 2008 january through consultany. but after 3 months they are giving training Informatica developer. now iam continuing this job. my question is when iam going to interview HR people ask me many times like this " YOU ARE MBA GRADUATE. HOW YOU ARE SELECT THIS POSTION. IAM EXPLAINING WHAT I HAVE MENTION ABOVE". PLEASE TELL HOW IAM TELLING THIS QUESTION ANSWER.
My source is EmpID, Salary- (101, 1000)(102, 2000)(103, 3000). In the Target I want the following EmpID, Salary, Composite_Salary- (101, 1000, 1000)(102, 2000, 3000)(103, 3000, 6000). Please guide on how to build the mapping.