Skip to content

Commit c8f8921

Browse files
authored
Merge pull request #199306 from v-thepet/sidram
DevEdit: Data error codes
2 parents 1c4f96e + 8540f64 commit c8f8921

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
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
1213

13-
You can use activity logs and resource logs to help debug unexpected behaviors from your Azure Stream Analytics job. This article lists the description for every data error error code. Data errors occur when there is bad data in the stream, such as an unexpected record schema.
14+
You can use activity logs and resource logs to help debug unexpected behaviors from your Azure Stream Analytics job. This article lists the description for every data error code. Data errors occur when there's bad data in the stream, such as an unexpected record schema.
1415

1516
## InputDeserializationError
1617

1718
* **Cause**: There was an error while deserializing input data.
1819

1920
## InputEventTimestampNotFound
2021

21-
* **Cause**: Stream Analytics is unable to get a timestamp for resource.
22+
* **Cause**: Stream Analytics is unable to get a timestamp for a resource.
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)