FIX: SEM Generates Handled Exception Reading the ErrorlogLast reviewed: May 2, 1997Article ID: Q141975 |
The information in this article applies to:
SYMPTOMSSQL Enterprise Manager (SEM) can generate the following handled exception upon reading the errorlog:
Error : 0, Severity: 19, State: 0 Stored function 'xp_readerrorlog' in the library 'xpstar.dll' generated access violation; SQL Server is terminating process <process id>This can cause SQL Enterprise Manager to hang to the point that the process must be killed.
CAUSESQL Enterprise Manager uses the extended stored procedure xp_readerrorlog to read the current errorlog. If the errorlog contains two or more contiguous line-feed characters, xp_readerrorlog will generate the access violation when it attempts to read it.
WORKAROUNDThis situation is rare, but if you run into this scenario do not use SQL Enterprise Manager or xp_readerrorlog to read the errorlog in question. Try using another utility such as Write or Notepad.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.0. For more information, contact your primary support provider.
|
Additional query words: sql6 AV
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |