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 |
What are the differences between joiner transformation and source qualifier transformation?
Which one is better performance wise connected/un-connected lkp?why?
If no. of source columns is changing every time (First time it is 10 next time it is 20 so on). How to deal with it without changing mapping?
4 yrs etl devloper roles and responsibilities?any body give solutions
how to get the data from the client machine and how to get server location data to client loction can any body explain to me
what r the values tht r passed between informatics server and stored procedure?
What is the need of etl tools?
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3
tell me 7.x and 8.x diferrencess(but not transformations)
What are the features of complex mapping?
In joiner, how to load Master table in Target?
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .