zoukankan      html  css  js  c++  java
  • MSDTC on server ‘TimGUOPC’ is unavailable.

    MSDTC on server ‘Tim-GUO-PC’ is unavailable.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: MSDTC on server ‘GopinathM’ is unavailable.

    解决:

    This error occurs when the “Distributed Transaction Coordinator” service is not running. To start a distributed transactions with TransactionScope object, the windows service “Distributed Transaction Coordinator” should be running.

    To fix the problem just start the service “Distributed Transaction Coordinator” using Windows Service manager.

    Here are the detailed steps for starting the service

    1. Click on Start–>Control Panel->Administrative Tools->Services (or simply type services.msc in the run command box and hit enter); display “Services” manager
    2. Scroll through the list and identify the service “Distributed Transaction Coordinator”
    3. Right on the service and choose “Start”
  • 相关阅读:
    UVa-129
    UVa-524
    有点迷茫
    北邮之行~
    UVa-253
    心累--期末考试成绩
    UVa-220 Othello
    UVa-201 Squares
    UVA-1589 Xiangqi
    UVa-213 Message Decoding
  • 原文地址:https://www.cnblogs.com/cw_volcano/p/2644006.html
Copyright © 2011-2022 走看看