Ultimately I am running this item as an SQL job:
-SQL 2012 patched
-Visual Studio 2012 w/ Business Intelligence
-package is created in VS and then updated to the Package Deployment Model
-VS deploys the package to SQL, no parameters are given
Problem: The package seems to be running under the SQL Agent account (NT Authority.....) as per the logs showing failure . It works locally if in the package I set the connection to "localhost" but if I use the IP of the server is fails.
If I try and run it against a remote SQL server it fails stating the account is not from a trusted domain (again this points to credentials not being passed)
:
I ran this as a job using a proxy account and am still experiencing the same error.
I used my domain account which is equivalent to SA and was created on server installation.
I created credentials (there is a little lock symbol?) and then the Proxy accounts:
I have done this before in SQL 2008 without issue but this is a new server installation of 2012.
help?