SQL Server integration Services (SSIS) packages may fail to load or to save in Business Intelligence Development Studio (BIDS) or from other SSIS runtime applications such as DTExec.exe with the following error:
The <filename> may be the name your .dtsx package file, or a .tmp file in the users temporary folder as designated by the temp environment variable.
The inner HResult error listed within the text of the error may vary depending on the scenario and it could be one of the following:
Error when loading a package in Business Intelligence Development Studio (BIDS) :
Error when loading a package:
Error when saving a package:
Error when exporting a package:
Error when deploying a package to SQL Server:
Error:
DTS_E_SAVEPACKAGEFILE
0xC001100F
-1073672177
Failed to save package file "<filename>" with error <HResult>"<Operating system error>".
DTS_E_SAVEPACKAGEFILE
0xC001100F
-1073672177
Failed to save package file "<filename>" with error <HResult>"<Operating system error>".
The inner HResult error listed within the text of the error may vary depending on the scenario and it could be one of the following:
- 0x80004005 "Unspecified error".
- 0x8002802B "Element not found.''
- 0x80029C4A "Error loading type library/DLL.".
- 0x80030002 "%1 could not be found."
- 0x80040154 "Class not registered".
- 0x80040155 "Interface not registered"
- 0x80070002 "The system cannot find the file specified"
Error when loading a package in Business Intelligence Development Studio (BIDS) :
DTS_E_DTPXMLDOMCREATEERROR
Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered.
Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered.
Error when loading a package:
0xC0010018
-1073676264
DTS_E_PERSISTENCEERROR
Error loading value "__" from node "__".
-1073676264
DTS_E_PERSISTENCEERROR
Error loading value "__" from node "__".
Error when saving a package:
Failed to save package file "C:\Documents and Settings\username\Local
Settings\Temp\tmp98.tmp" with error 0x80028028. "Element not found.".
Settings\Temp\tmp98.tmp" with error 0x80028028. "Element not found.".
Library not registered. (Exception from HRESULT: 0x8002801D
(TYPE_E_LIBNOTREGISTERED)) (Microsoft.SqlServer.DTSRuntimeWrap)
(TYPE_E_LIBNOTREGISTERED)) (Microsoft.SqlServer.DTSRuntimeWrap)
================
Detailed info:
{
Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) (Microsoft.SqlServer.DTSRuntimeWrap)
------------------------------
Program Location:
at Microsoft.SqlServer.Dts.Runtime.Application.SaveToDtsServer(Package pPackage, IDTSEvents pEvents, String sPackagePath, String sServerName)
at
Microsoft.SqlServer.Dts.ObjectExplorerUI.ImportPackageAsAction.ImportPackage(ImportPackageAsForm dlg)
===================================
Library not registered. (Exception from HRESULT: 0x8002801D
(TYPE_E_LIBNOTREGISTERED)) (Microsoft.SqlServer.DTSRuntimeWrap)
------------------------------
Program Location:
at
Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.SaveToDtsServer(IDTSPackage90 pPackage, IDTSEvents90 pEvents, String bstrPackagePath, String bstrServerName)
Detailed info:
{
Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) (Microsoft.SqlServer.DTSRuntimeWrap)
------------------------------
Program Location:
at Microsoft.SqlServer.Dts.Runtime.Application.SaveToDtsServer(Package pPackage, IDTSEvents pEvents, String sPackagePath, String sServerName)
at
Microsoft.SqlServer.Dts.ObjectExplorerUI.ImportPackageAsAction.ImportPackage(ImportPackageAsForm dlg)
===================================
Library not registered. (Exception from HRESULT: 0x8002801D
(TYPE_E_LIBNOTREGISTERED)) (Microsoft.SqlServer.DTSRuntimeWrap)
------------------------------
Program Location:
at
Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.SaveToDtsServer(IDTSPackage90 pPackage, IDTSEvents90 pEvents, String bstrPackagePath, String bstrServerName)
at
Microsoft.SqlServer.Dts.Runtime.Application.SaveToDtsServer(Package pPackage, IDTSEvents pEvents, String sPackagePath, String sServerName)
}
Microsoft.SqlServer.Dts.Runtime.Application.SaveToDtsServer(Package pPackage, IDTSEvents pEvents, String sPackagePath, String sServerName)
}
Package Installation Wizard:
"Could not save the package <FileName> to SQL Server <Server>."
"Could not save the package <FileName> to SQL Server <Server>."