Hello, I'm using a Azure VM with Windows Server 2022 + SQL 2022 for WS 2022. I was setting up the Configuration Tool, after all the steps were correct and every connection was stablished, I chose the option to run the Service Center installation. That's when I got the error "System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired."
Regards,Pedro Lima
Hi,
It seems that platform server is having trouble to connect to database server. Check if platform server database configurations are configured properly
Hi Pedro, how you doing?
Are both in the same Azure VM? 'Cause the error looks like the application can't reach to the database. Check the IP address and PORT, please and lemme know :)
Please check
1. Connectivity between the servers
2. Firewall rule
3, Antivirus utility on Platform Server.
Thank you all for answering! The problem was that I was trying to reach an private instance instead of the the instance that I created for the purpose. Thank you all for you answers!