Endpoint Protection

 View Only
  • 1.  SQL Error

    Posted May 24, 2017 10:55 AM

    Hello,

    • i have an issue whit my SQL DB (sem5). the DbValidator give me the bellow error :

    2017-05-24 12:37:34.400 THREAD 1 AVERTISSEMENT: Finished validating LiveUpdate content.  --> SUCCESSFUL

    2017-05-24 12:37:34.400 THREAD 1 AVERTISSEMENT: Database validation failed.

    2017-05-24 12:37:34.451 THREAD 1 AVERTISSEMENT: [La base de données contient des anomalies.Pour plus d’informations, reportez-vous à dbvalidator-x.log dans le dossier d’installation de Symantec Endpoint Protection Manager, sous tomcatlogs.]

    2017-05-24 12:37:34.575 THREAD 1 AVERTISSEMENT: Finished.

    • when i run a DBCC CHECKDB on my SQL Server a got those two error 

    Résultats DBCC pour 'ALERTS'.

    Msg 2533, Niveau 16, État 1, Ligne 1

    Erreur de table : la page (5:47371) assignée à l'ID d'objet 110623437, ID d'index 0, ID de partition 72057594045267968, ID d'unité d'allocation 72057594047430656 (type In-row data) n'a pas été affichée. La page n'est peut-être pas valide ou comporte un ID d'unité d'allocation dans son en-tête.

    Il y a 5528 lignes dans 699 pages pour l'objet "ALERTS".

    CHECKDB a trouvé 0 erreurs d'allocation et 1 erreurs de cohérence dans la table 'ALERTS' (ID d'objet 110623437).Résultats DBCC pour 'ALERTS'.

    Msg 2533, Niveau 16, État 1, Ligne 1

    Erreur de table : la page (5:47371) assignée à l'ID d'objet 110623437, ID d'index 0, ID de partition 72057594045267968, ID d'unité d'allocation 72057594047430656 (type In-row data) n'a pas été affichée. La page n'est peut-être pas valide ou comporte un ID d'unité d'allocation dans son en-tête.

    Il y a 5528 lignes dans 699 pages pour l'objet "ALERTS".

    CHECKDB a trouvé 0 erreurs d'allocation et 1 erreurs de cohérence dans la table 'ALERTS' (ID d'objet 110623437).

    Résultats DBCC pour 'SCANS'.

    Msg 2533, Niveau 16, État 1, Ligne 1

    Erreur de table : la page (5:64586) assignée à l'ID d'objet 548197003, ID d'index 0, ID de partition 72057594048217088, ID d'unité d'allocation 72057595497086976 (type In-row data) n'a pas été affichée. La page n'est peut-être pas valide ou comporte un ID d'unité d'allocation dans son en-tête.

    Il y a 295930 lignes dans 30791 pages pour l'objet "SCANS".

    CHECKDB a trouvé 0 erreurs d'allocation et 1 erreurs de cohérence dans la table 'SCANS' (ID d'objet 548197003).

    • Is there a way to move all my existing clients to a new SQL server ?

    Kind regards

    N.Achraf

     



  • 2.  RE: SQL Error

    Posted May 24, 2017 01:13 PM
    It says there are some anomalies in your dB so at this point you will not be able to migrate unless you have good recent backup of the dB. You need to engage symantec support they will be able to help you around this issue


  • 3.  RE: SQL Error

    Posted May 25, 2017 04:54 AM

    Thank you...

    The support told me to contacte my DB admin and im the DB admin.

    I've been able to delete the error on the ALERTS table but i wtill have the issue on SCANS



  • 4.  RE: SQL Error
    Best Answer

    Posted May 25, 2017 08:23 AM

    Run  DBCC CHECKDB on the DB under Single mode (That will help you see the tables whit errors)

    Run DBCC CHECKTABLE ("Table-Name", REPAIR_ALLOW_DATA_LOSS)