Echelon OpenLNS User Manual

Page 1045

Advertising
background image

OpenLNS Programmer's Reference

1008

lcaErrCantLaunchLcaServer

79

The OpenLNS Server cannot be launched.
lcaErrNoMemory

80

No more system memory available.
lcaErrDbInvalidVersion

81

The database has an invalid version. Note that OpenLNS databases can be upgraded

using the CompactDb method, but also note that OpenLNS databases are not backwards

compatible. Once updated to version N+1, the database will not be accessible for a

version N client any more.
lcaErrDictionaryInvalidVersion

82

The OpenLNS database dictionary files have an invalid version.
lcaErrDbAndDictionaryMismatch

83

The LNS dictionary files do not match the requirements of the global database and

network database. After making a backup copy, try upgrading the databases using the

CompactDb method. Note that OpenLNS databases can be upgraded using the

CompactDb method, but also note that OpenLNS databases are not backwards

compatible. Once updated to version N+1, the database will not be accessible for a

version N client any more.
lcaErrCouldNotOpenNeuronCFile

84

The NEURON C source code file could not be opened. It may be locked by another

application, it may be corrupted, or the operating system's security mechanism might

prevent LNS from accessing the file.
lcaErrCouldNotOpenLangResourceFile

85

The language resource file, which is part of the LonMark device resource files, could not

be opened. It may be locked by another application, it may be corrupted, or the operating

system's security mechanism might prevent LNS from accessing the file.
lcaErrCouldNotOpenFuncProfileFile

86

The functional profile template file, which is part of the LonMark device resource files,

could not be opened. It may be locked by another application, it may be corrupted, or the

operating system's security mechanism might prevent LNS from accessing the file.
lcaErrStringInvalidChar

87

The string passed contains one of more characters which are invalid in this environment.

For name properties, the file name style conventions from the windows operating system

apply.
lcaErrAuthKeyNotSet

88

The authentication key has not been set prior to accessing authenticated objects. Such an

object can be any AppDevice or Router object, including the OpenLNS Server itself. It

should be noted that a remote client needs to specify the authentication key prior to

opening the (remote) system.
lcaErrReadOnlyCollection

89

An attempt to change a member of a write-protected collection has been made. Such

read-only collection objects are the ones which by design do not support adding or

Advertising