Open a new Query window in SQL Server Management Studio and execute the following command:
Sql
CREATE CRYPTOGRAPHIC PROVIDER FuturexEkmProvider FROM FILE = 'C:\Program Files\Futurex\fxekm\fxekm.dll';GO
If you encounter the error Cannot initialize cryptographic provider. Provider error code: 1. (Failure - Consult EKM provider for details), perform the following steps:
Switch the Server Authentication type to Windows Authentication.
Right-click the DB server, select Properties, and go to the Security tab.
Change the Server Authentication type from SQL & Windows Authentication to Windows Authentication.
Was this page helpful?
⌘I
Assistant
Responses are generated using AI and may contain mistakes.