You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/security/encryption/sql-server-connector-maintenance-troubleshooting.md
+25-24Lines changed: 25 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,29 +211,30 @@ To learn more about Microsoft Entra ID, read [How Azure subscriptions are relate
211
211
`3019` | `ErrorHttpReadData` | `Cannot read response data due to network error.`
212
212
`3076` | `ErrorHttpResourceNotFound` | `The server responded 404, because the key name was not found. Make sure the key name exists in your vault.`
213
213
`3077` | `ErrorHttpOperationForbidden` | `The server responded 403, because the user doesn't have proper permission to perform the action. Make sure you have the permission for the specified operation. At minimum, the connector requires 'get, list, wrapKey, unwrapKey' permissions to function properly.`
214
-
`3100` | `ErrorHttpCreateHttpClientOutOfMemory ` | `Cannot create a HttpClient for AKV operation due to out of memory.`
215
-
`3101` | `ErrorHttpOpenSession ` | `Cannot open a Http session due to network error.`
216
-
`3102` | `ErrorHttpConnectSession ` | `Cannot connect a Http session due to network error.`
217
-
`3103` | `ErrorHttpAttemptConnect ` | `Cannot attempt a connect due to network error.`
218
-
`3104` | `ErrorHttpOpenRequest ` | `Cannot open a request due to network error.`
`3106` | `ErrorHttpSendRequest ` | `Cannot send a request due to network error.`
221
-
`3107` | `ErrorHttpGetResponseCode ` | `Cannot get a response code due to network error.`
222
-
`3108` | `ErrorHttpResponseCodeUnauthorized ` | `Server responded 401 for the request. Make sure the client Id and secret are correct, and the credential string is a concatenation of AAD client Id and secret without hyphens.`
223
-
`3109` | `ErrorHttpResponseCodeThrottled ` | `Server has throttled the request.`
224
-
`3110` | `ErrorHttpResponseCodeClientError ` | `The request is invalid. This usually means the key name is invalid or contains invalid characters.`
225
-
`3111` | `ErrorHttpResponseCodeServerError ` | `Server responded a response code between 500 and 600.`
226
-
`3112` | `ErrorHttpResourceNotFound ` | `The server responded 404, because the key name was not found. Please make sure the key name exists in your vault.`
227
-
`3113` | `ErrorHttpOperationForbidden ` | `The server responded 403, because the user does not have proper permission to perform the action. Please make sure you have the permission for the specified operation. At minimum,'get, wrapKey, unwrapKey' permissions are required.`
228
-
`3114` | `ErrorHttpQueryHeader ` | `Cannot query for response header.`
229
-
`3115` | `ErrorHttpQueryHeaderOutOfMemoryCopyHeader ` | `Cannot copy the response header due to out of memory.`
230
-
`3116` | `ErrorHttpQueryHeaderOutOfMemoryReallocBuffer ` | `Cannot query the response header due to out of memory when reallocating a buffer.`
231
-
`3117` | `ErrorHttpQueryHeaderNotFound ` | `Cannot find the query header in the response.`
232
-
`3118` | `ErrorHttpQueryHeaderUpdateBufferLength ` | `Cannot update the buffer length when querying the response header.`
233
-
`3119` | `ErrorHttpReadData ` | `Cannot read response data due to network error.`
234
-
`3120` | `ErrorHttpGetResponseOutOfMemoryCreateTempBuffer ` | `Cannot get response body due to out of memory when creating a temp buffer.`
235
-
`3121` | `ErrorHttpGetResponseOutOfMemoryGetResultString ` | `Cannot get response body due to out of memory when get result string.`
236
-
`3122` | `ErrorHttpGetResponseOutOfMemoryAppendResponse ` | `Cannot get response body due to out of memory when appending response.`
214
+
`3100` | `ErrorHttpCreateHttpClientOutOfMemory` | `Cannot create a HttpClient for AKV operation due to out of memory.`
215
+
`3101` | `ErrorHttpOpenSession` | `Cannot open a Http session due to network error.`
216
+
`3102` | `ErrorHttpConnectSession` | `Cannot connect a Http session due to network error.`
217
+
`3103` | `ErrorHttpAttemptConnect` | `Cannot attempt a connect due to network error.`
218
+
`3104` | `ErrorHttpOpenRequest` | `Cannot open a request due to network error.`
`3106` | `ErrorHttpSendRequest` | `Cannot send a request due to network error.`
221
+
`3107` | `ErrorHttpGetResponseCode` | `Cannot get a response code due to network error.`
222
+
`3108` | `ErrorHttpResponseCodeUnauthorized` | `Server responded 401 for the request. Make sure the client Id and secret are correct, and the credential string is a concatenation of AAD client Id and secret without hyphens.`
223
+
`3109` | `ErrorHttpResponseCodeThrottled` | `Server has throttled the request.`
224
+
`3110` | `ErrorHttpResponseCodeClientError` | `The request is invalid. This usually means the key name is invalid or contains invalid characters.`
225
+
`3111` | `ErrorHttpResponseCodeServerError` | `Server responded a response code between 500 and 600.`
226
+
`3112` | `ErrorHttpResourceNotFound` | `The server responded 404, because the key name was not found. Please make sure the key name exists in your vault.`
227
+
`3113` | `ErrorHttpOperationForbidden` | `The server responded 403, because the user does not have proper permission to perform the action. Please make sure you have the permission for the specified operation. At minimum,'get, wrapKey, unwrapKey' permissions are required.`
228
+
`3114` | `ErrorHttpQueryHeader` | `Cannot query for response header.`
229
+
`3115` | `ErrorHttpQueryHeaderOutOfMemoryCopyHeader` | `Cannot copy the response header due to out of memory.`
230
+
`3116` | `ErrorHttpQueryHeaderOutOfMemoryReallocBuffer` | `Cannot query the response header due to out of memory when reallocating a buffer.`
231
+
`3117` | `ErrorHttpQueryHeaderNotFound` | `Cannot find the query header in the response.`
232
+
`3118` | `ErrorHttpQueryHeaderUpdateBufferLength` | `Cannot update the buffer length when querying the response header.`
233
+
`3119` | `ErrorHttpReadData` | `Cannot read response data due to network error.`
234
+
`3120` | `ErrorHttpGetResponseOutOfMemoryCreateTempBuffer` | `Cannot get response body due to out of memory when creating a temp buffer.`
235
+
`3121` | `ErrorHttpGetResponseOutOfMemoryGetResultString` | `Cannot get response body due to out of memory when get result string.`
236
+
`3122` | `ErrorHttpGetResponseOutOfMemoryAppendResponse` | `Cannot get response body due to out of memory when appending response.`
237
+
`3128` | `ErrorHttpBadRequest` | `The secret and client id are correct but in the wrong format.`
237
238
`3200` | `ErrorGetAADValuesOutOfMemoryConcatPath` | `Cannot get Azure Active Directory challenge header values due to out of memory when concatenating the path.`
238
239
`3201` | `ErrorGetAADDomainUrlStartPosition` | `Cannot find the starting position for Azure Active Directory domain Url in malformatted response challenge header.`
239
240
`3202` | `ErrorGetAADDomainUrlStopPosition` | `Cannot find the ending position for Azure Active Directory domain Url in malformatted response challenge header.`
@@ -314,7 +315,7 @@ To learn more about Microsoft Entra ID, read [How Azure subscriptions are relate
314
315
`3819` | `ErrorPEMCertAuthParamsCreateRequestBody` | `Error creating request body from PEM private key for authentication with AAD.`
315
316
`3820` | `ErrorLegacyPrivateKeyAuthParamsSignAlg` | `Error getting RSA signing algorithm for Legacy private key authentication with AAD.`
316
317
`3821` | `ErrorLegacyPrivateKeyAuthParamsImportForSign` | `Error importing Legacy private key for RSA signing for authentication with AAD.`
317
-
`3822` | `ErrorLegacyPrivateKeyAuthParamsCreateRequestBody` | `Error creating request body from Legacy private key for authentication with AAD.`
318
+
`3822` | `ErrorLegacyPrivateKeyAuthParamsCreateRequestBody` | `Error creating request body from Legacy private key for authentication with AAD.`
318
319
`3900` | `ErrorAKVDoesNotExist` | `Error internet name not resolved. This typically indicates the Azure Key Vault is deleted.`
319
320
`4000` | `ErrorCreateKeyVaultRetryManagerOutOfMemory` | `Cannot create a RetryManager for AKV operation due to out of memory.`
0 commit comments