Sporadic Timeout of the Metadata-Synchronizer

Sporadic Timeout of the Metadata-Synchronizer

Summary

The timeout for metadata synchronization can now be configured in zenon6.ini:

[MetadataSynchronizer]

TimeoutMilliseconds=<>

Details for the ini setting values:

  • default = 10000
  • minimum = 200
  • maximum = 180000
  • violating values will be clamped to the edge (so 100 will become 200, 123456789 will become 180000
  • 0 means default

Usage of the timeout:

  1. For sending the metadata synchronization request, 3 times this timeout is used.
  2. After sending the request, 3 times this timeout is used for waiting for the first response of the Report Engine.
  3. After the first response has been received, the single timeout is used for waiting for the next response (each received response resets the timeout) until the final response has been received.

Description

The timeout for metadata synchronization can now be configured in zenon6.ini:

[MetadataSynchronizer]

TimeoutMilliseconds=<>

Details for the ini setting values:

  • default = 10000
  • minimum = 200
  • maximum = 180000
  • violating values will be clamped to the edge (so 100 will become 200, 123456789 will become 180000
  • 0 means default

Usage of the timeout:

  1. For sending the metadata synchronization request, 3 times this timeout is used.
  2. After sending the request, 3 times this timeout is used for waiting for the first response of the Report Engine.
  3. After the first response has been received, the single timeout is used for waiting for the next response (each received response resets the timeout) until the final response has been received.


Issue Number: 243509
Fixed on Date: 9.8.2021
Versions: 8.20 0 BUILD 87225 | zenon Analyzer 3.40 0 BUILD 87645 | 10 0 BUILD 87728