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: articles/stream-analytics/data-error-codes.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,29 @@
1
1
---
2
2
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.
4
4
ms.author: sidram
5
5
author: sidramadoss
6
6
ms.topic: troubleshooting
7
-
ms.date: 05/07/2020
7
+
ms.date: 05/25/2022
8
8
ms.service: stream-analytics
9
+
ms.custom: kr2b-contr-experiment
9
10
---
10
11
11
12
# Azure Stream Analytics data error codes
12
13
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.
14
15
15
16
## InputDeserializationError
16
17
17
18
***Cause**: There was an error while deserializing input data.
18
19
19
20
## InputEventTimestampNotFound
20
21
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.
22
23
23
24
## InputEventTimestampByOverValueNotFound
24
25
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`.
26
27
27
28
## InputEventLateBeyondThreshold
28
29
@@ -38,7 +39,7 @@ You can use activity logs and resource logs to help debug unexpected behaviors f
38
39
39
40
## EventHubOutputRecordExceedsSizeLimit
40
41
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.
42
43
43
44
## CosmosDBOutputInvalidId
44
45
@@ -51,24 +52,24 @@ You can use activity logs and resource logs to help debug unexpected behaviors f
51
52
52
53
## CosmosDBOutputMissingId
53
54
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.
55
56
56
57
## CosmosDBOutputMissingIdColumn
57
58
58
59
***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.
60
61
61
62
## CosmosDBOutputMissingPartitionKey
62
63
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.
64
65
65
66
## CosmosDBOutputSingleRecordTooLarge
66
67
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.
68
69
69
70
## SQLDatabaseOutputDataError
70
71
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.
0 commit comments