What is a command that used to run a batch?
Answers were Sorted based on User's Feedback
Answer / vijay
pmcmd is a command line programme. this can be used to stop
,run and abort the session.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / janardhanreddy
1)pmcmd startworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name
2)pmcmd stopworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name
3)pmcmd startask -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name -startfrom task-name
4)pmcmd stoptask -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name task-name
5)pmcmd aborttask -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name task-name
Is This Answer Correct ? | 0 Yes | 0 No |
SO many times i saw "$PM parser error " .what is meant by PM?
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.
What is the scenario which compels informatica server to reject files?
Parameter and variable differences
In Real Time what are the scenarios u faced, what r the tough situations u have overcome, and explain about sessions.
2 Answers Cap Gemini, CTS, TCS, Tech Mahindra, Wipro,
What are the tuning techniques you applied during your last project
what is the function of 'F10' informatica ?
Explain the tuning lookup transformation - informatica
What is option by which we can run all the sessions in a batch simultaneously?
What is a repository? And how to add it in an informatica client?
What is difference between Informatica 6.2 Workflow and Informatica Workflow 7.1
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?