服务器\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 管理配置文件
使用记事本打开 bm.exe.config 文件,方法是依次单击“ 开始”、“ 运行”、“键入记事本 c:\Program Files (x86)\Microsoft BizTalk Server <VERSION>\Tracking\bm.exe.config,然后单击” 确定”。
找到文件中的 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" />
保存文件。