是否有 dql 命令可以查找文档库所有者名称?
或者有没有办法指定哪个用户用于执行 dm_job?
Alternatively is there a way to specify what user is used to execute a dm_job?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
或者有没有办法指定哪个用户用于执行 dm_job?
Alternatively is there a way to specify what user is used to execute a dm_job?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
DQL 获取安装所有者
select r_install_owner from dm_server_config
在作业属性中,选中“传递标准参数”,启动用户将传递给作业方法。例如,请参阅作业 dm_GwmTask_Alert 及其文件
$DM_HOME$\bin\dm_gwm_jobs.ebs
DQL to get install owner
select r_install_owner from dm_server_config
In Job properties, check "Pass standard arguments", and the launch user will be passed to the Jobs method. For example see Job dm_GwmTask_Alert and its file
$DM_HOME$\bin\dm_gwm_jobs.ebs
回答最初的问题“是否有 dql 命令可以查找文档库所有者名称?”
要查找文档库所有者名称:
To answer the initial question "Is there a dql command to find out the docbase owner name?"
To find out the docbase owner name: