建好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.:)
发表于 @ 2007年11月05日 17:30:00 | 评论( loading... ) | 举报| 收藏