A CBR optimization SQL option other than CBR_CONTENT_FIRST is not allowed in searches that contain the following conditions: ContentSearch property conditions, an outer join against the ContentSearch class, or a multiple join with an outer join in which the ContentSearch join is not the last join on the right. You cannot use the CBR_DB_FIRST or CBR_DYNAMIC_THRESHOLD SQL options because the database first algorithm does not support this type of query.
Namespace:
FileNet.Api.Exception
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Shared ReadOnly RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN |
Visual C++ |
---|
public:
static initonly ExceptionCode^ RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN |
JavaScript |
---|
FileNet.Api.Exception.ExceptionCode.retrievE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN |