Skip to content

Commit 8adda3d

Browse files
committed
edits
1 parent ce71c24 commit 8adda3d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/stream-analytics/data-error-codes.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Data error codes - Azure Stream Analytics
3-
description: Troubleshoot Azure Stream Analytics issues with data error codes.
3+
description: Troubleshoot Azure Stream Analytics issues with data error codes, which occur when there's bad data in the stream.
44
ms.author: sidram
55
author: sidramadoss
66
ms.topic: troubleshooting
7-
ms.date: 05/07/2020
7+
ms.date: 05/25/2022
88
ms.service: stream-analytics
9+
ms.custom: kr2b-contr-experiment
910
---
1011

1112
# Azure Stream Analytics data error codes
@@ -22,7 +23,7 @@ You can use activity logs and resource logs to help debug unexpected behaviors f
2223

2324
## InputEventTimestampByOverValueNotFound
2425

25-
* **Cause**: Stream Analytics is unable to get value of `TIMESTAMP BY OVER COLUMN`.
26+
* **Cause**: Stream Analytics is unable to get the value of `TIMESTAMP BY OVER COLUMN`.
2627

2728
## InputEventLateBeyondThreshold
2829

@@ -38,7 +39,7 @@ You can use activity logs and resource logs to help debug unexpected behaviors f
3839

3940
## EventHubOutputRecordExceedsSizeLimit
4041

41-
* **Cause**: An output record exceeds the maximum size limit when writing to Event Hub.
42+
* **Cause**: An output record exceeds the maximum size limit when writing to Azure Event Hubs.
4243

4344
## CosmosDBOutputInvalidId
4445

@@ -51,24 +52,24 @@ You can use activity logs and resource logs to help debug unexpected behaviors f
5152

5253
## CosmosDBOutputMissingId
5354

54-
* **Cause**: The output record doesn't contain the column \[id] to use as the primary key property.
55+
* **Cause**: The output record doesn't contain the column `[id]` to use as the primary key property.
5556

5657
## CosmosDBOutputMissingIdColumn
5758

5859
* **Cause**: The output record doesn't contain the Document ID property.
59-
* **Recommendation**: Ensure the query output contains the column with a unique non-empty string less than '255' characters.
60+
* **Recommendation**: Ensure the query output contains the column with a unique non-empty string of no more than 255 characters.
6061

6162
## CosmosDBOutputMissingPartitionKey
6263

63-
* **Cause**: The output record is missing the a column to use as the partition key property.
64+
* **Cause**: The output record is missing a column to use as the partition key property.
6465

6566
## CosmosDBOutputSingleRecordTooLarge
6667

67-
* **Cause**: A single record write to Cosmos DB is too large.
68+
* **Cause**: A single record write to Azure Cosmos DB is too large.
6869

6970
## SQLDatabaseOutputDataError
7071

71-
* **Cause**: Stream Analytics can't write event(s) to SQL Database due to issues in the data.
72+
* **Cause**: Stream Analytics can't write event(s) to Azure SQL Database due to issues in the data.
7273

7374
## Next steps
7475

0 commit comments

Comments
 (0)