pmcmd 调用workflow

来源:互联网 发布:java初学视频教程 编辑:程序博客网 时间:2024/05/29 16:40

建好mapping,和workflow,并且测试通过。最后所有调度都是用pmcmd来控制,下面只是一个简单的调用例子:

交互模式:

$ pwd
/soft/informatica/PowerCenter8.1.1/server/bin
$
$ pmcmd

Informatica(r) PMCMD
, version [8.1.1 SP1], build [661.0112], SOLARIS 64-bit
Copyright (c) Informatica Corporation 
1994 - 2007
All Rights Reserved
.

Invoked at Mon Nov 
05 16:40:31 2007

pmcmd
> connect -service IS_CBANK -d Domain_SPCNSUN02102 -u Administrator -p password
Connected to Integration Service
: [IS_CBANK].
pmcmd
> setfolder mapping_test_to_test
pmcmd
> startworkflow wf_test_scott
pmcmd
> 

命令模式:

 

$ pmcmd startworkflow -sv IS_CBANK -d Domain_SPCNSUN02102 -u Administrator -p password -f mapping_test_to_test wf_test_scott

Informatica(r) PMCMD
, version [8.1.1 SP1], build [661.0112], SOLARIS 64-bit
Copyright (c) Informatica Corporation 
1994 - 2007
All Rights Reserved
.

Invoked at Mon Nov 
05 17:37:23 2007

Connected to Integration Service
: [IS_CPIC-ING].
Starting workflow [wf_test_scott]
INFO
: Starting execution of workflow [wf_test_scott] in folder [mapping_test_to_test] last saved by user [Administrator].
Disconnecting from Integration Service

Completed at Mon Nov 
05 17:37:24 2007
$

 

Done.:)

 

原创粉丝点击