Known anomalies from FactoryTalk Edge Gateway version 1.00.00
FactoryTalk Edge Gateway
version 1.00.00Saving
Azure® IoT Hub
application without any changes prompts a message to redeploy the application (899689)When configuring an
Azure IoT Hub
application, selecting Save
without making any change prompts a message to redeploy the application.To work around this issue, select
Cancel
.Slower performance in applications with Store and Forward
Applications with Store and Forward can experience adverse performance due to:
- Too many tags are configured per application with high collection rate.
- Smart Objects (SO) are configured per application even with a minimal number of SOs depending on the collection properties of SO. There will be multiple data values in single buffer read from the controller.
- The SQL or IOT application loses connection during egress to SQL server or IOT hub.
- The duration of disconnect from SQL server or IOT hub.
- The Store and Forward settings Maximum store size (bytes), maximum fetch sizes (bytes), Fetch interval (ms) are not appropriately set according to the amount of data ingress.
- The maximum store size can also impact egress. As the size of the store is determined, it takes longer to make the determination if the store is larger. It is recommended to lower the file store size. Large ingress could force the application into a state where it is trying to delete more often than post.
- Maximum fetch size has an impact on how fast the data can be removed from the store and egressed. Larger fetch size means the application will remove data in large chunks from the store. There is hardware dependency on how fast it will be processed and sent to the destination. Smaller fetch size means smaller chunks of the store will be removed.
- Longer fetch interval means more data stored and store could overflow before the data egress.
See also
Provide Feedback