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”
  • 相关阅读:
    jquery新知识
    jquery回顾
    Filter和Listener
    jsp,jstl,el
    cookie和session
    servlet和HTTP原理
    xml基本知识
    linux 相关操作
    linux mysql 相关操作、问题
    linux 文件结构
  • 原文地址:https://www.cnblogs.com/cw_volcano/p/2644006.html
Copyright © 2011-2022 走看看