Forum Discussion
msalka
Jan 14, 2025Copper Contributor
SQL2022 installation failed in Win Server2022 with code 0x851A001A
Hello, SQL2022 installation failed under MS Windows Server 2022 Standard (10.0.20348) with error code 0x851A001A. Follow MS Troubleshooting "Troubleshoot errors related to system disk sector size g...
IrfanDBA
Feb 20, 2025Copper Contributor
we got the same error when we were upgrading our 2016 environment to 2022.
Are you upgrading any database?
In our case we copied SSISDB from old(2016)to new(2022). It was looking for enough permissions to upgrade SSISDB from 2016 to 2022, which were not present. If you check the installation log, it clearly specifies what's the issue is?
After reading the log, granted enough permissions to SSISDB system user "##MS_SSISServerCleanupJobUser##".
The installation/patch/cumulative update completed successfully.
Hope that helps.