Echelon OpenLNS User Manual

Page 1012

Advertising
background image

OpenLNS Programmer's Reference

975

lcaErrNsUnsupportedInfo

28

The requested information is not available from an application node. For example,

transceiver status, SI/SD data, and network variable names are not always stored in the

node.
lcaErrNsOutOfRange

29

The value assigned to a property or parameter is either out of range, or invalid.
lcaErrNsEventFailure

30

The generation of an event failed. This is an internal error and should be reported to

customer support.
lcaErrNsDeferConfigUpdatesMgmntMode 31
The requested service cannot be provided in the current management mode. When you

encounter this error, set the system management mode to

lcaMgmtModePropagateConfigUpdates (0), and try the operation again. You can change

the system management mode by writing to the MgmtMode property of the System

object.
lcaErrNsSubscriptionDblimit

32

The NSS's event subscription table is full. This is an internal error, and should be

reported to customer support.
lcaErrNsSequence

33

A record from a binary external interface file or binary application image file was

received out of sequence. If you encounter the error, the XFB or APB file may be

corrupted.
lcaErrNsSegmentation

34

Segmentation is not supported, or there is a problem with segment order. This is an

internal error, and should be reported to customer support.
lcaErrNsChecksum

35

A checksum error occurred while transferring the binary external interface or binary

application image file to the NSS. If you encounter the error, the XFB or APB file may be

corrupted.
lcaErrNsSessionError

36

Invalid session handle or a session error. Make sure that sessions are begun and ended

in pairs, and are always part of an explicit transaction.
lcaErrNsNoNeuronId

37

An operation requiring a Neuron ID was attempted on a device with no Neuron ID. For

example, if you invoke the Wink method on a device whose Neuron ID has not been set

in the OpenLNS database, this exception will be thrown. In some other cases, this

exception may be thrown if a device’s Neuron ID has been set in the OpenLNS database,

but the device has not been commissioned. For example, if you read the

SelfDocumentation property of a device before that device has been commissioned, this

exception will be thrown, regardless of whether or not the device’s Neuron ID is set.
lcaErrNsProgramidMismatch

38

Program IDs do not match. This may occur if there is an incorrect or out-of-date program

version.

Advertising