start-time and end-time parameters in the configuration settings.
You can also configure the utility to react to data loss and reconnection incidents detected by the PI extractor.
The PI replace utility doesn’t modify the time series in CDF, only the data points. It assumes that all configured time series exist in PI and CDF and will skip any time series in PI that it doesn’t find in CDF.
Typical sources of inconsistencies in data points
- Downtime on the PI extractor or loss of data between the PI AF SDK client and the PI server. The PI extractor can monitor these incidents.
- The PI extractor reconnects to the PI server, for instance, when the extractor recovers from failures. During reconnection, the extractor may miss the notification from PI about historical updates or insertions of data points, which can cause missing or incorrect data points in CDF.
- The client-bound queue in the PI server lost data. The typical cause is queue overflow due to bursts of data inserted and the client failing to fetch it. The dropped data never reaches the PI extractor, which can cause missing or incorrect data points in CDF.
- Other sources of inconsistencies can be bugs in the PI extractor, causing incorrect data points in CDF.