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!