| title |
MSSQLSERVER_33085 |
| description |
MSSQLSERVER_33085 |
| author |
MashaMSFT |
| ms.author |
mathoma |
| ms.date |
04/04/2017 |
| ms.service |
sql |
| ms.subservice |
supportability |
| ms.topic |
reference |
| helpviewer_keywords |
33085 (Database Engine error) |
|
[!INCLUDE SQL Server]
| Attribute |
Value |
| Product Name |
SQL Server |
| Event ID |
33085 |
| Event Source |
MSSQLSERVER |
| Component |
SQLEngine |
| Symbolic Name |
SEC_CRYPTOPROVE_METHOD_CANNOT_FOUND |
| Message Text |
One or more methods cannot be found in cryptographic provider library '%.*ls'. |
[!INCLUDEssNoVersion] was unable to use the cryptographic provider listed in the error message. The cryptographic provider did not support a required method. The state of the error indicates which method was not found.
| State |
Description |
| 1 |
SqlCryptInitializeProvider |
| 2 |
SqlCryptFreeProvider |
| 3 |
SqlCryptOpenSession |
| 4 |
SqlCryptCloseSession |
| 5 |
SqlCryptGetProviderInfo |
| 6 |
SqlCryptGetNextAlgorithmId |
| 7 |
SqlCryptGetAlgorithmInfo |
| 8 |
SqlCryptCreateKey |
| 9 |
SqlCryptDropKey |
| 10 |
SqlCryptGetNextKeyId |
| 11 |
SqlCryptGetKeyInfoByKeyId |
| 12 |
SqlCryptGetKeyInfoByThumb |
| 13 |
SqlCryptGetKeyInfoByName |
| 14 |
SqlCryptExportKey |
| 15 |
SqlCryptImportKey |
| 16 |
SqlCryptEncrypt |
| 17 |
SqlCryptDecrypt |
Contact the cryptographic provider for more information.