Forum Discussion

Andre_Simard's avatar
10 years ago

*** ERROR *** Assertion failed: 200610 (16.0.0.2018) Attempting to normalize a non-continued row (0x723:0x10)

Hi, I'm running Netbackup 7.6.1.1. on a windows 2008 R2 server. I have the Netbackup Relational Database Manager service that crash for couple of time right now. Everytime it's crashing, I h...
  • Deb_Wilmot's avatar
    10 years ago

     

    a)

    Take an online backup of the database

     

    C:\Program Files\Veritas\NetBackup\bin>mkdir c:\nbdb_backup

     

    C:\Program Files\Veritas\NetBackup\bin>nbdb_backup -dbn NBDB -online c:\nbdb_backup

     

    b). Stop all the Netbackup services

     

    change to

    c:\program files\veritas\netbackup\bin\

     

    run

    bpdown -f -v

     

    c). Start only the Relational database service

     

    net start "Netbackup Relational Database manager"

     

    d). Validate the database:

     

    run

     

    nbdb_admin NBDB -validate -full

     

    e). Perform a rebuild of the database:

     

    nbdb_unload -dbn NBDB -rebuild -verbose

     

    This could take a long time and does not give a progress report unfortunately.

     

    Do not worry if it takes 10 minutes or longer.

     

    f). Perform a reorganize of the database:

     

    nbdb_admin -reorganize NBDB -verbose

     

    g). Restart all the services:

     

    bpdown -f -v

     

    bpup -f -v