To resolve this issue, apply this fix. After you apply the fix, you can extend the default time-out value to something greater than 3 minutes.
Note This fix applies to the BTSDeploy.exe command-line tool and not to the other Business Activity Monitoring (BAM) tools.
To extend the default time-out value, add the following lines to the BTSDeploy.exe.config file:
<configuration>
<appSettings>
<add key="CommandTimeoutInMinutes" value="nn" />
</appSettings>
</ configuration>
Notes- The nn placeholder represents the number of minutes that you want to set as the default time-out value.
- If the time-out reaches 10 minutes or more, you must also consider the default .NET Framework time-out value in the Machine.config file. This value must be the same or greater than the time-out value in the BTSDeploy.exe.config file.
- Be aware that increasing the time-out value may not fully resolve the problem. Because other underlying issues could also trigger this behavior, you may have to review the tracking profile, BizTalk configuration, Windows configuration, SQL Server performance, storage performance, and network performance to resolve the actual problem.
Cumulative update information
The hotfix that resolves this issue is included in
Cumulative Update 6 for BizTalk Server 2010.