I'm following the example here:
I thought I setup everything correctly, but now I'm getting this error message.
SSIS package "C:\Users\Ryan\Documents\Visual Studio 2010\Projects\Loop through Multiple Excel sheets and load them into a SQL Table\Integration Services Project3\Package.dtsx" starting.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Warning: 0x802092A7 at Data Flow Task, OLE DB Destination [35]: Truncation may occur due to inserting data from data flow column "Copy of DeptCode" with a length of 255 to database column "DeptCode" with a length of 50.
Warning: 0x802092A7 at Data Flow Task, OLE DB Destination [35]: Truncation may occur due to inserting data from data flow column "Copy of DeptName" with a length of 255 to database column "DeptName" with a length of 50.
Error: 0xC001000E at Package: The connection "Book1" is not found. This error is thrown by Connections collection when the specific connection element is not found.
Error: 0x4 at Foreach Loop Container: The connection name "Book1" could not be found in the list of connections.
Warning: 0x80019002 at Foreach Loop Container: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of
errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Warning: 0x80019002 at Package: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "C:\Users\Ryan\Documents\Visual Studio 2010\Projects\Loop through Multiple Excel sheets and load them into a SQL Table\Integration Services Project3\Package.dtsx" finished: Failure.
The program '[8884] DtsDebugHost.exe: DTS' has exited with code 0 (0x0).
I'm not sure if this helps, but here are a couple screen shots of my project.
Can someone please help me work through this? Recently I've determined that SSIS and I do not really get along. I've been using MS products for a long time, and I've done a lot of coding work in the past 10 years, but this SSIS stuff is soooooooo different from what I'm used to.....
Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.