DeviLib - library about web, IT, programming and web design

Windows services - Distributed Transaction Coordinator

Name: Distributed Transaction Coordinator

Purpose:

Coordinates transactions that span multiple resource managers, such as databases, message queues, and file systems. If this service is stopped, these transactions will not occur. If this service is disabled, any services that explicitly depend on it will fail to start.

Default startup:

XP Home: Manual
XP Pro: Manual

Log On As:

NT AUTHORITY\LocalService

Dependencies:

Remote Procedure Call (RPC)

  • Security Accounts Manager
    • Remote Procedure Call (RPC),

      Default Registry:


      [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC]
      "Type"=dword:00000010
      "Start"=dword:00000003
      "ErrorControl"=dword:00000001
      "DisplayName"="Distributed Transaction Coordinator"
      "Group"="MS Transactions"
      "DependOnService"=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,53,00,61,00,6d,00,\
      53,00,53,00,00,00,00,00
      "DependOnGroup"=hex(7):00,00
      "ObjectName"="NT AUTHORITY\\NetworkService"
      "Description"="Coordinates transactions that span multiple resource managers, such as databases, message queues, and file systems. If this service is stopped, these transactions will not occur. If this service is disabled, any services that explicitly depend on it will fail to start. "
      "FailureActions"=hex:1e,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,57,00,53,\
      00,01,00,00,00,e8,03,00,00,01,00,00,00,f8,2a,00,00,01,00,00,00,08,52,00,00,\
      00,00,00,00,e8,03,00,00

      Microsoft page

      P.S. To edit services go to start->run and type services.msc
      P.P.S. OS settings changing is your own responsibility

  • Related posts:

    Post a Comment