SQL 2008 cluster - Copy All SSIS Packages to Disk

  • On windows 2008 clustered sql am running below command to move a package from msdb to folder in another server.

    dtutil /SQL "TESTPACKAGE" /COPY FILE;"\\SERVER\SSIS\TESTPACKAGE".dtsx

    Error:

    Error (0x80004005) getting package "TESTPACKAGE" from SQL Server.

    Description: Named Pipes Provider: Could not open a connection to SQL Server [2].

    Same query works in non-clsutered sql. How to resolve this?

  • Have you tried explicitly specifying the server with the SourceServer parameter?

    John

  • Yes. That thought stuck me too. treid. It Wroks like charm.

    🙂

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

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