Arno Lehmann wrote:

13-Nov 04:23 backup-dir: Procars.2005-11-12_19.41.43 Fatal error:
sql_create.c:734 Create db File record INSERT INTO File
(FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES
(1353546,678,49864,1041923,'DkB Bto/k IGw B JY JY A Ga BAA I BDdiPY BC25yY BDSPqH A A E','GUc1A4+aoRdfGC/Tv0hHF6+eM+M') failed. ERR=The table 'File' is
full
The table 'File' is full

Which database?

MySQL ... dang, should`ve noted that ...

If it's MySQL, you have the option to tune the database settings. Easily done with the graphical administration program, where you can select the table you want to modify, set the expected row length and, important in this case, you can also define the maximum number of rows in the table.

Allright, that points me in the right direction, i`ll take a look

Ifyou've found a *real* limit, in this case you stored a number of files beyond what your DBMS can hold per table, you're in trouble... but that seems unlikely. Of course, you might have a full file system, too.

File System was ok (that was one of the first problems i ran into testing bacula - now the DB got 80gig - should be enuff ;) )

I also don`t hope i found a limit ... does Bacula work with one of my cute Oracle10g DBs ? :-)

I`ll write a report when i know more

Best regards,
--
Daniel Holtkamp                    Riege Software International GmbH
System Administration                                   Mollsfeld 10
40670 Meerbusch, Germany                     Phone: +49-2159-9148-41
mail: holtkamp [at] riege.com                Fax:   +49-2159-9148-11
--------------------------------------------------------------------


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to