Showing posts with label property. Show all posts
Showing posts with label property. Show all posts

Thursday, March 22, 2012

Error in TransactionOption in SSIS

Hi,

I was trying to maintain transactions between my tasks, so I set the TransactionOption property as Required to the Parent Container (For Each Loop Container). But I am getting the following error while executing my SSIS package.

"Error: The SSIS Runtime has failed to start the distributed transaction due to error 0x8004D01B "The Transaction Manager is not available.". The DTC transaction failed to start. This could occur because the MSDTC Service is not running."

I checked in my Windows Services and did not find MSDTC. Pls let me know if you have any solution for this.

Thanks in advance.

Regards,

Prakash Srinivasan.

Look for "Distributed Transaction Coordinator" and start it.|||

Hi,

Sorry I found this already and started. But I am facing an other issue like If I set the TransactionOption as "Required" to my Parent Conatiner, I am getting the below mentioned error in the Connection Manager.

[Execute SQL Task] Error: Failed to acquire connection "SQLConnectionMgr1". Connection may not be configured correctly or you may not have the right permissions on this connection.

But if I set the TransactionOption as "Supported" then it is working fine. Pls let me know if you have any idea or solution.

Thanks & Regards,

Prakash Srinivasan.

|||You are not getting the error message when you set the TransactionOption to "Supported" because the container does not start a transaction, but joins any transaction started by its parent container. However, if you set it to "Required", the container starts a transaction, unless one is already started by its parent container.

Your problem is related to starting a transaction in your connection, I think. This could be attributed to the DTC properties. You may want to read about DTC in detail and set its properties based on your need.

Sunday, February 26, 2012

error in EM

When I click on property of Db in EM on a sql server EM
quit.
I have installed the sp3 recently.
Anyone has the same problem?
How to fix?
Thank you
Have you tried installing the security patch MS03-031? It
includes a fix for an issue similar to what you are
describing. You can find more details in the following
article:
http://support.microsoft.com/?id=814113
-Sue
On Mon, 11 Oct 2004 09:24:46 -0700, "Gianluca Danielli"
<gianluca.danielli@.tin.it> wrote:

>When I click on property of Db in EM on a sql server EM
>quit.
>I have installed the sp3 recently.
>Anyone has the same problem?
>How to fix?
>Thank you