解决MSDTC 53258故障

简介:
一直被这个问题困扰,无意之中在GOXIA BLOG看到了解决办法,摘抄一下。
解决MSDTC 53258故障
做了将GC提升到DC的试验,基本上算顺利,可是发现日志中存在几个错误日志:
1、MSDTC 53258
MS DTC 无法正确处理 DC 升级/降级事件。MS DTC 将继续运行并将使用现有的安全设置。错误说明: %1
2、MSDTC 53258
MS DTC 无法正确处理 DC 升级/降级事件。MS DTC 将继续运行并将使用现有的安全设置。错误说明: d:\srvrtm\com\complus\dtc\dtc\adme\uiname.cpp:9280, Pid: 472
No Callstack,
CmdLine: C:\WINDOWS\system32\msdtc.exe
去Winmag得到了解决办法:
1. Click Start -> Administrative Tools -> Component Services.
2. Click the "+" next to Component services to expand it.
3. Right click "My Computer" in the right window pane and select Properties.
4. Click the MS DTC Tab.
5. Click the "Security Configuration" button, a dialog box appears. Click "OK".
6. Click "OK" on the "My Computer Properties" box; this will take you back to the console.
7. Right click "My Computer" and select "Stop MS DTC" (this stops the MSDTC service.
8. Again, right click "My Computer" and select "Start MS DTC".









本文转自 MicroMeng 51CTO博客,原文链接:http://blog.51cto.com/MicroMeng/24941,如需转载请自行联系原作者
目录
相关文章
|
传感器 虚拟化
故障案例-ESXI6.5主机无法发生重启,并有发生网卡无故UP DOWN的事件
VSAN环境下的一台ESXI6.5主机无法发生重启,并发生网卡无故UP DOWN的事件.以下是故障分析过程和解决方法
2796 0
|
Windows 安全 Java