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 |
In incremental loading using Mapping variable if session failed with any of reason in the middle of process. is the Mapping variable remains constant or change?
How to fix the etl bugs..Tell me the process?
Why we use partitioning the session in informatica?
Dovelopment work (mapings,workflows)and unit testing also done in informatica ,then wt we do ? pls give me detail?
how many ways can we implement SCD2?
can we use mapplet as starting n ending object in mapping
update strategy transformation in informatica
Explain the types of lookup transformation?
Target increases every day even though no new record was inserted
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
How will you update the row without using update statergy?
Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?