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/iot-operations/troubleshoot/known-issues.md
+56-9Lines changed: 56 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Known issues for the MQTT broker, Layered Network Management (previ
4
4
author: dominicbetts
5
5
ms.author: dobett
6
6
ms.topic: troubleshooting-known-issue
7
-
ms.date: 03/27/2025
7
+
ms.date: 04/16/2025
8
8
---
9
9
10
10
# Known issues: Azure IoT Operations
@@ -27,7 +27,7 @@ Log signature: `"code": "ExtensionOperationFailed", "message": "The extension op
27
27
28
28
---
29
29
30
-
If your deployment fails with the message `Error occurred while creating custom resources needed by system extensions`, you have encountered a known sporadic failure.
30
+
The message `Error occurred while creating custom resources needed by system extensions` indicates that your deployment failed due to a known sporadic issue.
31
31
32
32
To work around this issue, use the `az iot ops delete` command with the `--include-deps` flag to delete Azure IoT Operations from your cluster. When Azure IoT Operations and its dependencies are deleted from your cluster, retry the deployment.
33
33
@@ -59,7 +59,7 @@ Log signature: `"Message: Update failed for this resource, as there is a conflic
59
59
60
60
---
61
61
62
-
When you update Azure IoT Operations, the Helm package might enter a stuck state, preventing any helm install or upgrade operations from proceeding. This results in the error message `Update failed for this resource, as there is a conflicting operation in progress. Please try after sometime.`, which blocks further updates.
62
+
When you update Azure IoT Operations, the Helm package might enter a stuck state, preventing any helm install or upgrade operations from proceeding. This scenario results in the error message `Update failed for this resource, as there is a conflicting operation in progress. Please try after sometime.`, which blocks further updates.
63
63
64
64
To work around this issue, follow these steps:
65
65
@@ -185,7 +185,54 @@ Log signature: N/A
185
185
186
186
---
187
187
188
-
When you add a new asset with a new asset endpoint profile to the OPC UA broker and trigger a reconfiguration, the deployment of the `opc.tcp` pods changes to accommodate the new secret mounts for username and password. If the new mount fails for some reason, the pod does not restart and therefore the old flow for the correctly configured assets stops as well.
188
+
When you add a new asset with a new asset endpoint profile to the OPC UA broker and trigger a reconfiguration, the deployment of the `opc.tcp` pods changes to accommodate the new secret mounts for username and password. If the new mount fails for some reason, the pod doesn't restart and therefore the old flow for the correctly configured assets stops as well.
189
+
190
+
### Data spike every 2.5 hours with some OPC UA simulators
191
+
192
+
---
193
+
194
+
Issue ID: 6513
195
+
196
+
---
197
+
198
+
Log signature: Increased message volume every 2.5 hours
199
+
200
+
---
201
+
202
+
Data values spike every 2.5 hours when using particular OPC UA simulators causing CPU and memory spikes. This issue isn't seen with OPC PLC simulator used in the quickstarts. No data is lost, but you can see an increase in the volume of data published from the server to the MQTT broker.
203
+
204
+
### No message schema generated if selected nodes in a dataset reference the same complex data type definition
205
+
206
+
---
207
+
208
+
Issue ID: 7369
209
+
210
+
---
211
+
212
+
Log signature: `An item with the same key has already been added. Key: <element name of the data type>`
213
+
214
+
---
215
+
216
+
No message schema is generated if selected nodes in a dataset reference the same complex data type definition (a UDT of type struct or enum).
217
+
218
+
If you selectdata points (node IDs) fora dataset that share non-OPC UA namespace complex type definitions (struct or enum), then the JSON schema isn't generated. The default open schema is shown when you create a data flow instead. For example, if the data set contains three values of a data type, then whether it works or not is shownin the following table. You can substitute `int`forany OPC UA builtintype or primitive type such as `string`, `double`, `float`, or `long`:
219
+
220
+
| Type of Value 1 | Type of Value 2 | Type of Value 3 | Successfully generates schema |
- Use the default nonschema experience in the data flow designer.
189
236
190
237
## Connector for media and connector for ONVIF issues
191
238
@@ -203,7 +250,7 @@ Log signature: N/A
203
250
204
251
---
205
252
206
-
If you delete all the `Microsoft.Media` asset endpoint profiles the deployment for media processing is not deleted.
253
+
If you delete all the `Microsoft.Media` asset endpoint profiles, the deployment for media processing isn't deleted.
207
254
208
255
To work around this issue, run the following command using the full name of your media connector deployment:
209
256
@@ -223,7 +270,7 @@ Log signature: N/A
223
270
224
271
---
225
272
226
-
If you delete all the `Microsoft.Onvif` asset endpoint profiles the deployment for media processing is not deleted.
273
+
If you delete all the `Microsoft.Onvif` asset endpoint profiles, the deployment for media processing isn't deleted.
227
274
228
275
To work around this issue, run the following command using the full name of your ONVIF connector deployment:
229
276
@@ -243,9 +290,9 @@ Log signature: `"Error HelmUninstallUnknown: Helm encountered an error while att
243
290
244
291
---
245
292
246
-
Sometimes, when you attempt to uninstall Azure IoT Operations from the cluster, the system can get to a state where CRD removal job is stuck in pending state and that blocks cleanup of Azure IoT Operations.
293
+
Sometimes, when you attempt to uninstall Azure IoT Operations from the cluster, the system can get to a state where CRD removal job is stuck in pending state and that blocks the cleanup of Azure IoT Operations.
247
294
248
-
To work around this issue, you need to manually delete the CRD and finish the uninstall. To do this, complete the following steps:
295
+
To work around this issue, complete the following steps to manually delete the CRD and finish the uninstall:
Data flows marks message retries and reconnects as errors, and as a result data flows may look unhealthy. This behavior is only seen in previous versions of data flows. Review the logs to determine if the data flow is healthy.
456
+
Data flows marks message retries and reconnects as errors, and as a result data flows might look unhealthy. This behavior is only seen in previous versions of data flows. Review the logs to determine if the data flow is healthy.
0 commit comments