Skip to content

Commit 57eb8fb

Browse files
author
Carey MacDonald
committed
Respond to feedback
1 parent 8bb9f57 commit 57eb8fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,10 @@ This error occurs when the indexer is attempting to [project data into a knowled
176176

177177
| Reason | Details/Example | Resolution |
178178
| --- | --- | --- |
179-
| Could not update projection blob `'blobUri'` in container `'containerName'` |The specified container does not exist. | The indexer will check if the specified container has been previously created and will create it if necessary, but it only performs this check once before each indexing batch. This error means that something deleted the container after this step. It is best to leave the storage account that you designated for your knowledge store alone until the indexer is finished running, but if you do for some reason encounter this error, rerunning the indexer should resolve it. |
179+
| Could not update projection blob `'blobUri'` in container `'containerName'` |The specified container does not exist. | The indexer will check if the specified container has been previously created and will create it if necessary, but it only performs this check once per indexer run. This error means that something deleted the container after this step. To resolve this error, try this: leave your storage account information alone, wait for the indexer to finish, and then rerun the indexer. |
180180
| Could not update projection blob `'blobUri'` in container `'containerName'` |Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. | This is expected to be a transient failure with Azure Storage and thus should be resolved by rerunning the indexer. If you encounter this error consistently, please file a [support ticket](https://ms.portal.azure.com/#create/Microsoft.Support) so it can be investigated further. |
181181
| Could not update row `'projectionRow'` in table `'tableName'` | The server is busy. | This is expected to be a transient failure with Azure Storage and thus should be resolved by rerunning the indexer. If you encounter this error consistently, please file a [support ticket](https://ms.portal.azure.com/#create/Microsoft.Support) so it can be investigated further. |
182182

183-
184183
<a name="could-not-execute-skill-because-a-skill-input-was-invalid"/>
185184

186185
## Warning: Skill input was invalid

0 commit comments

Comments
 (0)