how to run workflow in unix?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we update a record in the target table without using update strategy?

910


Partition, what happens if the specified key range is shorter and longer

2221


Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?

848


What is data movement mode in Informatica and difference between them?

857


rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg

1736


What are the components of workflow manager?

804


On which transformations you created partitions in your project?

982


What is the format of informatica objects in a repository?

812


Clarify the aggregator change?

781


Define joiner transformation?

809


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

826


What is domain and gateway node?

928


what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?

2043


Explian the Process of deployment groups in informatica

825


What is aggregator transformation in informatica?

738