automation of Informatica jobs using Unix

1.How will you do automation of Informatica jobs using Unix ?

  1. How u run workflow from Unix? :slight_smile:

what are 'Informatica jobs' ? (or 'workflow' a programm i guess ? )
to do automations you need some kind a commandline tool rest is easy. GUI-only application are very hard to automate basicly storing your mouse movements. threre are some X utilities that are
used for testing that can do that-

about 1. what kind of jobs do you want to automate

2 --> you can used the following command

pmcmd startworkflow -sv $inf_server -d $inf_domain -u $inf_user -p $inf_pwd -f $wf_folder -wait $wf_name