Echelon OpenLNS User Manual

Page 1039

Advertising
background image

OpenLNS Programmer's Reference

1002

lcaErrUninitializedDb

5

Contact technical support.
lcaErrObjectNotFound

6

An object has been requested by name, handle, or index, which could not be found in the

databases. Typically, this would be a request from an OpenLNS collection object with a

bad name, handle, or index.
It should be noted that this error can also occur in a few implicit assignments. For

example, if the network interface to be used has not been explicitly assigned to the

appropriate property, OpenLNS will continue using the network interface previously

assigned to the ActiveRemoteNi or NetworkInterface property, respectively.
In such a scenario, this exception could occur even though no explicit assignment has

been made, indicating that an implicit assignment maps to an unavailable object.
lcaErrCannotCreateObject

7

The Object Server was unable to created the object.
lcaErrInternal

8

An unexpected error occurred. Please contact technical support on

[email protected]
lcaErrFeatureNotAvailable

9

A feature has been accessed which is not available in the current operating mode. Most

likely, this error message is caused by an attempt to access properties which are not

available to remote clients.
lcaErrFileOpen

10

The Object Server is attempting to open a file that is already opened by another

application.
lcaErrBadApbFile

11

The file containing the binary version of the downloadable application image has been

corrupted. The device manufacturer should be contacted for providing a valid APB file or

the file should be re-built using the NEURON C compiler and linker.
Alternatively, the APB file can be re-build using the NXE32BIN.EXE utility, which itself

requires the NXE and XFB files as input data.
lcaErrBadOrMissingXif

12

The file containing the external interface information of the device has been is corrupted

or is missing. The device manufacturer should be contacted for providing a valid XIF file,

of said file should be re-build using using the NEURON C compiler and linker.
Alternatively, the device could be installed using an "Ad-Hoc" installation scenario, in

which XIF files are not required. This requires the device to be available, online,

functioning, and not having the self-documentation features disabled.
lcaErrBadOrMissingXfb

13

The file containing the binary version of the external interface file has been corrupted or

is missing. The device manufacturer should be contacted for providing a valid APB file,

of said file should be re-build using using the NEURON C compiler and linker.

Advertising