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 |
What are the transformations that are not supported in mapplet?
Sequence generator, when you move from develoment to production how will you reset
what are the different types of transformation available in informatica. And what are the mostly used ones among them?
What is the meaning of decode in informatica?
two tables from two different databases r there . both having same structure but different data . how to compare these two tables ?
How to load the data from a flat file into the target where the source flat file name changes daily?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
0 Answers Cap Gemini, Cognizant,
How does a rank transform differ from aggregator transform functions max and min?
how can u avoid duplicate rows in flat file?
Why we use stored procedure transformation?
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
In which transformation you cannot drag ports into it?