The SAPonWin Check Tool (SCT) collects configuration and logging data from a Windows Server host. Based on the collected information, the SAPonWin Check Tool validates your configuration and checks for common misconfigurations, for example:
- Operating System: Operating System Version, Windows Service Start-up types, Permissions for file System objects and network shares, etc.
- Network configuration: Forward/Backward Name Resolution of IP Addresses and Hostnames
Disclaimer: This tool is not part of the SAP Products and thus not officially supported by SAP. It was designed to help our customers and supporters to identify potential misconfigurations. Use it at your own risk.
Download the SAPonWin Check Tool (SCT)
Get the latest version
You can find the latest version of the SCT attached to SAP Note 3273783 – How to use SAPonWin Check Tool?.
The version history of the SCT can be found at the end of this blog post.
Advance information
For more details about how to upgrade the .NET Framework and the WMF, see:
- .NET Framework – System requirements: https://docs.microsoft.com/en-us/dotnet/framework/get-started/system-requirements
- .NET Framework – Installation guide: https://docs.microsoft.com/en-us/dotnet/framework/install/
- .NET Framework – Download: https://dotnet.microsoft.com/en-us/download
- Install and Configure WMF 5.1: https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/wmf/setup/install-configure?view=powershell-5.1
System Requirements
To run the SCT, the system must fulfil the following requirements
- Windows Server 2012 or later with .NET Framework 4.5.2
- Windows Management Framework 5.1 or later. You can get the Windows Management Framework 5.1 from Microsoft: http://aka.ms/wmf5download
- Disk space: The required disk space (on the drive where SAPonWinCheckTool.exe is located) mainly depends on the size of the collected data. Especially the size of the Windows event logs and the SAP work and log folders can sum up to several Gigabytes.
- The user used to run the SCT must be at least a member of the local Administrators group. It can be either a local user account or a domain user account.
Running SCT
Extract the archive to a local directory on the system you want to check, for example C:SCT.
You can run the SCT by running SAPonWinCheckTool.exe via Windows Explorer:
- Navigate to C:SCT
- Run SAPonWinCheckTool.exe
or from an administrative (= run as Administrator) command prompt or PowerShell:
cd C:SCT .SAPonWinCheckTool.exe
Wait until SCT has collected all required information from your local system. This may take some minutes depending on the performance of your local system and the amount of data being collected.
After the SCT completed its work successfully, the generated report is opened with the default web browser. You will also find a SCTReport-<Date>-<Timestamp>.zip archive in the same directory where SAPonWinCheckTool.exe is located (C:SCT in this example). This ZIP archive contains all data that was collected by the SCT:
- Network:
- Network related configuration data like IP configuration, IP to Hostname resolution, configured SMB shares, etc.
- OperatingSystem
- EventLogs: Export of the event logs Application and System.
- Configuration data like user rights Assignment, environment variables, list of active filter drivers, …
- SAP
- Profile<SID>: Profile files for all detected SAP Systems, grouped by the <SID>
- Work<SID>: Work folders of all local SAP Systems, grouped by the <SID> This directory contains one subdirectory <SID> for each detected SAP System storing the collected data
- WMI:
- Several XML files that contain WMI/CIM data that was exported by SCT
- SCTReport.html
- The generated report
Attach this archive file to a SAP incident to provide SAP support additional information about the affected Windows host and SAP system.
Version History
Version 1.0.0.3 (February 13th, 2023)
- Fixed handling of invalid characters (for example ASCII characters 0x0 and 0x4) in WMI data
- Fixed crash if SCT is running on Windows Server 2012 R2
- Added export of Windows Event Logs Microsoft-Windows-SMBClient/* and Microsoft-Windows-SMBServer/*
- More detailed error message if execution of the collector script fails.
Version 1.0.0.1 (January 11th, 2023)
- Added evaluation of security setting ‘RestrictRemoteSAM’