Echelon OpenLNS User Manual

Page 1040

Advertising
background image

OpenLNS Programmer's Reference

1003

Alternatively, the XFB file might be re-build from the XIF file, using the XIF32BIN.EXE

utility.
lcaErrInvalidPgmType

14

The ProgramType property contains an invalid value.
lcaErrInvalidCollectionIndex

15

A query to an OpenLNS collection object has been made using an invalid index or

handle. Valid indices start with 1 and end with the current item count.
lcaErrCannotUpdateUnattachedObject

16

An attempt was made to update a device while not attached to the network.
lcaErrCannotUpdateWhenOffnet

17

An action has been requested which can not be performed in Offnet management mode.

Change the MgmtMode property accordingly to allow this action to be performed.
lcaErrCannorRemoveReservedSubsystem 18
An attempt has been made to remove a reserved Subsystem object. Such Subsystem

objects are all subsystem objects in the "ALL" and "Discovered" subsystem are and

underneath.
Other read-only subsystems collection objects are the Router object's Subsystems

property and the AppDevice object's Subsystems property.
lcaErrCannotAddToReservedSubsystem

19

An attempt has been made to add a subsystem object to a reserved subsystem area. Such

areas are all subsystem objects in the "ALL" and "Discovered" subsystem are and

underneath.
Other read-only subsystems collection objects are the Router object's Subsystems

property and the AppDevice object's Subsystems property.
lcaErrInvalidPath

20

An invalid subsystem path has been specified.
lcaErrDatabaseExists

21

An attempt has been made to create a database which already exists. The database path

should be changed to point to a different location.
lcaErrDatabaseNoAccess

22

Access to the database files has been denied by the operating system. Under operating

systems with file security, the access permissions should be granted using the

appropriate system tools.
lcaErrDatabasePathTooLong

23

The database path passed to the Networks collection's Add method is too long. The path

to a network database must not exceed 26 characters.
lcaErrMaxClientsExceeded

24

The LNS maximum of 254 simultaneous clients has been exceeded.

Advertising