Updated at: August 19, 2017
my usage script export_infa.sh
pmrep connect -r RS_PMS_SIT -d Domain_PMSBISA1 -n Administrator -x Administrator
pmrep objectimport -i wf_ZKF_SIT_STAFFINFO.XML -c test.xml -l wf.log(用于导入指定文件)
pmrep objectexport -n wf_name -o workflow -f folder_name -s -b -r -u exportfilename
#-s -b -r:这三个参数可以使导出的workflow中包含所有map的信息
pmrep createconnection -s Type -n Connectionname -u user -p password -c ConnectString -l CodePage
(Type=oracle ConnectionName=Source/Target_Connection CodePage=UTF-8 其余为数据库连接方式)