I have some file processing SSIS package jobs running under SQL proxy. If I run them with myself as the proxy, everything is fine, but once I proxy a different account, no matter what permissions I gave, it would fail. After a lot of digging, I found the following at the link https://support.microsoft.com/en-us/kb/918760:"....Reasons that the package may have failed are as follows: The user account that is used to run the package under SQL Server Agent differs from the original package author..."Do you have to run the package as the [b]original author[/b]? Unless I'm missing something here, it doesn't make any sense to me. What if the author has left the company? What if the author should only have access to dev env and the package has to run in the production env? Thanks for your input.
↧