Wednesday, June 20, 2012

How to find Sources and Targets of a Session

Please use below steps to find out source and target of a session using pmrep commands.

  1. Connect to Linux Server and log in to bin folder ($INFA_HOME/Server/bin)
  2. Connect to Repository, using below command
    pmrep connect -r <REPO NAME> -d <DOMAIN NAME> -n <USER> -x <PWD>
  3. Fetch Source tables of the session
    pmrep listtablesbysess -f <Folder Name> -s <Session Name> -t source
  4. Fetch Target tables of the session
    pmrep listtablesbysess -f <Folder Name> -s <Session Name> -t target

No comments:

Post a Comment