I have an ssis script that is executed from a sql agent job. But it fails on a step that connects to another server. If I manually execute the ssis script from visual studio it runs fine. But when I run it from the sql agent job it fails.
Since my user id has rights on both servers, I thought that I should at least try to run the sql agent job under my user id. But the only run as option I have in the sql agent job is 'sql server agent service account'. I would appreciate any advise
on how to get this working
↧