Неизвестный тип внешнего источника данных - всегда зашифрован

Я создал свой самозаверяющий сертификат в своем локальном хранилище и загрузил его в хранилище ключей Azure. Чтобы я мог использовать его для своего всегда зашифрованного (столбец "Шифрование" в базе данных SQL Azure)

Изначально я столкнулся с проблемой чистки и решил ее здесь.

В дальнейшем я получаю сообщение об ошибке при выполнении моих зашифрованных операций

Это мой файл журнала

Jul 6 2017 16:01:16: Log opened. TraceLevel:Informational
Jul 6 2017 16:01:37 [Informational] WizardSummary: Message:Source database settings.

Jul 6 2017 16:01:37 [Informational] WizardSummary: Message: Source server name: xxx.database.windows.net.

Jul 6 2017 16:01:37 [Informational] WizardSummary: Message: Source database name: db.

Jul 6 2017 16:01:37 [Informational] WizardSummary: Message:Create new encryption key.

Jul 6 2017 16:01:37 [Informational] WizardSummary: Message: New encryption key: CEK_Auto1.

Jul 6 2017 16:01:37 [Informational] WizardSummary: Message:Encrypt column blobname.

Jul 6 2017 16:01:37 [Informational] WizardSummary: Message:   Table name: filenames.

Jul 6 2017 16:01:37 [Informational] WizardSummary: Message:   Encryption key name: CEK_Auto1.

Jul 6 2017 16:01:37 [Informational] WizardSummary: Message:   Encryption type: Deterministic.

Jul 6 2017 16:01:38 [Informational] WorkitemExecution: Message:Work item 'Generate new column encryption key CEK_Auto1' started..

Jul 6 2017 16:01:38 [Informational] TaskUpdates: Message:Task: 'Generate new column encryption key CEK_Auto1' -- Status: 'Started' -- Details: 'Task 'Generate new column encryption key CEK_Auto1' started ....'.

Jul 6 2017 16:01:40 [Informational] TaskUpdates: Message:Task: 'Generate new column encryption key CEK_Auto1' -- Status: 'Completed' -- Details: 'Task 'Generate new column encryption key CEK_Auto1' completed'.

Jul 6 2017 16:01:40 [Informational] WorkitemExecution: Message:Work item 'Generate new column encryption key CEK_Auto1' stopped..

Jul 6 2017 16:01:40 [Informational] WorkitemExecution: Message:Work item 'Generate new column encryption key CEK_Auto1' completed successfully!.

Jul 6 2017 16:01:40 [Informational] WorkitemExecution: Message:Work item 'Performing encryption operations' started..

Jul 6 2017 16:01:40 [Informational] TaskUpdates: Message:Task: 'Performing encryption operations' -- Status: 'Started' -- Details: 'Task 'Performing encryption operations' started ....'.

Jul 6 2017 16:02:15 [Informational] TaskUpdates: Message:Task: 'Performing encryption operations' -- Status: 'Failed' -- Details: 'Task failed due to following error: Unknown external data source type'.

Jul 6 2017 16:02:15 [Informational] WorkitemExecution: Message:Work item 'Performing encryption operations' stopped..

Jul 6 2017 16:02:15 [Error] WorkitemExecution: Message:Work item 'Performing encryption operations' did not complete. Details: Unknown external data source type.

Jul 6 2017 16:02:15 [Informational] Log Closed: Message:Job processing completed.

Основная ошибка неизвестна. Тип внешнего источника данных

ОБНОВИТЬ

Я могу преодолеть эту ошибку с моей другой базой данных Azure, которая была стандартного уровня цен

2 ответа

Решение

Эта проблема решена в SSMS V17.2
Вы можете скачать последнюю версию здесь

Вы зарегистрировали поставщика хранилища ключей Azure? Вы настроили мастер-ключ? Пожалуйста, прочитайте следующую статью:

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-always-encrypted-azure-key-vault

Надеюсь это поможет.

С Уважением,

Альберто Морильо

Другие вопросы по тегам