Deployed SSIS Package in SQL got error when execute

jn93 671 Reputation points
2022-08-11T08:24:44.617+00:00

Hi All,

I have deployed one ssis package in SQL. It was running fine when execute in visual studio but got error NT AUTHORITY\ANONYMOUS LOGON when execute in SQL Server management studio. The SSIS package contain the copy of table from one server(A) to another server(B). I have only encounter this issue when I connect OLE DB source from another server(B) which I have only public server role for this server (B) and read access&public access from the DB source(in server B). Can anybody help to resolve this error?

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

Accepted answer
  1. Avery Tang 161 Reputation points
    2022-08-11T08:36:05.807+00:00

    Hi @jn93 ,

    Is there any error message?

    From your description, it seems like a permission issue.

    Try to use proxy account to run the package in SQL, remember to give the account full permission to access the DB server.

    running-a-ssis-package-from-sql-server-agent-using-a-proxy-account


1 additional answer

Sort by: Most helpful
  1. jn93 671 Reputation points
    2022-08-11T10:25:07.33+00:00

    Hi @Avery Tang
    Now I can successfully run using SQL server agent by using proxy I created like you recommend. I create proxy account in the deployed sql server.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.