FIX: sp_replsetoriginator May Generate Access Violation in Bidirectional Transactional Replication (291275)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)

This article was previously published under Q291275
BUG #: 351080 (SHILOH_BUGS)

SYMPTOMS

When the sp_replsetoriginator stored procedure is executed on a server that is participating in bidirectional transactional replication, the following error message may be returned to the client application:
ODBC: Msg 0, Level 19, State 1 SqlDumpExceptionHandler: Process 61 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.

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

The following stack dump in displayed in the SQL Server error log:
Short Stack Dump
00409FAE Module(sqlservr+00009FAE) (CMsqlXact::GetXdes(unsigned short)+00000038)
007F5BE9 Module(sqlservr+003F5BE9) (xp_replsetoriginator(class CParamExchange *,class CXVariant *)+000000D5)
0061D96E Module(sqlservr+0021D96E) (CSpecProc::ExecuteSpecial(class CParamExchange *,unsigned long,int)+000001B4)
0061D4EC Module(sqlservr+0021D4EC) (CXProc::Execute(class CParamExchange *,int)+00000049)
0061F5CE Module(sqlservr+0021F5CE) (CSQLSource::Execute(class CParamExchange *)+0000038C)
0049CD0A Module(sqlservr+0009CD0A) (CStmtExec::XretLocalExec(class CMsqlExecContext *,unsigned short *,int,class WParseName *)const +00000154)
0049CB9F Module(sqlservr+0009CB9F) (CStmtExec::XretExecute(class CMsqlExecContext *)const +00000322)
004160DB Module(sqlservr+000160DB) (CMsqlExecContext::ExecuteStmts(class ExecutionContext *)+0000027E)
00415765 Module(sqlservr+00015765) (CMsqlExecContext::Execute(class CCompPlan *,class CParamExchange *)+000001C7)
00415410 Module(sqlservr+00015410) (CSQLSource::Execute(class CParamExchange *)+00000343)
00459A54 Module(sqlservr+00059A54) (language_exec(struct srv_proc *)+000003C8)
004175D8 Module(sqlservr+000175D8) (process_commands(struct srv_proc *)+000000E0)
410735D0 Module(UMS+000035D0) (ProcessWorkRequests(class UmsWorkQueue *)+00000264)
4107382C Module(UMS+0000382C) (ThreadStartRoutine(void *)+000000BC)
7800BEA1 Module(MSVCRT+0000BEA1) (_beginthread+000000CE)
77E92CA8 Module(KERNEL32+00012CA8) (CreateFileA+0000011B)
				

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