Notes.ini Entry



Name:

    FTG_LL_Max_Index_Size

Syntax

    FTG_LL_Max_Index_Size=Size

Applies to:

    Servers

Add-on:


    First Release:

      5.0.3

    Obsolete since:

      7.0

    Category:

      Full Text Index, Obsolete

    Default:

      None

    UI equivalent:

      None

    Description:
    When performing an R5 full text search for numeric or date entries in a large database (typically > 1GB), you receive the following error:

    "Server Error: File truncated - file may have been damaged"

    This occurs only when an index reaches a certain size and you perform either a numeric or date search that is not
    combined with a text search.

    For example:  If you do a numeric or dated search such as (Date Created is after 10/28/99) or (Num is greater than 5) by itself, you receive the above error.  If you combine the numeric or date search with a text search (for example, Date Created is after 10/28/99 AND Lotus), the search works normally. However, in the case of the date search, the results are not accurate; that is, some documents with a date created before 10/28/99 are returned.

    Solution
    This issue was reported to Lotus Quality Engineering and has been addressed in Domino 5.0.3 on Win NT by adding the NOTES.INI parameter ft_libname=nftgtr34.  For other operating systems, use ft_libname=ftgtr34.

    To work around the issue in versions earlier than 5.0.3, add the following setting to the server's NOTES.INI file:

    FTG_LL_MAX_INDEX_SIZE=1500000000

    This will force the index into one sub-index file.