We have some SSIS packages and SQL agent job to run these packages.
one of the developer created the packages and she tried to run it, then get the following message.
No-Sysadmins have been denied permission to run DTS exectution job steps without a proxy account.
The job was run using SQL agent service account.
So I use the same SQL service account ( the reason is so far we only have this service account to be used), and created a credential and a proxy account and granted permission to SQl service etc. And modify the job using proxy account
Then the developer ran it again, he got error: cannot open a database ... by requested login, login failed.
I supposed this proxy account since it is also SQL service account, it should have all permissions on the local databases, but for some reason it no longer so.
Is it because once it is setup as a proxy account, it lost all sysadmin permissions to the local db?
Thanks
one of the developer created the packages and she tried to run it, then get the following message.
No-Sysadmins have been denied permission to run DTS exectution job steps without a proxy account.
The job was run using SQL agent service account.
So I use the same SQL service account ( the reason is so far we only have this service account to be used), and created a credential and a proxy account and granted permission to SQl service etc. And modify the job using proxy account
Then the developer ran it again, he got error: cannot open a database ... by requested login, login failed.
I supposed this proxy account since it is also SQL service account, it should have all permissions on the local databases, but for some reason it no longer so.
Is it because once it is setup as a proxy account, it lost all sysadmin permissions to the local db?
Thanks
SQLFriend