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 to recover the standalone session?
Is stop and abort are same in informatica?
what type of documents you receiving from client later wt can you do? what type of documents have to prepare?
Input is like 1 1 1 2 2 3 and out put should be 1 2 3 How can u acheive using rank transformation ??
I HAVE 10 records in source. I want to store i record in target 1, second record in target 2, third record in target 3, 4 th record again in target 11, 5th again in target 2, 6th again in target3 etc.... how it is possible?
Differnce between filter and router?
HOW CAN I SEND HALF OF THE RECORDS TO ONE TARGET AND REMAINING TO OTHER TARGET?
What r the type of indexes u generally used in informatica?
Explian the connected and unconnected lookup transformation
What are the new features of informatica 9.x at the developer level?
how to load dimension table and fact table. plz tell me the steps.
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?