Echelon OpenLNS User Manual
Page 1047
OpenLNS Programmer's Reference
1010
lcaNeuronIdInUse
102
The NEURON ID assigned is already in use for another device in the network.
lcaDbCantBeCompactedWhenOpen
103
CompactDb() methods must be called prior to opening the associated object.
lcaDbCantBeRemovedWhenInUse
104
The object can not be removed as it still is in use.
lcaErrCantRemoveDefaultAccount
105
The default Account object can not be removed.
lcaErrCantRemoveAccountWithCharges
106
An account object needs to be empty for being removed.
lcaErrCantRemoveNssNode
107
The device can not be removed, as it is associated with the network interface currently in
use
lcaErrCantConnectToServer
108
The remote client fails to connect to the OpenLNS Server
lcaErrTcpSocketError
109
An unspecified socket error occurred, causing the IP connection to get lost
lcaErrBadPermissionFormat
110
Malformed data was assigned to the PermissionString property.
lcaErrCantModifyInSharedMode
111
An attempt has been made to modify a shared DataServer property. Change the DsMode
property to enter exclusive mode, or refrain from modifying the property.
lcaErrDataUnderrun
112
An IP remote client did not receive expected data in time. The connection might be lost.
lcaErrDataOverrun
113
An IP remote client received unexpected data. The configuration should be verified.
lcaErrIllegalInTransaction
114
A service, which can not be part of an explicit transaction, has been requested within an
explicit transaction. Complete or dismiss the transaction using the CancelTransaction
method or CommitTransaction method prior to invoking this service.
lcaErrNoPermission
115
Permission to an item has been requested but denied. Use the PermissionString property
local to the server to change permission preferences.
lcaErrStaleObject
116
An attempt was made to modify or use a stale OpenLNS Object.
For example, once the system object has been successfully closed, all objects accessed
through the system object will be stale, and should be de-referenced.
lcaErrNotAvailableOnTcpClient
117