Network interface errors – Echelon OpenLNS User Manual

Page 1030

Advertising
background image

OpenLNS Programmer's Reference

993

lcaErrNsUpdateCpFailure

4038

The database updates were successful, but the configuration properties on one or more

devices could not be updated as a result of invalid configuration property definitions.

The NSS will continue to try to update the nodes in the background if the

UpdateInterval property of the System

object is set to a non-zero value, and you can

force a retry with the RetryUpdates method.
You can keep track of which devices are up to date using commissioning events, and by

reading the CommissionStatus property of each AppDevice

object

. If you are receiving

persistent update failures on a device, you should re-commission the device with the

Commission method.
lcaErrNsUpdatesDeferred

4039

The database updates were successful, but the configuration properties on one or more

devices could not be updated because the MgmtMode is currently set to

lcaMgmtModeDeferConfigUpdates (1). You can update all the devices on the network

with all pending updates by setting the MgmtMode property to

lcaMgmtModePropagateConfigUpdates (0).
You can also update a single device with its pending device-only configuration changes

while the MgmtMode property is still set to lcaMgmtModeDeferConfigUpdates (1) with

the PropagateDeviceConfigUpdates method.
lcaErrNsWarningLast

4089

A symbol denoting the end of the error number range reserved for warning codes.

Network Interface Errors

These errors are returned by the OpenLNS network interface. These errors will appear

in the format NI: #<Error Number>. The LNS values for these errors are equal to the

error number plus 16,500.
lcaErrNiNoDevice

1

No network device is present.
lcaErrNiDriverNotOpen

2

The network driver could not be opened.
lcaErrNiDriverNotInit

3

The network driver required initialization
lcaErrNiDriverNotReset

4

The network driver required a reset.
lcaErrNiDriverError

5

An error occurred while communicating with the network driver.
lcaErrNiNoResponses

6

No message was received during the wait time.
lcaErrNiResetFails

7

The reset completion code was not received.
lcaErrNiTimeout

8

Advertising