what are the unix commands to start the wrk flow ?
Answers were Sorted based on User's Feedback
Answer / chandra
pmcmd startworkflow -service ${INFA_SERVICE} -domain
${INFA_DOMAIN} -uv xxx_PMCMD_ID -pv PSWD -folder
${ETLFolder} -wait ${ETLWorkflow} \
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / gyana ranjan behera
to start workflow in dos mode or unix mode there is one command that is PMCMD
SYNTAX
PMCMD:>CONNECT -sv servicename -d domain_name -u username -p password;(it will connect you with integration service)
then
PMCMD:>STRATWORKFLOW -f folder_name workflow_name
try it...i already tried and tested it...thanks for ur responce..if any new question pls send it to me...
gyana.behera@gmail.com
i am trying a job in informatica..so please share the questions
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a predefined event?
What is the commit type if you have a transaction control transformation in the mapping?
Explain about Recovering sessions?
how to call lookup qualifer in unconnected look;up
What are the phases in SDLC?
Suppose we have a (assume relational) source table Product_Id Month Sales 1 Jan x 1 Feb x . . . . . . 1 Dec x 2 Jan x 2 Feb x . . . . . . 2 Dec x 3 Jan x 3 Feb x . . . . . . 3 Dec x . . . . . . and so on. Assume that there could be any number of product keys and for each product key the sales figures (denoted by 'x' are stored for each of the 12 months from Jan to Dec). So we want the result in the target table in the following form. Product_id Jan Feb March.. Dec 1 x x x x 2 x x x x 3 x x x x . . So how will you design the ETL mapping for this case , explain in temrs of transformations.
what is diff between IN and EXIT commands
Explian the connected and unconnected lookup transformation
What are set operators in Oracle
Explain what are the different types of transformation available in informatica.
Why we need XMLs?
Is it possible to create multiple domains on a single Informatica server?