Campbell Scientific LoggerNet-SDK Software Development Kit User Manual

Page 131

Advertising
background image

Section 18. CsiDataSource Control Reference

Enumeration Name

Value

Description

csiAdvisorFailureInvalidLogon 2

Indicates

that this control was unable to logon

to the LoggerNet server because either the
logonName or logonPassword property is
incorrect

csiAdvisorFailureInvalidStationName

3

Indicates that the datalogger device named by
stationName is not found in the server's
network map at the time the Advisor is started.
Changes made to the station name after the
Advisor is started are triggered with code
value 9 – csiAdvisorFailureStationShutDown
(see below).

csiAdvisorFailureInvalidTableName 4

Indicates that the table specified by tableName
does not exist for the specified station at the
time the Advisor is started. A table name
change that occurs after the Advisor is
activated will trigger code value 8 –
csiAdvisorFailureTableDeleted (see below).

csiAdvisorFailureServerSecurity 5 Indicates that the account specified by

logonName does not have sufficient privileges
assigned to start the data advise transaction
with the LoggerNet server

csiAdvisorFailureInvalidStartOption

6

Indicates that the startOption is either invalid
or not supported by the LoggerNet server

csiAdvisorFailureInvalidOrderOption

7

Indicates that the orderOption is either invalid
or not supported by the LoggerNet server

csiAdvisorFailureTableDeleted

8

Indicates that the table has been deleted (or
renamed) while the data advise transaction is
in progress. This can happen if table
definitions are refreshed on the device or if a
new program file is sent to the datalogger.

csiAdvisorFailureStationShutDown 9 Indicates that the station that owns the table

has been shut down while the data advise
transaction is in progress. This can happen if
the device is deleted, renamed, or if the
LoggerNet server is shut down.

csiAdvisorFailureUnsupported

10

The version of the LoggerNet server doesn't
support this transaction

csiAdvisorFailureInvalidColumnName 11

Indicates that the column name is invalid

csiAdvisorFailureInvalidArrayAddress 12

Indicates that the array address is invalid

18-7

Advertising