Echelon OpenLNS User Manual
Page 1010
OpenLNS Programmer's Reference
973
The device was discovered to be applicationless, or not associated with a program. If you
encounter this error, load the application into the device. For host-based nodes, ensure
that the host application is running.
lcaErrNsBadManagerId
6
The current manager ID does not correspond to a known manager. This is an internal
error and should be reported to customer support.
lcaErrNsResourceProblem
7
A problem occurred in resource allocation. This is an internal error and should be
reported to customer support.
lcaErrNsInterfaceFailure
8
The host was unable to communicate with the NSI. This may be due to problems
communicating with the NSS engine, or with the network interface. If you encounter this
error, ensure that the NSS engine process is running, and that the network interface is
functioning properly.
lcaErrNsBadClient
9
The specified server (or the current server) is undefined. This is an internal error and
should be reported to customer support.
lcaErrNsBadServer
10
The specified server (or the current server) is undefined.
lcaErrNsNoClient
11
No client is currently defined. This is an internal error and should be reported to
customer support.
lcaErrNsNoTxInProgress
12
There is no transaction defined for the client. This warning can be expected when
cancelling a method that is not part of an explicit transaction.
lcaErrNsNssNotFound
13
The NSI has not been configured to communicate with the NSS. This error may occur
when opening the database with the remote database collection if the clients NSD is not
properly configured. To reconfigure the client’s NSD, open the database remotely using
the Networks collection.
lcaErrNsClientBlocked
14
The client is already involved in a service request. You should invoke only one service
per client. This includes all requests to start or commit transactions. When a client has
already launched a service, wait until the current service completes before you invoke a
new service. This is an internal error and should be reported to customer support.
lcaErrNsTxInProgress
15
The client is already involved in a transaction. End the client's current transaction by
calling CancelTransaction method, or wait for the transaction to complete and call the
StartTransaction method, before starting a new transaction for that client.
You should avoid starting multiple transactions on a single network database within a
single application.