If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > SSIS Package error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-15-10, 13:31
neverborn neverborn is offline
Registered User
 
Join Date: Mar 2010
Posts: 3
SSIS Package error

Having a strange issue. I set up a package to pull data from one server to mine. Its real straight forward, deletes all the tables in in my database then creates new tables, then loops through and fills from the other server. It worked perfectly for about a month, and has now stopped.

At first I was getting an error saying it couldn't find several files.. tmp443.tmp, tmp442.tmp etc. So I just created the files in the directory.

Now I get the following error:

SSIS package "Package1.dtsx" starting.
Error: 0xFFFFFFFF at Foreach Loop Container, Foreach NodeList Enumerator: Root element is missing.
SSIS package "Package1.dtsx" finished: Success.

All of my tables are empty.

This was not a package I wrote and designed myself, as I'm very unfamiliar with the SSIS packages (familiar with sql 2000 dts packages) so I went through a wizard to do this.

I have no idea where to start troubleshooting and would appreciate any help.

Thanks!
Reply With Quote
  #2 (permalink)  
Old 03-15-10, 16:24
rdjabarov rdjabarov is offline
Registered User
 
Join Date: Jul 2003
Location: San Antonio, TX
Posts: 3,611
It almost sounds like the XML file of the package got modified, maybe even externally. The error references the top most element designator for the ForEach container. Check the Date Modified property of the file, and see if you have a backup for it. I wouldn't suggest going over the XML structure at this point, unless there are no backups. Also, try to open the package in designer. If you get an error, - you should try to recreate the contents of the loop container.
__________________
"The data in a record depends on the Key to the record, the Whole Key, and
nothing but the Key, so help me Codd."
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On