error : Could not save the package "C:\Datas\Package1.dtsx" to SQL Server "Localhost".

  • When I try to save a package to sql server with the deployment manifest I got this error

    TITLE: Package Installation Wizard

    ------------------------------

    Could not save the package "C:\Datas\Package1.dtsx" to SQL Server "Localhost".

    ------------------------------

    ADDITIONAL INFORMATION:

    Description not found

    ------------------------------

    BUTTONS:

    OK

    ------------------------------

    ===================================

    Could not save the package "C:\Datas\Package1.dtsx" to SQL Server "Localhost". (Package Installation Wizard)

  • Without detailed errors, which the deployment wizard doesn't give, it's hard to say what it could be. But when I've had these problems in the past it has boiled down to either something was locking the dtspackage90 table, or I didn't have rights to save the package.

    Watch my free SQL Server Tutorials at:
    http://MidnightDBA.com
    Blog Author of:
    DBA Rant – http://www.MidnightDBA.com/DBARant

    Minion Maintenance is FREE:

  • I am with Crever on this one, normally a rights issue

    ~PD

  • Try to register "msxml6.dll"

    START --> RUN --> Regsvr32 "C:\WINDOWS\system32\msxml6.dll"

    I have resolved the issue by registering DLL file (msxml6.dll)

    Good Luck

    By - Abdul Raheem - 🙂

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

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