Owner manual

OpenLNS Programmer's Reference 974
lcaErrNsNotImplemented 16
The specified service or option is not implemented by the specified server. This error
could indicate a bad service parameter. This is an internal error and should be reported
to customer support.
lcaErrNsErrorInfo 17
The service failed. When you encounter this error, a service-specific error status is
available in the LastError property of the System object.
lcaErrNsServiceFailure 18
The requested service failed. This is an internal error, and should be reported to
customer support. This error may occur for a remote client operation when the OpenLNS
Server has shutdown.
lcaErrNsMsgRejectedByNode 19
A node returned a negative response to a command from NSS. This could be due to a
LonTalk authentication failure. It may also result from an inconsistency between the
program interface defined in the database and what the node actually supports.
lcaErrNsPrematureRelease 20
This is an internal error and should be reported to customer support.
lcaErrNsRootBusy 21
A transaction is still in progress. This is an internal error and should be reported to
customer support.
lcaErrNsRootDoesNotExist 22
The service depends on a transaction that does not exist. This is an internal error and
should be reported to customer support.
lcaErrNsNoFreeRootTransactions 23
This is an internal error and should be reported to customer support.
lcaErrNsCantFindObject 24
One of the objects needed to complete the service is not in the NSS's database.
lcaErrNsDuplicateObject 25
An attempt was made to add an object that already exists.
lcaErrNsCommError 26
The NSS cannot communicate with the node. This may be because the Neuron ID
referenced by the application is invalid or does not exist, the NSS or the node is not
physically attached to the media, the NSS is not configured (because the MgmtMode
property was not set to lcaMgmtModePropagateConfigUpdates after the database was
initially created), problems with the physical media, or the NSS timers (set using the
RetryCount and TxTimer properties of the System object) are too low.
lcaErrNsOperationError 27
The node failed to go online, offline or to reset when requested to do so. This may be due
to a problem in the implementation of the device.