Select the product you need help with
FIX: Access violation occurs when an RPC call is made that includes a bit parameter value that is not validArticle ID: 314128 - View products that this article applies to. This article was previously published under Q314128 BUG #: 356323 (SHILOH_BUGS) On This PageSYMPTOMS In SQL Server 2000 Service Pack 2 (SP2), when you run a SQL
Profiler trace that includes RPC events (RPC:Starting or RPC:Completed), a statement that includes a bit parameter that has a value that is greater than 9 causes an
access violation in CNetInputBuffer::Init. In SQL Server 2000 Service Pack 1 (SP1), the trace is truncated, and you receive an error message in SQL Profiler, but no access violation occurs in SQL Server. The data type of the table column is irrelevant; only the data type of the parameter is relevant to this problem. NOTE: The table column may be another type other than bit. SQL Server 2000 SP2 (8.00.534) generates the following stack dump: Short Stack Dump 00410B23 Module(sqlservr+00010B23) (CNetInputBuffer::Init+0000005C) 004B7422 Module(sqlservr+000B7422) (CNetInputStream::FAddEventFragment+0000005E) 00639EB1 Module(sqlservr+00239EB1) (PcnisGetRpcTraceInput+000004BB) 0063A2C1 Module(sqlservr+0023A2C1) (PostRPC+000000AB) 00605A07 Module(sqlservr+00205A07) (execrpc+0000095E) 00437E05 Module(sqlservr+00037E05) (execute_rpc+00000019) 00410E73 Module(sqlservr+00010E73) (process_commands+00000210) 41073379 Module(UMS+00003379) (ProcessWorkRequests+0000024A) 41073071 Module(UMS+00003071) (ThreadStartRoutine+000000BD) 7800A27B Module(MSVCRT+0000A27B) (beginthread+000000CE) 77E8758A Module(KERNEL32+0000758A) (SetFilePointer+0000018A) RESOLUTIONService pack informationTo resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For more information, click the following article number to view the article in the Microsoft Knowledge Base:290211
(http://support.microsoft.com/kb/290211/
)
How to obtain the latest SQL Server 2000 service pack
Hotfix informationNOTE: The following hotfix was created before the release of Microsoft SQL Server 2000 Service Pack 3.The English version of this fix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel. Date Version Size File name ------------------------------------------------ 12-DEC-2001 8.00.552 7,442,513 Sqlservr.exe STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in Microsoft SQL Server 2000 Service Pack 4. MORE INFORMATION To reproduce the access violation, run a SQL Profiler trace
that includes at least one of the RPC events (RPC:Starting or RPC:Completed), and then run the following C code: PropertiesArticle ID: 314128 - Last Review: February 22, 2007 - Revision: 5.4
|


Back to the top








