I am trying to upgrade a SQL Server 2022 Standard Instance in a Failover Cluster setup to 2025. In order to get it to fully get past the issue with unable to install with Data Quality services installed, I am running it from the command line with the following arguments.
setup.exe /IACCEPTDQUNINSTALL /Action="upgrade" /PID="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" /INSTANCENAME=MSSQLSERVER /IAcceptSQLServerLicenseTerms
During the process, I am getting the following message. I am attaching the summary.log from the installation.
Microsoft (R) SQL Server 2025 17.00.1000.07
Copyright (c) 2025 Microsoft. All rights reserved.
The following error occurred:
Value cannot be null.
Parameter name: collection
Error result: -2147467261
Result facility code: 0
Result error code: 16387
Please review the summary.txt log for further details
Any help would be appreciated as I'm trying to upgrade a test environment instance and validate a 3rd party dependency before we upgrade our production cluster.
Thanks.
Summary.log