cancel
Showing results for 
Search instead for 
Did you mean: 

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

Andre_Simard
Level 3
Partner Accredited

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 have this error in the eventviewer:

SQLANYs_VERITAS_NB
*** ERROR *** Assertion failed: 200610 (16.0.0.2018)
Attempting to normalize a non-continued row (0x3af:0x6)

The same message appear in the Server.log:

E. 05/09 18:36:48. *** ERROR *** Assertion failed: 200610 (16.0.0.2018)
Attempting to normalize a non-continued row (0x3af:0x6)

 

After restarting the Netbackup Relational Database Manager service it's working fine for a couple of days (lats time for a month) and it's crashing again.

 

Does someone know on can i fix that?

Thank you!

 

1 ACCEPTED SOLUTION

Accepted Solutions

Deb_Wilmot
Level 6
Employee Accredited Certified

 

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

View solution in original post

3 REPLIES 3

Deb_Wilmot
Level 6
Employee Accredited Certified

 

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

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

2 weeks later without any reply....

What was the result of database validate?

 

 

Andre_Simard
Level 3
Partner Accredited

Hi,

 

Sorry for the delay, i did not saw that i got your reply.

 

Ded, thank you for you answer, It's exactly what support send me and it's resolve the issue.

 

Thank you all!