Re: Receive Error: 17805 Invalid buffer received from client

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You should be able to track it down quickly if it's
happening every hour. You get capture exceptions using the
Errors and Warnings class. You can then see the spid that
generated this error. If you also capture the T-SQL
statements and stored procedures at the same time, you will
see what the spid that generated the exception was
executing.
What you filter on depends more on your system. You can at
least filter out the applications SQL Profiler and SQLAgent%

-Sue

On Fri, 21 Oct 2005 15:33:20 -0700, "Brett Davis"
<bdavis123@xxxxxxx> wrote:

>Hello
>
>I am running SQL Server 2000 with SP 4 on Windows Server 2003. Every hour I
>receive several notifications with the following:
>
> Reply: Message not found. Insertion strings:Error: 17805, Severity: 20,
> State: 3 Invalid buffer received from client.
>
>I want to create a SQL Profiler trace that will help me to identify which
>sql statements \ stored procedures are causing this error. What will i need
>to specify in the trace to identify the transaction that is causing this
>error and what kind of filter if any do i need to apply?
>
>Please advise..
>
>Cheers!
>
>Brett
>

.



Relevant Pages

  • Re: Access ADP, filter lookup & SQL Server 2000
    ... through the trace that is output by SQL Profiler. ... account does not insert records into the temporary table whereas my account ... could do the filter by form no problem. ... by form rose it's ugly head. ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Profiler logging SP:Starting hundreds of times for one SP
    ... However, when we trace it using SQL Profiler, it reports ... >> I realise that we can filter out the duplicates by only capturing ... > It looks like you have a function on a column in the query. ...
    (microsoft.public.sqlserver.tools)
  • SQL Profiler doesnt filter
    ... Using SQL Profiler, I can not filter events by criterias which use "Like"! ... For example if I put "rpt" as "application name like" filter, ...
    (microsoft.public.sqlserver.programming)