开发者

SQL Agent Run SSIS package as Administrator

I'm trying to run a SQL Agent Job with a step that is a SSIS File, and I need this step to be run as administrator.

My Package uses a Script task to download a file, as a Browser i Use WATIN.

I'm using a thread to start this browser because this browser control requires the thread to be set as Single-Threaded Apartment.

This browser control is requiring to be run as administrator.

I've already created a Credential for a user that is Windows Admin, a Proxy SSIS account. (SQL Agent user is not windows开发者_开发技巧 admin).

But the SSIS package is not run as administrator yet. I'm suspecting this is related to UAC.

Some details:

  • SQL Agent Account is not Windows Administrator
  • Using Windows Server 2008 R2
  • My Package is run from the File System.
  • The Package only works on BIDS if I run it as an Administrator (if not admin doesn't work)
  • The Proxy account the job step is configured to run is windows admin.

Any help is appreciated!


Take a look at SSIS runs in BIDS but not with SQL Agent for some ideas


I've solved this in another way, The problem wasn't related to running the package as administrator, but creating a windows and setting focus to it, however I had the option to see the result file on the web page and I managed to use it, without downloading it, thus not needing to set focus on the download windows.

Thanks for all the help.


Try to add the user account in SSIS administrator group which can solve your problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜