documentum 后台客户化method 接收da配置参数的方法

     documentum job develop guide see the attachment(MethodServer_DevTools_Whitepaper.pdf),which I want to explain here is how to get the parameters from da  job parameter configuration.

 

Detail discriptoin:

 

If the server passes the standard arguments, it does not pass the method any arguments
defined in the job’s method_arguments attribute. The method must use the job ID
passed as a standard argument to obtain the argument values defined in the job’s
method_arguments attribute.
If pass_standard_arguments is set to F, the server passes the method the argument
values found in the job’s method_arguments attribute, but does not pass the standard
arguments.
The default for pass_standard_arguments is F.

 

argument example:         -myargument argumentvalue

 

notes:

 

 6.5 sp2 da method setting don't have "run as server" select checkbox,so you should set the value by dql.

 

for example

update dm_method object set run_as_server=true where  object_name =''

你可能感兴趣的:(F#)