sql出现了这样的问题怎样解决?
答案:2 悬赏:30 手机版
解决时间 2021-06-07 01:38
- 提问者网友:愿为果
- 2021-06-06 11:44
sql出现了这样的问题怎样解决?
最佳答案
- 五星知识达人网友:蕴藏春秋
- 2021-06-06 12:22
出现这个错误是因为 DTC服务没有启动。
微软的文档:
1. Click Start, click Run, type Services.msc, and then click OK.
2. In the Services window, double-click the Distributed Transaction Coordinator service.
3. In the Distributed Transaction Coordinator Properties dialog box, click the Log On tab.
4. On the Log On tab, specify the NT AUTHORITY\NetworkService account to be the logon account if the logon account is not the NT AUTHORITY\NetworkService account.
Note You are prompted to restart the Distributed Transaction Coordinator service if the following conditions are true:
• You change the logon account of the Distributed Transaction Coordinator service.
• The Distributed Transaction Coordinator service is running before you change the logon account.
5. Start the Distributed Transaction Coordinator service if it is not started.
但是,在服务管理页面启动DTC服务时,如果还出错,请
打开事件查看器:
在系统事件中有错误:Distributed Transaction Coordinator 服务因 3221229584 (0xC0001010) 服务性错误而停止。
这主要是系统无法找到MS DTC 日志文件造成的,只要创建一下就可以了:
点开始→运行→输入命令"msdtc -resetlog",运行该命令即可.
之后,运行服务中的"Distributed Transaction Coordinator "服务
点重试,继续安装
微软的文档:
1. Click Start, click Run, type Services.msc, and then click OK.
2. In the Services window, double-click the Distributed Transaction Coordinator service.
3. In the Distributed Transaction Coordinator Properties dialog box, click the Log On tab.
4. On the Log On tab, specify the NT AUTHORITY\NetworkService account to be the logon account if the logon account is not the NT AUTHORITY\NetworkService account.
Note You are prompted to restart the Distributed Transaction Coordinator service if the following conditions are true:
• You change the logon account of the Distributed Transaction Coordinator service.
• The Distributed Transaction Coordinator service is running before you change the logon account.
5. Start the Distributed Transaction Coordinator service if it is not started.
但是,在服务管理页面启动DTC服务时,如果还出错,请
打开事件查看器:
在系统事件中有错误:Distributed Transaction Coordinator 服务因 3221229584 (0xC0001010) 服务性错误而停止。
这主要是系统无法找到MS DTC 日志文件造成的,只要创建一下就可以了:
点开始→运行→输入命令"msdtc -resetlog",运行该命令即可.
之后,运行服务中的"Distributed Transaction Coordinator "服务
点重试,继续安装
全部回答
- 1楼网友:刀戟声无边
- 2021-06-06 13:38
你没有安装SQL Native Client啊,你从网上搜索吧,把你出现的错误的文字copy下来,因为安装SQL Native Client时出错,不是只有一个原因的,要对照出错的文字,才能找到相对应的解决方案。
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯