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 |
how to get max value record into one target and remaining records into another target?
Can we create multiple integration service on single repository?
which transformation uses cache?
Please let me know how to make Data masking in informatica..
Dovelopment work (mapings,workflows)and unit testing also done in informatica ,then wt we do ? pls give me detail?
Explain lookup transformation source types in informatica
i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table. can any tell me procedure.
If the values in a row are 1,2,3,3,4,,4,5 then how a rank transformation can rank these values
my source like dis 10,asd,2000 10,asd,2000 10,asd,2000 20,dsf,3000 20,dsf,3000 20,dsf,3000 like dis and my requirement is first record is inserted into first target and duplicates of first record is inserted into second target ...like dis way ...? how to achieve dis?
What the difference is between a database, a data warehouse and a data mart?
The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?
what transformations are used for Variable port?