FIX: Updating View Based on Partitioned View May Result in Assertion (290353)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)

This article was previously published under Q290353
BUG #: 236630 (SHILOH_BUGS)

SYMPTOMS

When an update on a view that is based on multiple local partitioned views is issued, the client application may receive the following error message:
SqlDumpExceptionHandler: Process 51 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process. Connection Broken.

RESOLUTION

To resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack

STATUS

Microsoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.

MORE INFORMATION

In the errorlog, an assertion failure similar to the following can be seen:
CBndOutputs::SetDefBy(CXte * 0x1ae1877c) line 192 + 84 bytes
CXte::RemapOutputValrefs(CRemapContext * 0x1adfee5c, CTDynArray<CValRefMapping *,CFnI_NULL<CValRefMapping *> > * 0x2013c8c8, int 0x00000001) line 2607
CXte::ExecCompile(CExecCompContext * 0x2013cae8) line 2386 + 31 bytes
CXte::ExecCompile(CExecCompContext * 0x2013cae8) line 2344 + 17 bytes
CXte::ExecCompile(CExecCompContext * 0x2013cae8) line 2344 + 17 bytes
CXte::ExecCompile(CExecCompContext * 0x2013cae8) line 2344 + 17 bytes
CXte::ExecCompile(CExecCompContext * 0x2013cae8) line 2344 + 17 bytes
CXte::ExecCompile(CExecCompContext * 0x2013cae8) line 2344 + 17 bytes
CQuery::Prepare() line 1232 + 32 bytes
----------------------------------------------------
bn_list.cpp:192; NULL == pvr->PxteGetDefiningNode(),pvr->FExpression() && pvr->FConstant()
				

Modification Type:MajorLast Reviewed:11/6/2003
Keywords:kbBug kbfix kbSQLServ2000sp1fix KB290353