monitor
#monitor#33081

33081

Product Name Event ID 33081 Event Source MSSQLSERVER Component SQLEngine Symbolic Name SEC_DLL_TRUST_VERIFICATION_FAILED Message

Product

Name

Event ID

33081

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic

Name

SEC_DLL_TRUST_VERIFICATION_FAILED

Message Text

Failed to load cryptographic provider ’%.*ls’ due to an invalid Authenticode signature or

invalid file path. Check previous messages for other failures.

was unable to load the cryptographic provider listed in the error message. There

are several Win API failures which might cause this error. The ring buffer contains the name of

the failed API and the Windows error code returned by the API. To get more information, query

the sys.dm_os_ring_buffers view using the following query.

To investigate the problem, search for the Windows error code in MSDN

(

https://msdn.microsoft.com/

). Resolve the error, or contact Microsoft CSS for more

information. If you need to contact CSS, collect the following information for our support staff.

Expand table

SELECT * FROM sys.dm_os_ring_buffers
WHERE ring_buffer_type = 'RING_BUFFER_SECURITY_ERROR';