BizTalk Server 64-Bit Support overview

This topic answers some frequently asked questions about 64-bit support for Microsoft BizTalk Server.

Which versions of 64-bit Windows are supported?

All editions of BizTalk Server support 32-bit execution and native 64-bit execution on the supported operating systems. BizTalk Server includes 32-bit and 64-bit configuration options.

Hardware and Software Requirements for BizTalk Server 2016

Hardware and Software Requirements for BizTalk Server 2013 and 2013 R2

Is there an extra cost for 64-bit support?

No. 64-bit support is included at no extra charge.

Is Itanium-based hardware supported?

For the BizTalk runtime, no. For BizTalk databases, yes.

BizTalk Server requires CPU hardware that supports AMD64 or EM64T. As a result, BizTalk Server is not supported on Windows running on Itanium-based 64-bit CPUs. BizTalk Server does support running with an Itanium-based SQL Server. Thus, all BizTalk Server databases are supported on Itanium 64-bit CPUs.

Which BizTalk Server processes run in 64-bit mode?

BizTalk Server executables are hosted inside several different server runtimes. The following table lists which BizTalk Server processes run in 64-bit mode.

Process 32-bit support 64-bit support
HTTP-based adapters (IIS) Yes Partial
BizTalk Host instances Yes Yes
Enterprise SSO Yes Yes
BAM portal (IIS) Yes No
SQL Server Yes Yes
HTTP-based adapters (IIS)

BizTalk Server components such as the HTTP, and SOAP adapters are hosted and executed inside Internet Information Services (IIS). All adapters are supported in 32-bit IIS mode. Some adapters support running in 64-bit IIS mode. For a complete list of 64-bit adapters, see the list of adapters later in this topic.

BizTalk Host instances

A BizTalk Host is a logical group of servers, each one called a host instance. Each host instance is deployed as an NT service based on BTSNTSvc.exe. Orchestrations and in-process adapters are loaded and executed in host instances. Host instances can be configured to run in either 32-bit or 64-bit mode by using the 32-bit only check box option in the Host Properties dialog box in the BizTalk Server Administration console.

Enterprise SSO

Microsoft Enterprise Single Sign-On (SSO) is run in a dedicated NT service (ENTSSO.exe). It is native 32-bit on 32-bit Windows and native 64-bit on 64-bit Windows.

BAM portal (IIS)

Business Activity Monitoring (BAM) portal components must run in IIS using 32-bit ASP.NET 3.5. BAM Portal will run on 64-bit hardware in WOW mode. See "Running the BAM portal in a 64-bit environment" in Customizing the BAM Portal Configuration.

SQL Server

BizTalk Server communicates to Microsoft SQL Server over native transport protocols that are interoperable between 32-bit and 64-bit versions of SQL Server. Therefore, 32-bit and 64-bit BizTalk Server executables can communicate with either 32-bit or 64-bit versions of SQL Server. All BizTalk Server stored procedures are supported in either 32-bit or 64-bit SQL Server.

What about 32-bit/64-bit support in non-server processes?

Microsoft Visual Studio

BizTalk Server designer executables are hosted inside the 32-bit Visual Studio IDE. Visual Studio supports development of 64-bit projects using the Microsoft .NET Framework, which can be deployed into BizTalk Server.

Microsoft Management Console (MMC)

The BizTalk Server Administration Console runs only as a 32-bit Microsoft Management Console (MMC) application, even on 64-bit Windows. Enterprise SSO supports both 32-bit and 64-bit MMC.

Internet Explorer

The BAM client requires 32-bit Internet Explorer to be installed and used on 64-bit Windows.

How do I enable native 64-bit execution of orchestrations?

Assign the orchestration to run in a host instance that has the 32-bit only property not selected. The host instance must be running on a Windows x64 machine.

Can I build .NET assemblies that run in 64-bit orchestrations?

Yes. Using Visual Studio and the .NET Framework, a BizTalk Server developer can create assemblies that support 64-bit execution. These can be deployed with orchestrations and run in host instances configured for native 64-bit execution.

Will .NET Framework 2.0-compiled assemblies JIT-compile properly in both 32-bit and 64-bit?

Yes. If the assembly was compiled with the .NET Framework 2.0 and the AnyCPU flag, a single DLL will JIT-compile properly in either 32-bit or 64-bit CLRs.

Can I install both 32-bit and 64-bit components in a single BizTalk MSI package?

Yes. An administrator can create an MSI package file from a BizTalk Server application. The MSI file can contain both 32-bit and 64-bit DLLs and EXEs that were added to the BizTalk application. On 32-bit Windows, only the 32-bit DLLs and EXEs will be installed. On Windows x64, both 32-bit and 64-bit DLLs and EXEs will be installed.

How do 32-bit BizTalk Server executables run on Windows x64?

Windows x64 provides the ability to run both 32-bit and 64-bit executables on the same computer. 32-bit executables use the WOW64 service to emulate a 32-bit runtime environment.

Will 32-bit BizTalk Server executables have 4GB of addressable process memory on Windows x64?

Yes. On Windows x64, 32-bit BTSNTSVC and IIS processes are run under WOW64 and may utilize the full 4GB of virtual memory. This is an improvement over the default 2GB of addressable virtual memory on 32-bit Windows.

You can set the memory throttling threshold in percent (%) available, or in an absolute value. For example:

  • If you use percent available (0-100), then the value you enter is a percentage of 2048 MB.

  • If you use an absolute value, then the value you enter can be any value in MB up to 4096 MB (32-bit limit). On 64-bit hosts, you can specify a higher value up to theoretical 64-bit address limit of 2 TB.

Which adapters are capable of running in 64-bit mode?

By default, all adapters can run in 32-bit mode on 32-bit Windows and on WOW64 on 64-bit Windows. The following adapters can run in native 64-bit mode (in either IIS or BTSNTSVC as the host process):

  • File

  • HTTP

  • MSMQ

  • MQSeries

  • SFTP

  • SMTP

  • SOAP

  • WCF

Note

  • The MQSeries adapter is supported in both 32-bit and 64-bit processes. The adapter has a MQSeries Agent that runs on IBM WebSphere MQ Server on Windows. Prepare Your Computer for Installation lists the MQ requirements.
  • Running the FTP adapter, POP3 adapter, and MIME Decoder on 64-bit host instances is not supported.

Are persisted BizTalk orchestrations dependent on 32-bit or 64-bit runtimes?

No. BizTalk Server persists runtime components using formats that are independent of 32-bit or 64-bit runtimes. This includes orchestrations, messages, and ports. This persistence model enables an administrator to switch the host configuration between 32-bit and 64-bit without creating incompatibilities in BizTalk Server data.

When I upgrade to BizTalk Server, will my BizTalk hosts run as 64-bit by default?

No. By default, upgrades to BizTalk Server mark all BizTalk host instances as 32-bit only. An administrator must create new host instances on Windows x64 computers and configure applications to use them.

Can I have a “mixed” BizTalk Server group that includes both 32-bit and 64-bit BizTalk runtimes?

Yes.

What languages are supported on 64-bit runtimes?

All supported languages are supported on both 32-bit and 64-bit runtimes.

What 64-bit SQL Server components are required to configure BAM tools?

The configuration wizard is a 32-bit process; therefore it requires certain components which allow it to communicate with 64-bit SQL Server. You must install the following SQL Server client components to enable configuration of BAM tools:

  • Connectivity Components

  • Management Tools

  • Legacy Components

See Also

Performance and Capacity Planning