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 |
How or for what purpose look up transformation would be useful in Sales or Banking Project? Please reply!
What is data movement mode in Informatica and difference between them?
What is a grid in Informatica?
how much memory (size) occupied by a session at runtime
Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?
I have a source as flat file and having data like ""TCS"MUMBAI" and i want output like TCS MUMBAI,the length of the data in the rows is variable.how can you fix it?
Is it possible to define a single node as a Gateway node as well as worker node?
How will u pas the data with out debugger?
If we use sorted ports in aggregator transformation and somehow records are not in order by format so what will happen,session fails or it succeeded with incorrect data?
Hi, This is Ranadheer. How to load fact tables using dimeension tables. Please anyone give me a answer with example. Thanks in Advance.
What did you do in source pre load stored procedure
By using joiner t/r we can join only 2 tables, SO if want join more than 2 flat files ,How can i join?