Agent job hangs running SSIS pacakge which calls PowerShell to unzip file

  • My issue is we have an SSIS package which runs in BIDS as well as in Integration Services on the server both under the Agent Account and my domain account and unzips the file. When run as a SQL job it hangs and never finishes. Have tried some logging but all to no avail. We are using remotesigned and have tried several other parameter as the initial thinking is that it was waiting for some user interaction which it does not appear to be. Any insight would be appreciated.

  • Why not use a zip task in SSIS to unzip the file instead of Powershell?

    Or you could even use an Execute Process Task.

    Here is a link that may be helpfull to you. It aslo has script task info in it.

    http://social.msdn.microsoft.com/Forums/en/sqlintegrationservices/thread/00f110d9-9be8-481c-9696-75be9973e728

  • We are using a Execute Process task and calling powershell from within. Thansk for the link we may have to go this route.

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

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