• Regression Error

    By Sicry ForEver 1 decade ago

    Andrew, first of all, I just wanted to say nice work on this application!

    Regression error to doesn't check the mail quota at the time to add more free space that can be pre-allocated.
    -Broke: Fixed bug NOSS-87ED49 to check database quota size limit and skip adding more free space if exceeds

    One possible error is about the variable DominoDefrag_MinuteInterval not found or when the variable is zero the message is the same for both cases...

    -- Log --
    01/03/2011 23:00:45   Running Program document for 'DominoDefrag BDatosMail.ind'
    01/03/2011 23:00:45   DominoDefrag: v3.3 (5 January 2011)
    01/03/2011 23:00:45   DominoDefrag: Initializing...
    01/03/2011 23:00:45   DominoDefrag: Running on Windows 5.2.3790.Service Pack 2
    01/03/2011 23:00:45   DominoDefrag: Running on Domino 379
    01/03/2011 23:00:45   DominoDefrag: Using contig.exe 1.60
    01/03/2011 23:00:45   DominoDefrag: 32bit version running on 32bit platform
    01/03/2011 23:00:45   DominoDefrag: Optimize Data Volume -> Off
    01/03/2011 23:00:45   DominoDefrag: File -> BDatosMail.ind
    01/03/2011 23:00:45   DominoDefrag: Process Full Text Index -> On
    01/03/2011 23:00:45   DominoDefrag: DominoDefrag_MinuteInterval parameter not found. Task will only run once


    -- Log --
    02/03/2011 00:09:25   DominoDefrag: MAIL\xxx.nsf Cannot compact because current free space (0%) is less or equal to the DominoDefrag_CompactStart value of 10%
    02/03/2011 00:09:25   DominoDefrag: MAIL\xxx.nsf New free space exceeds DominoDefrag_FreeSpaceMaxMB limit. Resetting new size to 20 MB
    02/03/2011 00:09:25   Unable to write to database - database L:\Lotus\Domino\data\MAIL\xxx.nsf would exceed its disk quota of 102400 KB by 326 MB.
    02/03/2011 00:09:25   DominoDefrag: Error reserving object space because: Unable to write to database because database would exceed its disk quota.


    -- Notes.ini --
    DominoDefrag_Directory
    DominoDefrag_MinuteInterval=0
    DominoDefrag_Runtime=480
    DominoDefrag_FTIndex=1
    DominoDefrag_StartPoint=2
    DominoDefrag_VerboseLogging=0
    DominoDefrag_Compact=1
    DominoDefrag_CompactOptions=-B
    DominoDefrag_CompactStart=10%
    DominoDefrag_SummaryEmailAddress=xxx@xxx.com
    DominoDefrag_SummaryEmailFrom=DominoDefrag
    DominoDefrag_TransactionLog=0
    DominoDefrag_DAOS=0
    DominoDefrag_PerformanceCheck=0
    DominoDefrag_FreeSpace=5%
    DominoDefrag_FreeSpaceMaxMB=20MB
    DominoDefrag_OptimizeDataVolume=0
    DominoDefrag_OptimizeFiles=0
    DominoDefrag_EnterpriseSupport=0
    DominoDefrag_ErrorLogging=0
     

    • Will investigate

      By Andrew Luder 1 decade ago

      Hi,

      will investigate and get back to get you soon.

      Andrew