properblem reading error log after installation
laertes
Posts: 3 Bronze 1
Hi,
I installed sql Mon 3.0 this weeken and now i am seeing a lot of the following error:
Error: 18002, Severity: 20, State: 1.
Exception happened when running extended stored procedure 'xp_readerrorlog' in the library 'xpstar90.dll'. SQL Server is terminating process 94. Exception type: Win32 exception; Exception code: 0xc0000005.
Is this an error introduced by sql mon 3 or is it something I need to adress?
regards,
/Lars
I installed sql Mon 3.0 this weeken and now i am seeing a lot of the following error:
Error: 18002, Severity: 20, State: 1.
Exception happened when running extended stored procedure 'xp_readerrorlog' in the library 'xpstar90.dll'. SQL Server is terminating process 94. Exception type: Win32 exception; Exception code: 0xc0000005.
Is this an error introduced by sql mon 3 or is it something I need to adress?
regards,
/Lars
Comments
C0000005 is an "access violation", meaning the extended stored procedure is trying to read or write memory that is outside the address space of SQL Server. It means that the SQL Server installation has come unglued. You can try reinstalling or removing/readding the extended stored procedure.
Could you tell me which is the easiest way to reinstall the extended SP?
regards,
/Lars