To run pmrep commands you need to connect to repository first.
Make sure you have set environment variable INFA_HOME else you will get below error
Also, This error occurs while running pmrep connect from a directory other than $INFA_HOME/server/bin.
in your script navigate to the $INFA_HOME/server/bin directory using CD and then run the pmrep command
Failed to execute connect.
How to set INFA_HOME
echo %INFA_HOME%
set INFA_HOME=<Informatica_Home>
Connect to repository
Make sure you have set environment variable INFA_HOME else you will get below error
Also, This error occurs while running pmrep connect from a directory other than $INFA_HOME/server/bin.
in your script navigate to the $INFA_HOME/server/bin directory using CD and then run the pmrep command
Failed to execute connect.
How to set INFA_HOME
echo %INFA_HOME%
set INFA_HOME=<Informatica_Home>
Connect to repository
pmrep connect -r <repo Name-- Case Sensitive> -d <domain name- Case Sensitive> -n <user name> -x <pwd>
No comments:
Post a Comment