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 |
how can we load 365 flat file to a single fact table (target) as a history load in single mapping?
wt is Dynamic lookup Transformation? when we use?how we use?
what are 3 tech challenges/ common issues you face?
Define filter transformation?
What is partioning?how many types of partinings are there
where to select code page option?
lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?
While migrating the data from one environment to another environment how would you manage the connections?
What is hash partition?
What is workflow monitor?
in flatfile target how can u create header and footer plese give me the comands how will u write in session properties
Stage is which type of load is it a full load or incremental load Please let me know in detail with best example