how can run the wf through pmcmd commend? write script?
Answers were Sorted based on User's Feedback
Answer / gazulas
pmcmd startworkflow -wait -sv $INF_SERVICE -d $INF_DOMAIN -uv INF_USER -pv INF_PSWD -f $2 $1 > $PMCMD_LOGS_DIR/${1}_$DATESTAMP.log
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ravi
pmcmd startworkflow -u ${infa_etl_user} -p ${infa_etl_passwd} -sv ${infa_etl_is} -d ${infa_etl_dom} -f ${folder_name} -paramfile ${parfile} -wait $workflowname
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you define user defied event?
In my sourse i have like ename,gender vasu,male geetha,female ram,male suma.female kesav,male in my output i need male,female vasu,geetha ram,suma kesav
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
Where are the source flat files kept before running the session?
what is parameter file?
what is unit testing?tell me proceedure
I am Unable to load the FixedWith FlatFile Into The Target.What Is The Reason. PLZ Help Me..
What is the difference between a shortcut of an object and copy of an object? Compare them.
How could we generate the sequence of key values without using sequence generator transformation in the target ??
12 Answers TCS, Tech Mahindra,
What is difference between partioning of relatonal target and partitioning of file targets?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
pmscmd startworkflow -sv <host name> -d <domain name> -u <user name> -p <password> -f <folder name> <workflow name> while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?