ASp.Net day

Micro blog



About Satalaj

www.satalaj.com

The best inline translator

Live lookup to see what asp.net developers are searching





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.       by Satalaj 2. February 2010 08:52
    


If you are using transaction in SSIS packages, you may encounter with this error.

Quick fix 

Open you .net command prompt type

MSDTC -install

After installing MSDTC, service you need to start it using below command

Net Start MSDTC

well, you can use Net start or Net stop to start and stop an services


Satalaj