Hi,
I have 4 sources of data - 2 oracle connections, 1 sql server connection and 1 sharepoint source. I need to read data from the above sources and insert it into a destination SQL Server Database. I want to run all of them as seperate transactions. So I put each source and destination into a single sequence container and set the transaction Option of each sequence container as "Required" and the corresponding DataFlowTask in each container as "Supported". When I run the package I get the error"SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER". Can I exclude the source connections from the the corresponding transactions as we are only reading from those sources? I read that if we set some options in DTC in all the servers, I will be able to create transactions. But I cannot do it on all the source systems as they are out of our application boundary owned by somebody else and we cannot touch them. Any help is appreciated.
Thanks.