How do i run exe in remote window server 2003 thru execute process task

  • Hi

    Guys

    How do i run exe that resides on remote Window Server 2003 thru SSIS using Execute process task.

    Thanks

    Simon

  • If you have adequate permissions, you can use a UNC path to the executable such as:

    Executable: \\MyServer\C$\SSIS_Projects\SomeExe.exe

  • Note that if it's a .NET EXE then by *default* they are not trusted and will probably fail when run off a file share unless they have been designed to run with low trust.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply