Showing posts with label Failed to save package file. Show all posts
Showing posts with label Failed to save package file. Show all posts

Tuesday, July 14, 2009

Failed to save package file --- with error 0x8002802B "Element not found"

Hey Folks,

Earlier it was my friend who witnessed a similar issue. now it's my turn. when i tried to Create a SSIS package after new installation. The error shown this time was little different but the solution is same.

Error: "Failed to save package file "C:\TEMP\tmp18D.tmp" with error 0x8002802B "Element not found"

solution is we need to call "regsvr32 msxml6.dll" from Start -> Run.

Googled for What is regsvr32.exe? and found the following:

regsvr32.exe is a process belonging to the Windows OS and is used to register dynamic-link libraries and ActiveX controls in the registry. This program is important for the stable and secure running of your computer and should not be terminated.

Hope it helps :)
Fauzi

Tuesday, June 2, 2009

Failed to save package file .... with error 0x8002801D "Library not registered."

Hey,

A colleague of mine was facing a similar issue when he created a Sql Server integration service project the error was Failed to save package file .... with error 0x8002801D "Library not registered." The solution is we need to call "regsvr32 msxml6.dll", to register the library.

Resource: http://blogs.msdn.com/mapo/archive/2008/08/05/vs2008-integration-services-project-error-failed-to-save-package-file-with-error-0x8002801d-library-not-registered.aspx

Regards
Fauzi