I have a package that is running in Visual Studio under my credentials and it runs just fine. I just deployed it to the 2016 server for the first time. It’s a brand new 2016 server, so I’m not sure if it’s configured correctly. We’re upgrading for 2008 R2 and I know what then I manually run a package on 2008 it runs under my credentials, but here it does not seem to be. It fails to connect to my data source. I have it set up to use Environment variables for the Server Name, but when I go to the Connection String I see this: “Data Source=ABC-DEF-G-1;Initial Catalog=my_database_name;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;Application Name=SSIS-Import LAR Data-{462C63A7-947C-4B07-A57F-BDDE833AC098} ABC-DEF-G-1.my_database_name;”
I have the references set to my Environment, but I don’t know if there is something else I need to do to make sure that it’s running under the right login since I’m getting the “NT AUTHORITY\ANONYMOUS LOGON” error.
Please help.
Thanks,
E