How to fix SQL Server Setup has encountered the following error: Failed to retrieve data for this request..

Talent Mabuto 0 Reputation points
2025-05-02T08:55:59.86+00:00

I'm trying to patch SQL Server 2019 in a clustered environment. The setup is failing with this error:

Setup has encountered the following error: Failed to retrieve data for Summary.txtthis request..Detail.txt

SQL Server Database Engine
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alban Berisha 80 Reputation points
    2025-05-02T10:01:10.67+00:00

    Hi Talent,
    I had this issue and one of the nodes could not communicate to the others. Check the connectivity between nodes (ping the node).

    You should also check the status of the RemoteRegistry service on the remote machine that failed.

    sc \\REMOTE_MACHINE_NAME_HERE query remoteregistry
    

    If the service is not running, run:
    sc \REMOTE_MACHINE_NAME_HERE config remoteregistry start= auto
    Then:
    sc \REMOTE_MACHINE_NAME_HERE start remoteregistry
    And recheck the status again.

    If this helps, feel free to upvote or accept the answer!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.