Could not obtain information about Windows NT group user

后端 未结 9 919
一生所求
一生所求 2020-12-30 19:24

I am creating a SQL Server Replication using a script. When I try to execute

The job failed. Unable to determine if the owner (STAR\\moorer7) of job L3BPT2M-

9条回答
  •  攒了一身酷
    2020-12-30 19:45

    I just got this error and it turns out my AD administrator deleted the service account used by EVERY SQL Server instance in the entire company. Thank goodness AD has its own recycle bin.

    See if you can run the Active Directory Users and Computers utility (%SystemRoot%\system32\dsa.msc), and check to make sure the account you are relying on still exists.

提交回复
热议问题