Learn about error messages
- Last UpdatedJan 22, 2025
- 5 minute read
These messages are returned when the function cannot be complete as requested, and some corrective action might be required.
|
Message |
|
|
Description |
Error message is logged on interface startup if required. /ID command-line parameter is not specified. After the message, the interface stops. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a PI point with a Location4 attribute that is not in the range of specified /F parameters. After the message, the PI point is rejected by the interface. At least one /F parameter must be specified for the interface. This first parameter correlates with Location4 set to for the PI point. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a PI point with an empty extended descriptor attribute. The attribute must contain a string value representing either a latency point or a performance counter path. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a PI point with a data type that is neither numeric nor digital. The interface supports PI points of the following types: Float16, Float32, Float64, Int16, Int32, and Digital. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a duplicate latency PI point for a given device and scan class. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a duplicate data or status PI point for a given device and scan class with the same performance counter path. Note that the interface is capable of loading the same performance counters in different scan classes. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a latency PI point with the extended descriptor attribute set to [LATENCY:COMPUTER] and data type digital. Latency points can have only numeric data types. The recommended type is Float32. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a PI point with the extended descriptor attribute containing invalid computer name part. Device name must be at least one character long and satisfy less restrictive NetBIOS naming rules, where the following characters are invalid: |
|
Message |
|
|
Description |
Error message is logged when the interface loads a latency PI point with a extended descriptor attribute missing the closing bracket ( ) character. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute: the string must start with either one or two backslash ( ) characters. One if computer part is not specified (which produces a warning), two - before computer name part. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute. The string cannot end with backslash ( ) character. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute. Theoretically, the minimum counter path should be no less than 4 characters: (1) '\', (2) 'object', (3) '\', (4) 'counter' (\object\counter). |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute. According to the Microsoft specification, a counter path must have 3 or 4 back-slash characters, which serve as separators between the computer name, the object and the counter parts. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute. According to the Microsoft specification, a counter path must have 3 or 4 back-slash characters, which serve as separators between the computer name, the object and the counter parts. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with invalid performance counter path in its extended descriptor attribute. According to the Microsoft specification, the asterisk ( ) character can be used in counter paths as a wildcard character, which allows you to specify multiple counters by one path. The interface does not support this. It requires exactly one performance counter path for one PI point. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute. According to the Microsoft specification, an object part cannot be empty. For example, this is invalid: |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute. According to the Microsoft specification, a counter part cannot be empty. For example, this is invalid: |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute. According to the Microsoft specification, an object part may contain ''. The error indicates that either an opening parenthesis '(' or a closing parenthesis ')' character is missing. |
|
Message |
|
|
Description |
Error message is logged when the interface loads a data or status PI point with an invalid performance counter path in its extended descriptor attribute. According to the Microsoft specification, an object part may contain "(instance name)". The instance name sub-part cannot contain backslash ( \ ) characters. |