Skip to content

Commit 54e274e

Browse files
committed
Remove 7369
1 parent 0751abf commit 54e274e

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -143,39 +143,6 @@ Log signature: Increased message volume every 2.5 hours
143143

144144
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.
145145

146-
### No message schema generated if selected nodes in a dataset reference the same complex data type definition
147-
148-
---
149-
150-
Issue ID: 7369
151-
152-
---
153-
154-
Log signature: `An item with the same key has already been added. Key: <element name of the data type>`
155-
156-
---
157-
158-
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).
159-
160-
If you select data points (node IDs) for a 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 shown in the following table. You can substitute `int` for any OPC UA built in type or primitive type such as `string`, `double`, `float`, or `long`:
161-
162-
| Type of Value 1 | Type of Value 2 | Type of Value 3 | Successfully generates schema |
163-
|-----------------|-----------------|-----------------|-----------------|
164-
| `int` | `int` | `int` | Yes |
165-
| `int` | `int` | `int` | Yes |
166-
| `int` | `int` | `struct A` | Yes |
167-
| `int` | `enum A` | `struct A` | Yes |
168-
| `enum A` | `enum B` | `enum C` | Yes |
169-
| `struct A` | `struct B` | `struct C` | Yes |
170-
| `int` | `struct A` | `struct A` | No |
171-
| `int` | `enum A` | `enum A` | No |
172-
173-
To work around this issue, you can either:
174-
175-
- Split the dataset across two or more assets.
176-
- Manually upload a schema.
177-
- Use the default nonschema experience in the data flow designer.
178-
179146
## Connector for media and connector for ONVIF issues
180147

181148
This section lists current known issues for the connector for media and the connector for ONVIF.

0 commit comments

Comments
 (0)