Win2k8 MSSQL2008 サーバーを別の IP アドレスに移動した後、ビルド エージェントからその SQL サーバー上のデータベースに対して単体テストを実行する際に問題が発生しました。データベース サーバーを移動する前に、すべてが機能していました。現在、複数のデータベース トランザクションを使用する単体テストは、次のエラー メッセージで失敗します。
System.Data.EntityException: The underlying provider failed on Open.
---> System.Transactions.TransactionManagerCommunicationException:
Communication with the underlying transaction manager has failed.
---> System.Runtime.InteropServices.COMException: The MSDTC transaction manager
was unable to pull the transaction from the source transaction manager due to
communication problems.
Possible causes are: a firewall is present and it doesn't have an exception for the
MSDTC process, the two machines cannot find each other by their NetBIOS names, or the
support for network transactions is not enabled for one of the two transaction
managers.
ファイアウォールの設定と、あるサーバーから別のサーバーへの ping 機能を問題なく確認しました。おそらく、SQL Server の古い IP アドレスがどこかに保存されているに違いありません。それとも、他に何がこの問題を引き起こしているのでしょうか?
ご協力ありがとう御座います!