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 can we improve session performance in aggregator transformation?
In Flat file, I need Header, Footer and No of rows in Last column. How will u achieve in Mapping Level(With out using Session Level Property)?
8.what is mapplet ?give example?
write a query for how to eliminate the duplicate rows without using distinct?
Define pmcmd command?
with out using update strategy transnsformation how to update the data in mapping level
Define Update Override?
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
is it reqire primary key and foreign key relation ship to join relational databases?if yes? explain?
What is facttable granularity?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
State the limitations where we cannot use joiner in the mapping pipeline?