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?