Options

properblem reading error log after installation

laerteslaertes Posts: 3 Bronze 1
edited May 2, 2012 7:01AM in SQL Monitor Previous Versions
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

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi Lars,

    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.
  • Options
    laerteslaertes Posts: 3 Bronze 1
    Hi, thanks for the reply.

    Could you tell me which is the easiest way to reinstall the extended SP?

    regards,
    /Lars
  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    SQL Server has a procedure "sp_addextendedproc" that you can use. So for starters you can sp_dropextendedproc and then sp_addextendedproc-it back in. As it's a system procedure, you may need to repair the installation though.
Sign In or Register to comment.