The SSIS package executed fine with no errors in Visual Studio but the job failed in SQL Management Studio with Description: "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON." In the SSIS package, the OLE DB connection does not use the anonymous
user. So, why is in the Management Studio job, it's saying the anonymous user logon was used?
↧