Click here to Skip to main content
16,019,018 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when we are trying to connect the link server to complete the job i am getting the below mentioned error

NT AUTHORITY\SYSTEM. Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. [SQLSTATE 28000] (Error 18456). The step failed.

Please help me for the issue

Thanks in advance

Pratham
Posted

1 solution

Basically you're not defining the credentials or they are not accepted by the target server so anonymous logon is trying to be used.

Have a look at this blog post, it explains different scenarious quite thoroughly: http://blogs.msdn.com/b/sql_protocols/archive/2006/08/10/694657.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900