dbTalk Databases Forums  

URGENT SSIS: AcquireConnection failes with error code 0xC0202009

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss URGENT SSIS: AcquireConnection failes with error code 0xC0202009 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Shira
 
Posts: n/a

Default URGENT SSIS: AcquireConnection failes with error code 0xC0202009 - 01-29-2006 , 02:40 PM






Hi all,

I have 2 SSIS packages.
The first package calls the second one in a for loop.
The inner package contains several tasks (execute SQL task which runs stored
procedures, and data flow tasks which transfer data from one SQL server 2000
database to another SQL server 2000 database).
The packages worked fine until I tried to add a transaction to the flow: I
configured the main package "transaction option" to be "required" and the
inner package to be "supported" (all the tasks in both of the packages are
"supported" too).
When I run the package, it fails on the error: "The AcquireConnection method
call failed with error code 0xC0202009". The error happens in the inner
package, on one of the data flow tasks, immediately when the task begins. The
data flow task contains several couples of select statement from the first DB
and insert to the second DB, all of them happen simultaneously. Before this
data flow task I have a few similar tasks that work properly.
I tried:
1) Changing the order of the tasks.
2) Changing the "retainSameConnection" property to "true".
3) Changing the isolation level from "serializable" to "read uncommitted".
None of them worked.

Any ideas?
Please answer me quickly this is urgent.

Thanks in advance,
Shira.
shira_w (AT) walla (DOT) com

Reply With Quote
  #2  
Old   
Sahin
 
Posts: n/a

Default Re:URGENT SSIS: AcquireConnection failes with error code 0xC0202009 - 05-21-2007 , 10:05 AM






I had the similar problem. Coultd not solve it yet. Did you get any solution
to this?

Thanks in advance.
Regards,

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.