Data server errors – Echelon OpenLNS User Manual
Page 1050
OpenLNS Programmer's Reference
1013
The extension record is too large to be accessed remotely.
Data Server Errors
These are errors returned by the LNS Data Server. The Data Server handles network
variable and message tag monitoring and control. These errors will appear in the format
DS: #
plus 18,000.
lcaErrDsBusy
1
Could not get semaphore to perform Data Server operation.
lcaErrDsAlreadyStarted
2
Cannot start Data Server, as it was already started.
lcaErrDsNoServer
3
Invalid Data server handle passed in.
lcaErrDsOptionOutOfRange
4
Invalid option passed in.
lcaErrDsNotImplemented
5
Function not implemented.
lcaErrDsNotStarted
6
Function unavailable until the Data Server has been started.
lcaErrDsCantActivate
7
Cannot activate
lcaErrDsCantDeactivate
8
Cannot deactivate.
lcaErrDsIllegalObjectHandle
9
Illegal object handle was passed in.
lcaErrDsReentry
10
Tried to perform an exclusive operation, such as updating a particular network variable
on a node, that was already in progress.
lcaErrDsRegistrySetErr
11
Unused.
lcaErrDsAlreadyCreated
12
Tried to create a Data Server when one already existed for this process.
lcaErrDsException
13
A system exception was thrown.
lcaErrDsInvalidObjectType
14
Unused.
lcaErrDsUserCancel
15