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 |
I have the source like col1 col2 a l b p a m a n b q x y How to get the target data like below col1 col2 a l,m,n b p,q x y
What is resilience time?
If a session fails after loading of 10,000 records in to the target.How can you load the records from 10001?
Repository user profiles
Design a mapping to load a target table with the following values from the above source?
What did you do in source pre load stored procedure
In update strategy target table or flat file which gives more performance ? why?
How can yoU improve session performance in aggregator transformation?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
explain abt joiner t/r?
What is repository manager?
State the limitations where we cannot use joiner in the mapping pipeline?