Communication Manager Service Stopped Working

Muammar Abubakar 1 Reputation point
2022-02-19T10:05:41.863+00:00

Hello, I am new here , and i want to ask a question ,
I have a problem , our user always cant access to the database , the problem always occurred at random point' , we have Oracle 2005 installed on Windows server 2008. Everytime the error' happen we need to restart the Ms dtc Communication Manager service,
Can someone tell me why that kind of error' happen and how to solve it ?
Thank you for your kindness ,

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,054 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,326 Reputation points
    2022-02-28T13:36:39.647+00:00

    Hello @Muammar Abubakar

    There are many reasons why a service has stopped, my recommendation would be to set the service Start as "Automatic" in order to be activate by the service account it is configured with.

    On the other hand, to understand what stops the service, you can head to the Event Viewer in Windows Server and filter by Source: "Service Control Manager"
    The usual events IDs are:
    Event ID 7040 - covers Service start type change (eg disabled, manual, automatic)
    Event ID 7036 - covers Service start/stop

    You can try also with Powershell:
    get-eventlog -source "Service Control manager" -LogName System | select message, timegenerated, username | Out-GridView

    Hope this helps with your query,

    --
    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.