In pmcmd command we need to type -p:password. Will it be
visible to others who is having access to this file ?
Answers were Sorted based on User's Feedback
Answer / james
How can we secure this. With out changing script file
access permissions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / moorthy g
NO. It is not visible
For Example:
$PMDIR/pmcmd startworkflow -s ${PMSERVER} -u ${PMUSER} -p
${PMLOSEN} -f EMPSAL -wait wf_s_m_emp_sal_detail
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pavan
Yes the password will be visible, if some one has read access to that file.
We can secure the original password by using the -pv option and by encrypting the password using pmpasswd utility of informatica..
so we will get encrypted password using pmpasswd utility and use that encrypted password in pmcmd with -pv option.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different components of powercenter?
How will you check the bottle necks in informatica? From where do you start checking?
Hi, I have one scenario.. i want to insert 4 times (Duplicate) a row in the target. Please help me . source row: abcabc Tgt table: abcabc abcabc abcabc abcabc
How to load the source table into flat file target(with columns) in informatica?
What is facttable granularity?
If source is having 5000 rows,and if you want to load data into 500 rows to target,if the session runs successfully,how can you verify the target if the rows are successfully loaded or not.
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
How do you handle two sessions in Informatica
Differentiate between Load Manager and DTM?
How to generate or load values in to the target table based on a column value using informatica etl tool.
i have a wf like wf-->s1-->s2-->s3-->s4 first start s1 later s2 later s3 here my session s3 have to run 3 times later start s4?
how we can update a target table without update strategy and update override?