Hi,
I am not sure how this account login error coming out.
I have configured the brand new server for dedicated ETL process with the service account as Microsoft virtual account NT Service\MSSQLSERVER and Sql AGENT ACCOUNT is NT SERVICE\SQLSERVERAGENT.
We have created SSIS package on ETL server and which is executing and inserting data into DW1 Server.
When i am running the SSIS package manually then i am getting following error:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided(in DW server Error log)
Then I have created Agent job and made owner as 'DOM\ETL01' then i am getting following error:
Login failed for user 'DOM\ETL01$'. Reason: Could not find a login matching the name provided (in DW server Error log)
I also changed Job owner as 'SA', still same error
I have also tried to...