Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
The extractor is receiving 401 errors from CDF
HTTP error 401 means that the service did not recognize the authentication the client provided. If the Cognite API returns 401 errors to the extractor, it means that the extractor was successful in getting an authentication token, but the token is not valid for the project in question. If this happens, it is usually because the configuredproject or host in the cognite section is incorrect.
PI Server is not found
Example log:ping or telnet might be useful in debugging these connection issues.
Extractor service errors
You’ll find error logs in the Windows Event Viewer under Windows Logs > Application.Config file not found
When you install the extractor, the configuration file is not yet in the config folder. When the service starts, it fails withConfig file not found. Prepare a configuration file, add it to the configuration folder and restart the service.
Config version is not supported by this extractor
If you use an older version of the configuration file, the error messageConfig version is not supported by this extractor appears. Replace the configuration file and restart the service.
Failed to load config at line…
Syntax errors in the configuration file will produce error events. See the configuration settings for a list of all configuration options.Extractor upgrade errors
Event 1000, Application error
The extractor service stops after an upgrade with this error in the Windows logs. To resolve this, stop all extractor services, uninstall the extractor, install the new version, and restart the services.
Data loss incidents
Many data loss incidents are related to client-bound queue overflows:[ERR] [PiSystem.PiConnection] Loss incident on the String data pipe: Overflow.
To resolve this, change the MaxUpdateQueue and TotalUpdateQueue PI server settings.
If you still experience many data loss incidents (overflow or otherwise), see PI Replace Utility for how to correct any data points inconsistencies in CDF.