An enumeration of all error codes returned as part of the NetricsException object.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Enum NetricsException.error_codes
C#
public enum NetricsException.error_codes
C++
public enum class NetricsException.error_codes
J#
public enum NetricsException.error_codes
JScript
public enum NetricsException.error_codes

Members

Member NameDescription
STATUSOKSuccess
PARTIALPartial search results
NOSYSINITSystem not initialized
SYSINITSystem already initialized
FEATURESETFeature not available
FEATUREOFFFeature present but disabled
EXPECTLISTA list was expected
EXPECTTBLDESCA database descriptor lpar was expected
EXPECTRTBLDESCA remote database descriptor lpar was expected
EXPECTRECORDA record was expected
EXPECTRECKEYA record key lpar was expected
EXPECTQUERYA query lpar was expected
EXPECTTHESNAMEA thesaurus name lpar was expected
EXPECTCHARMAPA character map name lpar was expected
TBLPARAMUnrecognized database parameter
CHARCONVError in character encoding conversion
CHARMAPInvalid character mapping
NORECKEYA record key is required
NOSRCHTXTSearchable text is required
NUMFIELDSRecord has the wrong number of fields
FIELDLENSUMField lengths do not sum to record length
FIELDLENSingle field length greater than 2^16-3
UNKFIELDUnknown field
NSFIELDAttempt to search non-searchable field
NOWGTFLDNo weight field specified in record weight expression.
QUERYEXPRBadly constructed query expression
SRCHPARAMUnrecognized search parameter
UPDPARAMUnrecognized update parameter
PARAMVALParameter value out of legal range
PARAMCONFLICTConflicting parameters
PARAMMISSINGParameter missing from list
PARAMTYPEParameter type is invalid for operation
ARRAYLENArray parameter has wrong number of values
LISTLENList has wrong number of items
PREDTYPEPredicate does not evaluate to boolean type
PREDSTRINGError in Predicate string. See error info item.
NOTBLDESCNo database descriptor
TBLNOTFOUNDDatabase not found
TBLEXISTSDatabase already exists
TBLLOCKEDDatabase locked by lkt_dblock
TBLUNLOCKEDDatabase not locked by lkt_dblock
TBLMOVESAMESource and destination database are the same
TBLNOFIELDSField support was not requested for this database
NORECORDSNo records
RECEXISTSRecord already exists
RECNOTFOUNDRecord not found
PARTIALCHPTSome of the tables failed to checkpoint
CHPTFAILAll of the tables failed to checkpoint
PARTIALRESTORESome of the tables failed to restore
RESTOREFAILAll of the tables failed to restore
DUPRECKEYSDuplicate keys in a batch
DUPTBLDESCSDuplicate dbdescs given
DUPFIELDNAMESDuplicate field names given
THESNOTFOUNDThesaurus not found
NORLINKMODELNo rlink model
RLINKMODELNOTFOUNDRlink model not found
NOFEATUREVECNo feature vec
NUMFEATURESMISMATCHRlink model num features mismatch
NOCHARMAPNo character map with the given name
NOFUNCTIONNo callback function
NOQUERYNo search query
FILEFORMATFile format invalid
IOERRORI/O Error
EXPIREDTrial version expired
LOOKUPCore lookup function returned error
NOSTATUSThe NULL error
NOMEMOut of memory
INTERNALUnexpected Internal Error (contact Netrics)
EXPECTKEYFIELDKey field not identified in file load
SVR_IPCEOFUnexpected EOF
SVR_IPCTIMEOUTSocket I/O operation timed out
SVR_IPCERRI/O error on socket
SVR_HANDSHAKEProtocol handshake failed
SVR_PROTOCMDProtocol command not recognized
SVR_REQUESTFMTProtocol request format error
SVR_BYTECOUNTProtocol byte count out of range
SVR_LINECOUNTProtocol line count out of range
SVR_LINELENGTHProtocol line too long
SVR_PARAMProtocol parameter not recognized
SVR_PARAMFMTProtocol parameter format error
SVR_PARAMVALProtocol parameter value illegal
SVR_PARAMTYPEProtocol parameter type mismatch
SVR_NODATABASESNo databases to search
SVR_NOQUERYNo search query
SVR_EXTRAINPUTUnexpected additional input
SVR_LOGFILELog file could not be opened/written
SVR_ZEROLENNo searchable text of zero length
SVR_NOSTATUSUnparsable status line
SVR_REMOTEHEAPRemote heap mode
SVR_LAYOUT_CONFLICTObject exists on an overlapping layout.
SVR_NODE_CONFLICTConflicting errors from multiple nodes.
SVR_NODE_DOWNNode communications failed.
SVR_NODE_DATA_SYNCObjects out of sync between nodes.
SVR_OTHER_NODENode operation aborted because another node in the same operation failed.
SVR_NO_DEFAULT_LAYOUTNo default layout and the client did not specify one.
SVR_UNKNOWN_LAYOUTClient specified a non-existent layout.
SVR_DEFERREDAn error will be happening, but the specific code isn't known yet.
SVR_SHUTDOWNPerform server shutdown
SVR_BLANKLINEList terminator (non-error)
IPCEOFObsolete, use SVR_IPCEOF.
IPCTIMEOUTObsolete, use SVR_IPCTIMEOUT.
IPCERRObsolete, use SVR_IPCERR.
HANDSHAKEObsolete, use SVR_HANDSHAKE.
PROTOCMDObsolete, use SVR_PROTOCMD.
REQUESTFMTObsolete, use SVR_REQUESTFMT.
BYTECOUNTObsolete, use SVR_BYTECOUNT.
LINECOUNTObsolete, use SVR_LINECOUNT.
LINELENGTHObsolete, use SVR_LINELENGTH.
PARAMObsolete, use SVR_PARAM.
PARAMFMTObsolete, use SVR_PARAMFMT.
SVRPARAMVALObsolete, use SVR_PARAMVAL.
NODATABASESObsolete, use SVR_NODATABASES.
SVRNOQUERYObsolete, use SVR_NOQUERY.
EXTRAINPUTObsolete, use SVR_EXTRAINPUT.
LOGFILEObsolete, use SVR_LOGFILE.
ZEROLENObsolete, use SVR_ZEROLEN.
SVRNOSTATUSObsolete, use SVR_NOSTATUS.
REMOTEHEAPObsolete, use SVR_REMOTEHEAP.
SHUTDOWObsolete, use SVR_SHUTDOWN.

See Also