Error: 40613

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alanb632
Posts: 1
Joined: Tue 10 Apr 2018 10:53
Location: Denver

Error: 40613

Post by alanb632 » Tue 10 Apr 2018 11:05

I've google a bit about this can't seem to find a straight answer. Has anyone got the SQL Error: 40613?
What does this errorcode mean?

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Error: 40613

Post by Stellar » Thu 12 Apr 2018 12:19

According to the error code, you connect to Azure. The description of the 40613 error from MSDN:
Database <db_name> on server <Azure_instance> is not currently available. Please retry the connection later. If the problem persists, contact customer support, and provide them with the session tracing ID of <session_id>. (Microsoft SQL Server, Error: 40613)

The link to the article at MSDN:
https://docs.microsoft.com/en-us/azure/ ... r-messages

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Error: 40613

Post by Stellar » Thu 19 Apr 2018 12:22

When executing any SQL expression on the server, SDAC receives a response from the server. If the response contains an error code, then SDAC raises an exception with the error text.
Please specify the circumstances under which you receive the 40613 error.

Post Reply