InterviewSolution
| 1. |
Pmrep And Pmcmd Command? |
|
Answer» pmrep and pmcmd commands are the command line interface to perform Informatica related task. These command s are USED most in form of scripts. Pmrep is used for all REPOSITORY related tasks. Pmcmd is used for Informatica monitor and server related tasks Eg: pmrep connect –r Repository_name –d Domain_name –n USERNAME –x password The above command connects to repository. Once connected you can create a folder in repository by below command Pmrep createfolder –f Foldername –o OwnerName Some of the pmcmd commands:
pmrep and pmcmd commands are the command line interface to perform Informatica related task. These command s are used most in form of scripts. Pmrep is used for all repository related tasks. Pmcmd is used for Informatica monitor and server related tasks Eg: pmrep connect –r Repository_name –d Domain_name –n Username –x password The above command connects to repository. Once connected you can create a folder in repository by below command Pmrep createfolder –f Foldername –o OwnerName Some of the pmcmd commands: |
|