Question : SSIS Package Is Stuck

I have a package (I call it through a job) that hangs. Here's what's happening...

Just a simple package - oledb data source - oledb data destination. Select query for the data source is stored in a variable and things are mapped to the destination as expected. (I can run the query just fine and it returns 87 results in SSMS.)

In the profiller I get a lot of "exec sp_execute 1, 'X'" ('X' is a field that is part of the dataset in my select query). Sometimes the 1 changes to a 3, or to an 11.

There's no processes being blocked.

The package log for this stops growing after a while (it grows as expected before it stops - I made a new one for each time it ran to check this).

At the end it's a bunch of
1:
2:
3:
Diagnostic,SERVERNAME,sql-acct,"load rows from TABLE" (1),{00000001-0000-0000-0000-000000000000},{AB02311B-036D-46F0-A263-5E9F9B2288CB},7/16/2010 1:06:51 PM,7/16/2010 1:06:51 PM,0,0x,ExternalRequest_post: 'IAccessor::ReleaseAccessor finished'. The external request has completed.
Diagnostic,SERVERNAME,sql-acct,"load rows from TABLE" (1),{00000001-0000-0000-0000-000000000000},{AB02311B-036D-46F0-A263-5E9F9B2288CB},7/16/2010 1:06:51 PM,7/16/2010 1:06:51 PM,0,0x,ExternalRequest_pre: The object is ready to make the following external request: 'ICommandWithParameters::GetParameterInfo'.
Diagnostic,SERVERNAME,sql-acct,"load rows from TABLE" (1),{00000001-0000-0000-0000-000000000000},{AB02311B-036D-46F0-A263-5E9F9B2288CB},7/16/2010 1:06:51 PM,7/16/2010 1:06:51 PM,0,0x,ExternalRequest_post: 'ICommandWithParameters::GetParameterInfo succeeded'. The external request has completed.


In the content of the file there's also a bunch of this with the same guids.

Any clue as to what's happening or how I can make it stop so the rows will insert?

Thanks!

Answer : SSIS Package Is Stuck

the problem should be in this package itself.
I think it is better to create new package , and create new data flow there. don't copy anything from this package to new package, maybe some settings are wrong. just create new package and set all task manually again.
let me know if you have this problem yet.
Random Solutions  
 
programming4us programming4us