【发布时间】:2010-11-17 02:25:15
【问题描述】:
我正在使用脚本创建 SQL Server 复制。当我尝试执行时
The job failed. Unable to determine if the owner (STAR\moorer7) of job L3BPT2M-Atlas-14 has server access (reason: Could not obtain information about Windows NT group/user 'STAR\moorer7', error code 0x5. [SQLSTATE 42000] (Error 15404)).
这是由定义复制的脚本创建的作业。
如何调试?
【问题讨论】:
-
我将工作属性中的所有者更改为“sa”,然后问题就解决了。
-
嘿。你 7 年前问过这个问题,今天它仍在帮助像我这样的人。
-
谁能告诉我为什么当工作或维护计划所有者在 AD 中并且 SQL 框上的管理员仍然会发生此错误?我总是必须恢复到 sa 帐户才能运行任何东西。
标签: sql sql-server replication sql-server-agent