Export Informatica Objects using shell script

Export Informatica Objects using shell script


Exporting Informatica Objects from Informatica repository using shell script is not a complex one. It is very easy if you understand the functionality of certain commands likepmrep connect and pmrep ObjectExport.
pmrep connect is used to connect to a Informatica repository.
pmrep ObjectExport is used to export Objects from Informatica repository.
Code to connect to Informatica Server:
pmrep connect -r <<repo-name>> -d <<domain-name>>-n <<infa_user>> -x <<infa_pwd>>
code to Export Informatica Objects :
pmrep ObjectExport -n ${soure_infa} -o workflow -m -s -b -r  -f ${folder} -u ${tgt_infa}

Comments

  1. Execellent ! I am truly impressed that there is so much about this subject that has been revealed and you did it so nicely informatica training in hyderabad

    ReplyDelete
  2. Useful Information :

    Looking for the Best [url= Digital Marketing in Vijayawada ][/url] , We provide training on live projects, internship, Flexible Classes, Free Demo @ praiseads.com

    ReplyDelete

Post a Comment

HTML/JAVASCRIPT

Popular posts from this blog

Teradata SQL Assistant Shortcuts

How to List All Tables in Oracle, MySql, Teradata, DB2 and PostgreSQL