The IBM Content Search Services server has a default timeout of 10 seconds for running cost estimation queries. If a query takes longer, it will cause a timeout exception.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT As ExceptionCode
C#
public static readonly ExceptionCode CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT
Visual C++
public:
static initonly ExceptionCode^ CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT
JavaScript
FileNet.Api.Exception.ExceptionCode.cbR_TS_COST_ESTIMATION_QUERY_TIMEOUT

ToggleSee Also