Sql – Could not obtain information about Windows NT group user

replicationsqlsql serversql-server-agent

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-Atlas-14 has server access (reason: Could not obtain information about Windows NT group/user 'STAR\moorer7', error code 0x5. [SQLSTATE 42000] (Error 15404)).

This is a job created by a script that defines replication.

How do I debug this?

Best Answer

Active Directory is refusing access to your SQL Agent. The Agent should be running under an account that is recognized by STAR domain controller.