Hotfix information
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem.
If the hotfix is available for download, there is a "Hotfix Download Available" section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft website: Note The "Hotfix Download Available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.To resolve this issue, follow these steps:
- Before you apply the hotfix, follow these steps:
- Open the Console Root window, and then click Host Instances.
- Right click on the running instance and press Stop.
- On the desktop, click Start, then click Run
- Type inetmgr, and then press Enter to open Internet Information Services (IIS) Manager.
- Stop the BAMAppPool, BTARNAppPool and BTARNHttpReceivePool application pools.
- Apply the hotfix.
- After you apply the hotfix, follow these steps:
- In IIS Manager, expand the Server tree, and then expand Sites.
- Click BTARNApp, and then click Content View.
- Expand BTARNApp Application.
- Create an .xml file that is named "SSLConfig.xml."
- Open the .xml file that you just created, and add one of the following code blocks, depending on which protocol you want to use:
<?xml version="1.0" encoding="utf-8" ?>
<EnableSSLProtocol>SSL</EnableSSLProtocol>
<?xml version="1.0" encoding="utf-8" ?>
<EnableSSLProtocol>TLS</EnableSSLProtocol>
Note The operating system that you use must support the protocol that you set in the SSLConfig.xml file. - Start the BAMAppPool, BTARNAppPool and BTARNHttpReceivePool application pools.
- Start the BizTalk host instance.
For more information about the SSL and TLS protocols, see the "More Information" section.
Prerequisites
To apply this hotfix, you must have the following software installed:
- Microsoft BizTalk Server 2010
- Microsoft BizTalk 2010 Accelerator for RosettaNet
Restart requirement
You do not have to restart your computer after applying this hotfix. However, you must restart IIS and BizTalk Host Instance services.