Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSIS Package Freeze with TransactionOption Required

Status
Not open for further replies.

Earthworks

IS-IT--Management
Sep 30, 2003
16
GB
I have a package which runs with TransactionOption set to Supported but not when I set it to TransactionOption Required.

Package freezes at following point in the Progress results.

"Information: Starting distributed transaction for this container."

I have to stop debugging after leaving it here for a good hour.
 
Briefly...

I have an ADO .NET data source to a remote SQL 2000 server with a SQL Command that does a simple Select from field1,field2 ... from a table on the reomte server

An OLE data destiation to the local SQL 2005 server extracting the rows from the remote to local server

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top