Detected OPCLX Protocol Errors
- Last UpdatedDec 17, 2021
- 1 minute read
The following detected errors, listed in (hexadecimal) order, are specific to the Plant SCADA OPCLX protocol:
|
Error value (Hex) |
Error definition |
Error description |
|---|---|---|
|
0XC0040001 |
GENERIC_SOFTWARE_ERROR |
Invalid handle was passed. |
|
0XC0040002 |
GENERIC_SOFTWARE_ERROR |
A duplicate parameter was passed where one is not allowed. |
|
0XC0040004 |
GENERIC_INVALID_DATA_FORMAT |
Server cannot convert between the passed or requested data type and the canonical type. |
|
0xC0040006 |
GENERIC_ACCESS_VIOLATION |
Item's access rights do not allow the operation. |
|
0xC0040007 |
GENERIC_SOFTWARE_ERROR |
Item definition does not exist within the server’s address space. |
|
0xC0040008 |
GENERIC_SOFTWARE_ERROR |
Item definition does not conform to the server's syntax. |
|
0xC004000B |
GENERIC_INVALID_DATA_FORMAT |
Value passed to WRITE was out of range. |
|
0x80020008 |
GENERIC_SOFTWARE_ERROR |
Bad variable type. |
|
0x8002000A |
GENERIC_SOFTWARE_ERROR |
Out of present range. |
|
0x80020005 |
GENERIC_SOFTWARE_ERROR |
Type mismatch. |
|
0x100 |
GENERIC_SOFTWARE_ERROR |
Could not access variable dbf. |
|
0x101 |
DRIVER_BAD_DATA |
Read of data value bad. |
|
0x102 |
GENERIC_GENERAL_ERROR |
Write of one or more items not completed. |
|
0x103 |
DRIVER_UNIT_OFFLINE |
Could not resolve the server CLASSID. |
|
0x104 |
GENERIC_SOFTWARE_ERROR |
Could not add one or more items to the server |
|
0x80010006 |
GENERIC_CHANNEL_OFFLINE |
Connection terminated |
|
0x80010007 |
GENERIC_CHANNEL_OFFLINE |
Server not available. |
|
0x8001000F |
GENERIC_INVALID_RESPONSE |
Received data is invalid. |
|
0x80010012 |
GENERIC_SOFTWARE_ERROR |
Call did not execute. |
|
0x80010100 |
GENERIC_SOFTWARE_ERROR |
System call aborted. |
|
0x80010101 |
GENERIC_SOFTWARE_ERROR |
Could not allocate some required resource. |
|
0x80010103 |
GENERIC_BAD_PARAMETER |
Requested interface not registered on server object. |
|
0x80010104 |
GENERIC_SOFTWARE_ERROR |
Could not call server. |
|
0x80010105 |
GENERIC_CHANNEL_OFFLINE |
Server threw an exception. |
|
0x80010108 |
GENERIC_CHANNEL_OFFLINE |
Server has disconnected from its clients. |
|
0x8001011B |
GENERIC_CHANNEL_OFFLINE |
Access denied. |
|
0x8001011C |
GENERIC_CHANNEL_OFFLINE |
Remote calls not allowed for this process. |
See also Detected Common Protocol Errors.