Cataloging data -> failed
Windows server 2008 R2 / Acronis Backup & Recovery 11
On server I have a daily backup which passes every day ok, without problems. It takes a while because backup is very large (backup TIB file cca. 1.4TB). After that, cataloging data task is started and this always failed. Duration of cataloging task is cca. 7 hours, it comes to 99%, and finished with errors bellow.
Transaction has failed: exception occurred during rollback.
Additional info:
--------------------
Error code: 3
Module: 127
LineInfo: 6a946441fb0d9259
Fields: $module : gtob_indexer_commands_addon_vs
Message: Transaction has failed: exception occurred during rollback.
--------------------
Error code: 1
Module: 388
LineInfo: 5c0f9726650f8888
Fields: $module : gtob_indexer_commands_addon_vs
Message: SQLite library error: code '1'.
--------------------
Command 'Cataloging data' has failed.
Additional info:
--------------------
Error code: 61
Module: 309
LineInfo: 4a8728dc8a1c94f4
Fields: $module : service_process_vs
Message: Command 'Cataloging data' has failed.
--------------------
Error code: 1
Module: 388
LineInfo: 31f47c49ad4b4f3f
Fields: $module : gtob_indexer_commands_addon_vs
Message: SQLite library error: code '10'.
--------------------
- Log in to post comments
Hello Marin,
Thank you for your posting! According to https://www.sqlite.org/rescode.html#ioerr this code '10' means:
The SQLITE_IOERR result code says that the operation could not finish because the operating system reported an I/O error. A full disk drive will normally give an SQLITE_FULL error rather than an SQLITE_IOERR error. There are many different extended result codes for I/O errors that identify the specific I/O operation that failed.
I would check if there is enough place for the catalog or temporary disable cataloging. You could also move the catalog to some other location.
The formula that can be used for approximate calculus of expected catalog growth is the following:
- space_growth_per_backup = files_in_backup * 0.5 KB
Thank you,
- Log in to post comments
I have changed already destination of catalog to drive with 100GB free space.
In my vault, I have only one backup (each day, old backup is deleted). Size of my full daily backup is cca. 1.3TB
What is actually Catalog - Do i Need catalog If I have only 1 full backup in my archive?
- Log in to post comments
Hello Marin,
The catalog lets you easily find the required version of data and select it for recovery, however this option is not obligatory for recovery. All desired data you can find and select in the archive-view of the vault.
Thank you,
- Log in to post comments
How Can i disable Cataloging for my Simple Backup plan? I have Acronis Backup & Recovery 11...
TNX
- Log in to post comments
Hello Marin,
If you want to swith to the fast cataloging: Please open the backup plan and go to the bottom of the page. Under Plan parameters you will find Backup options. Here open Backup cataloging and select the preferred option.
If you want to completely disable the cataloging: go to Options -> Machine options -> Backup cataloging. Here you can choose whether to disable the cataloging completely.
Thank you,
- Log in to post comments