No index server is available to handle full text indexing requests on IndexArea {0}, ObjectStore {1} This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly CBR_NO_INDEX_SERVER_AVAILABLE As ExceptionCode
C#
public static readonly ExceptionCode CBR_NO_INDEX_SERVER_AVAILABLE;
C++
public:
 static const ExceptionCode CBR_NO_INDEX_SERVER_AVAILABLE;
J#
public static final ExceptionCode CBR_NO_INDEX_SERVER_AVAILABLE
JScript
public static const var CBR_NO_INDEX_SERVER_AVAILABLE : ExceptionCode;

See Also