サーバー\database name combination changes as the result of a change in your BizTalk Server environment such as a backup and restore sequence, you must update the BAM management utility configuration file (bm.exe.configがこれらの名前変更を反映した場合。
バックアップと復元後に BAM 管理構成ファイル a を更新するには
メモ帳を使用して bm.exe.config ファイルを開くには、[ スタート] をクリックし、[ 実行] をクリックし、「メモ帳 c:\Program Files (x86)\Microsoft BizTalk Server <VERSION>\Tracking\bm.exe.config」と入力して、[ OK] をクリックします。
ファイル内の appSettings セクションを見つけて、次の値を変更します。
<!-- Default server and database for bm.exe. --> <add key="DefaultServer" value="oldServerName" /> <add key="DefaultDatabase" value="BAMPrimaryImport" />
送信先
<!-- Default server and database for bm.exe. --> <add key="DefaultServer" value="newServerName" /> <add key="DefaultDatabase" value="BAMPrimaryImport" />
ファイルを保存します。