how to run workflow in unix?
Answers were Sorted based on User's Feedback
Answer / swapna
To Run a Workflow in unix you can run it pmcd command
Syntax: pmcmd startworkflow -sv <server name> -d <domain
name> -u <user name> -p
<password> -f <folder name> <workflow name>
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / amedela chandra sekhar
Pmcmd start workflow –service
${INFA_SERVICE} -domain
${INFA_DOMAIN} -uv xxx_PMCMD_ID -pv PSWD -folder
${ETLFolder} -wait ${ETLWorkflow} \
Answer
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / karthik
$pmcmd is the command used to run workflow in UNIX environment.
pmcmd startworkflow -sv <server name> -d <domain
name> -u <user name> -p
<password> -f <folder name> <workflow name>
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / hi
pmcmd startworkflow -sv %servername% -d %domain name% -uv
username -pv password -f foldername -wait workflowname
| Is This Answer Correct ? | 4 Yes | 0 No |
Can we use different lookup tranformations for a same lookup table (lookup condition may or may not be same)with different output ports? How the cache files will be affected? Please clarify..
In any project how many mappings they will use(minimum)?
What is the need of etl tools?
without matching columns in two tables. how can you join
Hi Experts , Can you please help me regarding the below question How to remove first three rows and last three rows in informatica.. thanks and regards Natraj
in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna
Which are the different editions of informatica powercenter that are available?
How can u insert o ne row in the target if that row does not exists in the target and update if it exists
What is the meaning of decode in informatica?
I am having two tables,say table1 having cols Empid,firstname,lastname,middlename and table2 having Empid,firstname,lastname can i union them using Union t/f?
suppose my source is 101 a 1o1 b 101 c 101 d i want target like that 101 abcd how will u achive this please give me the answer
Q. source having mutile depatment of data, dept1, dept2 ....dept10 today. we have mutilple depts in source, we need to generate dept1, dept2 and multile files in target side. today we have 10 dept which have 10 files, tommorow we have only 4 dept and 4 files, dayafter tommorow we have only 6 all the number of files in the targete file directory it's always dynamic. how can acheive it.