Discussions in this thread will be monitored to ensure adherence to our Community Guidelines
Below are the SHA-256 checksums for the files included in the release 8.37.09. Use these to confirm the authenticity and integrity of each file:
| File Name | SHA-256 |
|---|---|
| 8.37.09-Country_Specific_Templates_Maps.zip | 865bc9bf9cebdb174e6159c64edeae448ba515c84bfe4ec29e82143658fbb68a |
| 8.37.09-SST21_Spreadsheet_Templates.zip | 2ca9de0780cc97a7005b5e5a94f21bae28ea69022c79d69e0db3469a9d6b646d |
| 8.37.09-Spreadsheet_Interface_64.zip | d6aebb2dcd190b991e2314b2969f5b4dfd4804b4722b3e1bde61058f65949de0 |
| BRETemplates-8.37.09.216.exe | 8e3a345581e30cdae25a7a69bb113d1d7302d1df30451d0593abeba823ac8c90 |
| EngineUpdate-8.37.09-ReleaseNotes.pdf | 78d444f37f79958693bda8ffed8d285c13558d639dfc09b0e05cf81211fe5066 |
| EngineUpdate-8.37.09.216-unix.sh | a7d53d02f9c77886eeb55a7ba6376d9c089e0fea2650f48faac9f367290f02cf |
| EngineUpdate-8.37.09.216-win.exe | 86cfedb94cd3c543ed9b72be6d3bfcbd35d9c9b60d8137f62c35401d9a735516 |
| ExpressReporter-2.2.5.0009.exe | d1ce7a88a0b29da3c50922b453a6f8d5e9e7a45a9c39f5e2a921087cd722b65b |
| IWF21-3.15.0.25250.exe | 3c12b7943d66b7996684af84fc6c51eeba0ab085eeda3fc7bbd979e3093885ac |
| STP-1.20.0.5072.exe | c03dfb9281231c98ab6d4c680ca1cf31b42e57f1d8bd0a360268a171396aadb7 |
| Workplace_Gender_Equality_Reporting_2024-2025.pdf | 5b9c8673c7d6dac73f80ebea869bdb1de7bf624e41633ff58f0da99bf2a75ac8 |
| eRecruitManagement-1.37.9.9465.exe | 41f9bf314a4577cf38144acdf7f712532302cb01daf6094808d71935f66937c5 |
| er21-83709-technical-guide-e1-02.pdf | 5daf6b147dc8fd071679c976e954eb9fe70721e494d351f0bc1b741c057d3d4c |
| fs-installer-8.37.09.2276.exe | bdc94e47885c13c0c67972b581854c041e6eadb2f0b870b18c6fa0e387a53ead |
| fs-installer-api-8.37.09.701.exe | 288482fc6f1ca67cb64fc75011b00a22529afa2405481e8718baee733c8a1868 |
| iwf21-v315-user-guide-e1-06.pdf | d713838775fc104933e71586813afbc428755f02e5157f6755accfb88bfe8c7a |
| self-service-v612-administration-guide-e1-03.pdf | 93a988cc8f7013aa690e3ea8520596f85a37b42f5024c4e0edcc8463074696e5 |
| ta21-allocation-profiles-topic-guide-ed1-01.pdf | 01cd6e27e90f43dac7753f7df9d8d6e584f764a789cd82fd040f4b46ca6009e5 |
| ta21-management-delegation-topic-guide-e1-01.pdf | ee3602730a57148f7224e87e74e8cba32f8fe8e5bb61c9dfc9de86e641d51559 |
How to Verify File Integrity Using Checksums:
Windows:
Powershell and Command Prompt methods are provided below. You can use either method.
Powershell:
- Download the required file associated with release 8.37.09.
For example:EngineUpdate-8.37.09.216-win.exesaved toC:\downloads - Open Powershell and navigate to the directory where the file is located.
cd C:\downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
Get-FileHash -Algorithm SHA256 EngineUpdate-8.37.09.216-win.exe - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.
Command Prompt:
- Download the required file associated with release 8.37.09.
For example:EngineUpdate-8.37.09.216-win.exesaved toC:\downloads - Open Command Prompt and navigate to the directory where the file is located.
cd C:\downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
CertUtil -hashfile EngineUpdate-8.37.09.216-win.exe SHA256 - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.
Linux:
- Download the required file associated with release 8.37.09.
For example:EngineUpdate-8.37.09.216-unix.shsaved to/home/user/downloads - Open a terminal and navigate to the directory where the file is located.
cd /home/user/downloads - Use a SHA-256 checksum tool to compute the checksum of the downloaded file.
sha256sum EngineUpdate-8.37.09.216-unix.sh - Compare the computed checksum with the corresponding checksum in the table above.
- If the checksums match, the file is authentic and has not been altered. If they do not match, do not use the file and re-download it.