Impossible to do a backup

NizarNizar Member Posts: 61
Hello,

I have a database in navision 4SP1 sql.
I want to do a backup, when the progress bar reach 32% the serever SQL is stopped and an error message occured
I log file of plan of maintenance of the database i find this message :

[Microsoft SQL-DMO (ODBC SQLState : 42000)] Erreur 8928 : [Microsoft][ODBC SQL Server Driver][SQL Server]Objet ID = 386100416, index ID = 0 : La page (3:204190) ne peut pas ˆtre trait‚e. Pour plus d'informations, consultez les autres erreurs.

Comments

  • kinekine Member Posts: 12,562
    Could you try to translate the text of the error into english? Thanks.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • NobodyNobody Member Posts: 93
    Error 8928 is a VERY bad error. It means the database has allocation issues, whish means corruption. This type of corruption is usually caused by a hardware failure at the disk level. About the only thing you can do is run DBCC CheckDB or restore from the last good back-up. Hope DBCC fixes it for you.
Sign In or Register to comment.