General Cryptographic error

  • Any idea? SQL Server seems to hang. These errors are repeated in the log:

    1.) "Problem creating symtom dump file due to internal exception"

    2.) "Problem creating symtom dump file due to internal exception"

    3.) "Error: 15296, Severyit: 16, State: 1"

    4.) "General Cryptographic failure."

    5.) "Sql Server is terminating a system or background task SSB Task due to errors in starting up the task"

    Also, I found this stuff in the "exception.log" file. Any ideas?

    09/08/08 11:00:00 spid 62 Exception 0xc0000005 EXCEPTION_ACCESS_VIOLATION reading address 00000004 at 0x61E8FAE9

    09/08/08 11:00:00 spid 0 Exception 0xc0000005 EXCEPTION_ACCESS_VIOLATION reading address 00000018 at 0x76C92779

    09/08/08 11:01:40 spid 0 Exception 0xc0000005 EXCEPTION_ACCESS_VIOLATION reading address 00000018 at 0x76C92779

    09/08/08 11:03:51 spid 0 Exception 0xc0000005 EXCEPTION_ACCESS_VIOLATION reading address 00000000 at 0x7C82BC32

    xp_msver =

    1ProductNameNULLMicrosoft SQL Server

    2ProductVersion5898249.00.3068.00

    3Language1033English (United States)

    4PlatformNULLNT INTEL X86

    5CommentsNULLNT INTEL X86

    6CompanyNameNULLMicrosoft Corporation

    7FileDescriptionNULLSQL Server Windows NT

    8FileVersionNULL2005.090.3068.00

    9InternalNameNULLSQLSERVR

    10LegalCopyrightNULL© Microsoft Corp. All rights reserved.

    11LegalTrademarksNULLMicrosoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation

    12OriginalFilenameNULLSQLSERVR.EXE

    13PrivateBuildNULLNULL

    14SpecialBuild201064448NULL

    15WindowsVersion2483819575.2 (3790)

    16ProcessorCount22

    17ProcessorActiveMask300000003

    18ProcessorType586PROCESSOR_INTEL_PENTIUM

    19PhysicalMemory40954095 (4294000640)

    20Product IDNULLNULL

    .

  • One more thing. Nothing on this DB server is encrypted.

    Thx!

    .

  • I'm having similar issue on a SQL-2008 instance, where I have principal mirror databases, no idea what the cause is.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • Wow, this is incredibly old. I forgot the specific details of the solution. I just remember that it was related to encrypted stored procedure(s). Sombody, or something was trying to access encrypted sprocs.

    Hope this gets you moving in the right direction.

    .

  • BSavoie (9/18/2010)


    Wow, this is incredibly old. I forgot the specific details of the solution. I just remember that it was related to encrypted stored procedure(s). Sombody, or something was trying to access encrypted sprocs.

    Hope this gets you moving in the right direction.

    Thank you, it looks like this error is generic enough to appear in various situations. I don't have encrypted sprocs in that environment, but I do have mirroring set up to a reporting server, and that seems to be related somehow to what happened in my case.

    I may need to ask Microsoft for help in figuring this one out.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply