Starting New SSIS Package Error 0x8002802B "Element not found"
-
Friday, October 17, 2008 6:14 PM
When I attempt to create a new SSIS package I get the following message:
Failed to save package file "C:\Documents and Settings\username\Local Settings\Temp\temp28.tmp" with error 0x8002802B "Element not found.''.
Has anyone any idea how to fix this issue? I have all of the latest service packs for VS, Windows, SQL.
Thanks,
All Replies
-
Friday, October 17, 2008 6:22 PM
Sorry everyone. I finally found what was missing... Needed to register msxml6.dll
http://geekswithblogs.net/leesblog/archive/2008/04/10/creating-ssis-package-error.aspx
Not sure why this happens, but I was trying to create an SSIS package on my work machine (this'll be my first SSIS package since DTS died), and recieved a weird error:
Failed to save package file "C:\TEMP\tmp18D.tmp" with error 0x8002802B "Element not found"
Turns out that this is due to MSXML6 not being registered. I found the solution here:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2450699&SiteID=1
Basically:
To register MSXML 6.0.
1. From the Start menu, click Run.
2. Enter the following command:. regsvr32 %windir%\system32\msxml6.dll.
3. Click OK. ...Hope this helps someone else, like it helped me.
~L
-
Monday, October 20, 2008 9:26 AM
Thanks em_frcs, i was facing same problem and with this soludtion problem is solved -
Thursday, November 27, 2008 9:20 PMYeah this help me too.
-
Tuesday, December 02, 2008 4:52 PMImmediate resolution. Thanks.
-
Friday, February 20, 2009 11:45 PMThanks,Help me too.
-
Monday, February 23, 2009 9:30 PMThis helped me as well...much thanks.
-
Monday, March 23, 2009 7:01 AMIt did help me out! Thanks.
-
Thursday, March 26, 2009 1:07 PMThanks man, this helped me too, I really appreciate it.
-
Thursday, May 21, 2009 6:09 PMThank you! I had the same problem and this fixed it.
-
Monday, November 23, 2009 11:20 AMGr8 , thanks for help.
Saytem Analyst -Database -
Tuesday, March 02, 2010 6:40 PMThanks!!!
-
Monday, March 29, 2010 2:32 PMYes. It works. Thank you
-
Monday, May 17, 2010 1:30 PM
To register MSXML 6.0.
1. From the Start menu, click Run.
2. Enter the following command:. regsvr32 %windir%\system32\msxml6.dll.
3. Click OK. ...I follow what you suggest. And then it can work without error. Thank you very much. For instructions.
-
Tuesday, May 25, 2010 6:52 AMBig Thanks !
-
Tuesday, June 15, 2010 7:47 AM
Thank you for you instruction.
-
Wednesday, August 04, 2010 1:36 PMThanks a lot. Its working Perfectly.
-
Thursday, October 14, 2010 5:46 AMawesome man, that's helped me and Nick finish the album. cheers SLB
-
Friday, February 25, 2011 2:45 PMThanks so much. with no leads in the error description, that was really helpful. from Cleveland, Ohio
-
Thursday, May 19, 2011 3:14 PM
Thanks!
Solved a problem with error messages while loading packages with a data flow task also :)
-
Thursday, September 15, 2011 6:09 PM
Thanks a lot.
Works fine for me.
-Fajar
-
Friday, June 29, 2012 6:07 PMGreat solution..!!!
-
Thursday, May 16, 2013 4:21 AMPerfect Fix

