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 |
suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping?how
How to create a non-reusable instance of reusable transformations?
My i/p is like below 1,2,3,4,5,6,7,8,9,10....100 I want that to be populated in two o/p as below o/p-1: 10,20,30,40,50,60,70,90... o/p-2: 11,21,31,41,51,61,71,81,91.... How to do it in ingotmatica...
Which one is better performance wise connected/un-connected lkp?why?
What is sq transformation?
What is polling?
How to identify this row for insert and this row for update in dynamic lookup cache
What are active transformations.
write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6
What are limitations of joiner transformation?
disable caching in a lookup transformation?
Explain the difference between mapping parameter and mapping variable?