SQL State: HYT00, SQL Error Code 0, Login timeout expired SQL State 08001, SQL Error Code: -1

Gaurav Lohiya 0 Reputation points
2023-08-19T11:00:34.3033333+00:00

I am getting the error "SQL State: HYT00, SQL Error Code 0, Login timeout expired SQL State 08001, SQL Error Code: -1", when trying to link RAD Studio 11.3 with SQL Server.

Along with the above error following message is displayed "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance.".

Thanks in advance for providing the solution.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 120.2K Reputation points MVP
    2023-08-19T20:11:59.48+00:00

    That error means what it says: you were not able to reach the SQL Server instance you were trying to connect to. There can be many reasons for this:

    • Fat-fingering server and/or instance name.
    • SQL Server not running.
    • Firewalls blocking.
    • In case of a name instance, the Browser service not running, or blocked by firewall.

    See further this troubleshooter.

    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.