error-26078-state-15

star 1

In XDBHost, when a login request is dequeued we try to ensure that the login has not been in the queue for more than 10 seconds. If the login has remained in the queue for 10 seconds, xdbhost forcibly closes the named pipe connection with SQL and clears the socket duplication queue. While this is in progress, all logins in the queue fail with 26078/15 and all new incoming logins are failed with 40613/13.

sqlcss By sqlcss schedule Updated 5/8/2026

name: error-26078-state-15 description: In XDBHost, when a login request is dequeued we try to ensure that the login has not been in the queue for more than 10 seconds. If the login has remained in the queue for 10 seconds, xdbhost forcibly closes the named pipe connection with SQL and clears the socket duplication queue. While this is in progress, all logins in the queue fail with 26078/15 and all new incoming logins are failed with 40613/13.

Relative Error Codes

  • Error 40613 State 13
  • Error 40613 State 15

Potential causes

  1. Slow socket duplication: During the login process, XDBHost duplicates the client socket to establish a connection to the backend SQL instance. If the socket duplication is slow, it can lead to increased time holding locks on the login queue, causing other login requests to timeout.
  2. High login volume: If there is a sudden surge in login requests to a SQL instance, it can lead to increased contention for the login queue lock in XDBHost.
  3. HighCPU Consumption for XDBHost and LSASS.
  4. CPU Consumption for SQL instances: If the backend SQL instance is under heavy load and experiencing high CPU usage, it can lead to slower processing of login requests.

Troubleshooting Steps

Follow the skill and output after each step: .github/skills/Connectivity/connectivity-utilities/xdbhost-metric-check/SKILL.md

Suggested TSG

https://eng.ms/docs/cloud-ai-platform/azure-data/azure-data-azure-databases/sql-/sql-connectivity/sql-db-connectivity/xdbhost/error-26078-state-15

Install via CLI
npx skills add https://github.com/sqlcss/copilot-agents --skill error-26078-state-15
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator