Guest Amunike Posted October 1, 2008 Posted October 1, 2008 Hi All, I have a class that uses MSDTC distributed transaction service. The code worked perfectly until the server was reboot. At that point I started getting the following error code:0x8004D01B. It means that the MSDTC service is not started. Is there a way to configure the service so that it starts anytime the server does? Thank you for any help on this issue
Guest TERRY Posted October 2, 2008 Posted October 2, 2008 RE: MSDTC issues Hi A.I,m not an expert but i might be able to help.If you click start,run.Type msconfig and run it this will bring up a window with tabs on it.You will see services click on services.It will show you what programs are running.If the box is not checked it won,t run.Also when you check that go to startup tab check the box with this program so it starts when you turn on the pc.Hope this helps.TERRY. "Amunike" wrote: > Hi All, > > I have a class that uses MSDTC distributed transaction service. The code > worked perfectly until the server was reboot. At that point I started getting > the following error code:0x8004D01B. It means that the MSDTC service is not > started. Is there a way to configure the service so that it starts anytime > the server does? > > Thank you for any help on this issue
Guest TERRY Posted October 2, 2008 Posted October 2, 2008 RE: MSDTC issues Hi again.I almost forgot.When you are done,apply then close.The pc will prompt you to restart.Restart.When the pc comes back on a dialog window will display.Just click do not show again and close.Sorry almost forgot or you might wonder what it was. "Amunike" wrote: > Hi All, > > I have a class that uses MSDTC distributed transaction service. The code > worked perfectly until the server was reboot. At that point I started getting > the following error code:0x8004D01B. It means that the MSDTC service is not > started. Is there a way to configure the service so that it starts anytime > the server does? > > Thank you for any help on this issue
Guest Amunike Posted October 2, 2008 Posted October 2, 2008 RE: MSDTC issues Hi Terry. Thanks for your help. I solved the issue by doing the following: start-->control panel-->Administrative tools-->services and then starting the "Distributed Transaction Coordinator" services there. I think your approach would have done the same thing. Thank you again for your input. "TERRY" wrote: > Hi again.I almost forgot.When you are done,apply then close.The pc will > prompt you to restart.Restart.When the pc comes back on a dialog window will > display.Just click do not show again and close.Sorry almost forgot or you > might wonder what it was. > > "Amunike" wrote: > > > Hi All, > > > > I have a class that uses MSDTC distributed transaction service. The code > > worked perfectly until the server was reboot. At that point I started getting > > the following error code:0x8004D01B. It means that the MSDTC service is not > > started. Is there a way to configure the service so that it starts anytime > > the server does? > > > > Thank you for any help on this issue
Recommended Posts