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 |
Hi, Steps for upgrading from informatica 7x to 9x or the link which will help me to upgrade from informatica 7 to 9. Regards, Eva
What are Dimensions and various types of Dimensions?
How do you avoid duplicate records with out using source qualifier,expression,aggrigator,sorter and lookup transformations ?
why cant we put a sequence generator or upd strategy transformation before joiner transformation?
we have 30 wf with 3 batches means 1batch=10 wf 2 batch=10-20 wf 3batch=20-30wf through unix First you have to complete batch ofter second batch have to run how can you do in unix?
tell me 7.x and 8.x diferrencess(but not transformations)
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
There are 4 flat files with number of records as indicated below. Which files should be picked first for joining using joiners so as to get best performance. File A - 1000 records File B - 100 records File c - 10000 records File D - 10 records Please explain. Thanks and Regards,
What is the command used to run a batch?
What are events in workflow manager?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
normalizer transformation