Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hardware-and-software-requirements-for-biztalk-server-2020.md #1006

Open
wants to merge 7 commits into
base: live
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .openpublishing.build.ps1

This file was deleted.

26 changes: 15 additions & 11 deletions biztalk/core/sftp-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ ms.topic: "article"
BizTalk Server includes an **SFTP** adapter to send and receive messages from a secure FTP server using the SSH file transfer protocol. This topic includes the steps to configure an **SFTP** receive location, and configure an SFTP send port to receive and send messages from a secure FTP server. It also includes common questions and answers.

## Prerequisites
**Starting with BizTalk Server 2016**, the SFTP adapter uses WinSCP to connect to SFTP, and therefore supports a larger range of SFTP servers. **Download [WinSCP](http://winscp.net)** on the BizTalk Server runtime. Be sure to check the supported WinSCP versions for each BizTalk Server verison:
* BizTalk Server 2020 with CU1 or CU2 - WinSCP version 5.17.6
* BizTalk Server 2020 - WinSCP version 5.15.4
* BizTalk Server 2016 With CU9 - WinSCP version 5.19.2
* BizTalk Server 2016 With CU7 - WinSCP version 5.15.9
* BizTalk Server 2016 - WinSCP version 5.7.7

or in [Hardware and Software Requirements](../install-and-config-guides/hardware-and-software-requirements-for-biztalk-server-2016.md)
**Starting with BizTalk Server 2016**, the SFTP adapter uses WinSCP to connect to SFTP, and therefore supports a larger range of SFTP servers. **Download [WinSCP](http://winscp.net)** automation.zip file,under .NET assembly / COM library section or [older downloads](https://sourceforge.net/projects/winscp/files/WinSCP/) , on the BizTalk Server runtime and copy the content to the BizTalk installation folder. Be sure to check the supported WinSCP versions for each BizTalk Server verison:
* BizTalk Server 2020 CU6 - WinSCP version [6.3.5](https://sourceforge.net/projects/winscp/files/WinSCP/6.3.5/WinSCP-6.3.5-Automation.zip/download)
* BizTalk Server 2020 CU5 - WinSCP version [6.1.2](https://sourceforge.net/projects/winscp/files/WinSCP/6.1.2/WinSCP-6.1.2-Automation.zip/download)
* BizTalk Server 2020 CU3 or CU4 - WinSCP version [5.19.2](https://sourceforge.net/projects/winscp/files/WinSCP/5.19.2/WinSCP-5.19.2-Automation.zip/download)
* BizTalk Server 2020 CU1 or CU2 - WinSCP version [5.17.6](https://sourceforge.net/projects/winscp/files/WinSCP/5.17.6/WinSCP-5.17.6-Automation.zip/download)
* BizTalk Server 2020 RTM - WinSCP version [5.15.4](https://sourceforge.net/projects/winscp/files/WinSCP/5.15.4/WinSCP-5.15.4-Automation.zip/download)
* BizTalk Server 2016 CU9 - WinSCP version [5.19.2](https://sourceforge.net/projects/winscp/files/WinSCP/5.19.2/WinSCP-5.19.2-Automation.zip/download)
* BizTalk Server 2016 CU7 or CU8 - WinSCP version [5.15.9](https://sourceforge.net/projects/winscp/files/WinSCP/5.15.9/WinSCP-5.15.9-Automation.zip/download)
* BizTalk Server 2016 CU5 or CU6 - WinSCP version [5.13.1](https://sourceforge.net/projects/winscp/files/WinSCP/5.13.1/WinSCP-5.13.1-Automation.zip/download)
* BizTalk Server 2016 RTM to CU4 - WinSCP version [5.7.7](https://sourceforge.net/projects/winscp/files/WinSCP/5.7.7/WinSCP-5.7.7-Automation.zip/download)

or in [Hardware and Software Requirements](../install-and-config-guides/hardware-and-software-requirements-for-biztalk-server-2020.md)

BizTalk Server 2013 and BizTalk Server 2013 R2 use older ssh library instead of WinSCP with limited server compatibility.

Expand Down Expand Up @@ -151,17 +155,17 @@ BizTalk Server 2013 and BizTalk Server 2013 R2 use older ssh library instead of

## Use a newer WinSCP version

To use a newer version of WinSCP with BizTalk Server, add an assembly redirection so BizTalk knows which assembly to load. The redirection is configured in the BizTalk Server configuration files: BTSNTSVC.exe.config (32-bit host instances) and BTSNTSVC64.exe.config (64-bit host instances).
To use a newer version of WinSCP with BizTalk Server, add an assembly redirection so BizTalk knows which assembly to load. The redirection is configured in the BizTalk Server configuration files: BTSNTSVC.exe.config (32-bit host instances) and BTSNTSVC64.exe.config (64-bit host instances). Due to a breaking change in WinSCP automation after version 6.1.2, BizTalk 2016 and BizTalk 2020 before CU6 can only be redirected up to maximum 6.1.2 version. BizTalk 2020 CU6 can be redirected to newer versions.

The following includes sample configuration syntax. Be sure to replace `%NEWVERSION%` with your version:
The following includes sample configuration syntax. Be sure to replace `%NEWVERSION%` with your version of WinSCPnet.dll file:

```
<configuration>
<runtime>
<assemblyBinding>
<dependentAssembly>
<assemblyIdentity name="WinSCPnet" publicKeyToken="2271ec4a3c56d0bf" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-1.65535.65535.65535" newVersion="%NEWVERSION%"/>
<bindingRedirect oldVersion="1.0.0.0-65535.65535.65535.65535" newVersion="%NEWVERSION%"/><!-- e g 6.1.2 = 1.14.0.13797 (winscpnet.dll version) -->
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Hardware and Software Requirements for BizTalk Server 2020
description: Describes the software prerequisites and supported version lists in order to install BizTalk Server 2020.
ms.custom: biztalk-2020,devx-track-javaee-websphere
ms.service: biztalk-server
ms.date: 01/03/2023
ms.reviewer: ""
ms.date: 01/13/2025
ms.reviewer: "niklase"
ms.suite: ""
ms.topic: article
---
Expand Down Expand Up @@ -35,9 +35,11 @@ The following table lists the minimum hardware requirements for your BizTalk Ser
When applying a cumulative update, some of the required software versions may change. To see the software versions that are updated, read the KB article for the cumulative update. For a list of cumulative updates, go to [Service Pack and cumulative update list for BizTalk Server](https://support.microsoft.com/topic/service-pack-and-cumulative-update-list-for-biztalk-server-108e5e94-4558-8b57-d5fb-45984506d56f).

- **Microsoft Windows**: Required. Supported versions include:
- Windows Server 2022 (with Desktop Experience) - requires minimum BizTalk 2020 [CU6](https://support.microsoft.com/help/5043408)
- Windows Server 2019 (with Desktop Experience)
- Windows Server 2016 (with Desktop Experience)
- Windows 10
- Windows 11

- **Internet Information Services (IIS)**: Provides a scalable web application infrastructure, and is required for EDI, BAM, Management REST API, and the SharePoint adapter.

Expand Down Expand Up @@ -88,7 +90,7 @@ When applying a cumulative update, some of the required software versions may ch

Supported minimum versions:

- Microsoft OLE DB Driver 18.3.0 for SQL Server. Download at [Microsoft OLE DB Driver for SQL Server](/sql/connect/oledb/download-oledb-driver-for-sql-server?view=sql-server-ver15&preserve-view=true).
- Microsoft OLE DB Driver 18.3.0 for SQL Server. Download 18.x at [Microsoft OLE DB Driver for SQL Server](/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver15&preserve-view=true#1874).

- **Microsoft SQL Server**: Required for BizTalk Server Runtime, EDI, and BAM. For optimal performance, Microsoft recommends the Enterprise Edition of SQL Server. Other considerations:

Expand All @@ -99,6 +101,7 @@ When applying a cumulative update, some of the required software versions may ch

Supported versions:

- Microsoft SQL Server 2022 - requires minimum BizTalk 2020 [CU6](https://support.microsoft.com/help/5043408)
- Microsoft SQL Server 2019
- Microsoft SQL Server 2017
- Microsoft SQL Server 2016 SP2 CU7
Expand All @@ -119,9 +122,11 @@ When applying a cumulative update, some of the required software versions may ch

Supported versions:

- WinSCP version [5.15.4](https://winscp.net/download/WinSCP-5.15.4-Automation.zip) . Download automation library at [WinSCP](http://winscp.net).
- WinSCP version [5.15.4](https://winscp.net/download/WinSCP-5.15.4-Automation.zip) . Download automation library at [WinSCP](http://winscp.net) and extract to BizTalk installation folder.
- BizTalk Server 2020 with CU1 or CU2 - WinSCP version [5.17.6](https://winscp.net/download/WinSCP-5.17.6-Automation.zip)
- BizTalk Server 2020 with CU3 or CU4 - WinSCP version [5.19.2](https://winscp.net/download/WinSCP-5.19.2-Automation.zip)
- BizTalk Server 2020 with CU5 - WinSCP version [6.1.2](https://winscp.net/download/WinSCP-6.1.2-Automation.zip)
- BizTalk Server 2020 with CU6 - WinSCP version [6.3.5](https://winscp.net/download/WinSCP-6.3.5-Automation.zip)

- **MQSeries adapter**: Optional. Required only when using IBM WebSphere MQ.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Read about what's new in BizTalk Server 2020.

| Feature | Description |
|---|---|
|Support for newer platforms | BizTalk Server 2020 adds support for the following Microsoft platforms:<br /><br /> - Visual Studio 2019 (Enterprise and Professional editions are supported)<br />- Windows Server 2019, Windows Server 2016, Windows 10<br />- SQL Server 2019, SQL Server 2017, SQL Server 2016 SP2<br />- Office 2019, Office 2016<br/><br/>[Hardware and Software Requirements for BizTalk Server 2020](../install-and-config-guides/hardware-and-software-requirements-for-biztalk-server-2020.md)|
|Support for newer platforms | BizTalk Server 2020 adds support for the following Microsoft platforms:<br /><br /> - Visual Studio 2019 (Enterprise and Professional editions are supported)<br />- Windows Server 2022 (CU6), Windows Server 2019, Windows Server 2016, Windows 11 (CU6), Windows 10<br />- SQL Server 2022 (CU6), SQL Server 2019, SQL Server 2017, SQL Server 2016 SP2<br />- Office 2019, Office 2016<br/><br/>[Hardware and Software Requirements for BizTalk Server 2020](../install-and-config-guides/hardware-and-software-requirements-for-biztalk-server-2020.md)|
| Analytics | Operational Data Monitoring and Analytics. <br/>Leveraging the power of Azure (Application Insight and Event Hub) for deep data storage and Power BI for reporting and viewing of data. <br/><br/>[Send tracking data to Azure](../core/send-tracking-data-to-azure-application-insights-using-biztalk-server.md)<br />[Configure data feed for Power BI](../core/operational-data-service.md)|
| Application Lifecycle Management with VSTS | Using Visual Studio Team Services, you can define multi-server deployments of BizTalk Server 2020, and then maintain those systems throughout the application lifecycle. <br/><br/>[Configure automatic deployment using VSTS](../core/configure-automatic-deployment-with-visual-studio-team-services-in-biztalk.md)|
| Management APIs | Manage your environment remotely using the new REST APIs with full Swagger support. <br/><br/>[REST API reference](/rest/api/overview/biztalk/?view=rest-biztalk-2020&preserve-view=true)|
Expand Down