Главная страница | назад





Article #18776: Microsoft SQL Server error 17824 Unable to write to ListenOn connection

 Question and Answer Database
QNA :Microsoft SQL Server error 17824 Unable to write to ListenOn connection
Category :Database (MSSQL)
Platform :Win95/NT
Product : All32Bit
Question:
I am receiving the error "17824 Unable to write to ListenOn connection 'xxx', oginname 'xxx', hostname 'xxx'." when working with my MS SQL server.
What is causing this error?
Answer:
Please see the Microsoft SQL server documentation for further information on this topic.
After establishing a number of concurrent application connections to the MS SQL Server the following error is encountered:
MS SQL Server error "17824 Unable to write to ListenOn connection 'xxx', loginname 'xxx', hostname 'xxx'."
POSSIBLE CAUSE:
It is possible that the PROCEDURE CACHE percentage is set too low.
Please see your MS SQL Server documentation and NT Event Viewer for more information on debugging network errors and tuning your MS SQL Server's PROCEDURE CACHE.
Relevent SQL Server options: MAX PROCEDURE CACHE ... MAX WORKER THREADS
PROCEDURE CACHE
The procedure cache holds entries for each procedure and other maintenance overhead.
Settings for the PROCEDURE CACHE include:
MAX PROCEDURE CACHE ACTIVE %
MAX PROCEDURE CACHE USED%
PROCEDURE CACHE USED%
MAX WORKER THREADS
The max worker threads option allows control over the number of threads allocated to the user pool.
3/26/99

Last Modified: 01-SEP-99