DTCPing和DTCTester有什么区别?

时间:2020-03-06 14:59:33  来源:igfitidea点击:

在诊断MSDTC问题之前,我已经使用DTCTester。但是,我只是注意到DTCPing似乎在做同样的事情。两者有什么区别?

到目前为止,据我所知,DTCPing需要同时在客户端和服务器计算机上运行,​​而DTCTester只需要在客户端计算机上运行。还有其他区别吗?

解决方案

在安装BizTalk Server时,测试DTC设置非常普遍,因此从BTS文档中获得,因此从http://msdn.microsoft.com/zh-cn/library/aa561924.aspx

Use the DTCTester utility to verify
  transaction support between two
  computers if SQL Server is installed
  on one of the computers. The DTCTester
  utility uses ODBC to verify
  transaction support against a SQL
  Server database. For more information
  about DTCTester see How to Use
  DTCTester Tool.
  
  Use DTCPing to verify transaction
  support between two computers if SQL
  Server is not installed on either
  computer. The DTCPing tool must be run
  on both the client and server computer
  and is a good alternative to the
  DTCTester utility when SQL Server is
  not installed on either computer. For
  more information about DTCPing, see
  How to troubleshoot MS DTC firewall
  issues.