Please set the password for each account listed on the Server Configuration page. On the Password column, make a click and set the password for each account in the QGROUP domain. Use the same password the QGROUP\QCSGAIA account has in active directory. Make sure the account has a complex password in active directory like p@ssw0rd!
sql server rpc error
experts, I encountered this problem when installing the database, RPC service is not available.
I tried the existing methods on the Internet: DNS check, firewall, high-use port behind RPC, but this did not work for me, any advice worked for me.
thanks in advance.
Azure SQL Database
SQL Server Other
-
Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
2023-03-15T04:26:27.82+00:00
1 additional answer
Sort by: Most helpful
-
Seeya Xi-MSFT 16,586 Reputation points
2023-03-16T06:50:36.1633333+00:00 Hi @pooo zz ,
It usually indicates that there is a problem with the communication between the SQL Server installer and the Windows RPC service.
Here are some steps you can take to resolve this issue:
Make sure that the Windows RPC service is running. You can check this by going to the Services app in Windows and looking for the "Remote Procedure Call (RPC)" service. If it is not running, start the service and try the installation again.
Check if there are any firewall or antivirus software blocking the communication between the SQL Server installer and the Windows RPC service. You may need to temporarily disable or configure your firewall or antivirus software to allow the installation to proceed.
Make sure that the server you are trying to install SQL Server on has the latest Windows updates installed. Some updates may be required for the RPC service to function properly.
In addition, please refer to MS document:
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".