From: Cappellano, John J
[mailto:[EMAIL PROTECTED] 
        Sent: Monday, January 15, 2007 9:03 PM
        To: maxdb@lists.mysql.com
        Subject: Error: (-8033) on Log Backups
        
        
        Hello All,
        I am getting the error -8033 every time a log backup (auto log
on) executes. I looked up the error and it says:
         
        
        -8033: Incomplete log segment Locate the document in the library
structure
<http://dev.mysql.com/doc/maxdb/en/bb/549e3dcf9a4c64e10000000a114084/fra
meset.htm> 


        Explanation:

        You tried to save the log area. However, there are fewer log
entries to be saved than defined in the general database parameter
<http://dev.mysql.com/doc/maxdb/en/ef/eb3d408ae01e24e10000000a1550b0/con
tent.htm>  LOG_SEGMENT_SIZE.

        User Action:

        No action required

         

        This has just recently started to happen. It does not appear to
be an issue but I am not sure what is really happening. Any guidance
would be appreciated.

Hello John,

this seems to be an error in writing the protocol. If you look into the
backuphistory and find
directly above of the line which contains the error another line with en
errorcode 0 (say ok)
and these two lines have the same data - then this error is fixed with
newer builds:
        7.5.00.39
        7.6.01.09
        7.6.02.00

In this case the lines containing the errorcode -8033 does not mean that
there occured an error
during autosave log.

Kind re
        

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to