June 24, 2008 at 8:09 am
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)
June 24, 2008 at 12:47 pm
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
June 25, 2008 at 12:24 am
I am with Crever on this one, normally a rights issue
~PD
March 3, 2010 at 11:52 pm
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