cancel
Showing results for 
Search instead for 
Did you mean: 

Warning in DB13

Former Member
0 Kudos

Hi,

I have found the next warning in trx DB13:

BR0986W Partitioned index SAPCPB./BIC/B0000124001~0 is unbalanced - please rebuild the index partitions

I tried to rebuild the index with the RSANAORA report but it sent me an mistake.

How is rebuild this class of index?

Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member193294
Active Participant
0 Kudos

Hi Maximino,

check SAP Note 442395 which includes :

BR0986W Index %s.%s is unbalanced - please rebuild the index

or alternatively, if this is not gonna work:

SAP Note 439783.

Brgds,

Loukas

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks,

I will try to use brtools to rebuild this index.

Regards

Former Member
0 Kudos

Hi,

Try the following :-

brspace -p init$.sap -s 20 -l E -c -f idrebuild -i "index_name"

Regards

Richard

Former Member
0 Kudos

Hello,

You can rebuild partitioned indexes using brspace.

Brtools -> segment management -> Rebuild indexes

Former Member
0 Kudos

Thanks for your help,

I had already checked this notes, but they aren't for partitioned index. When I tried rebuild the index as in the notes, I got a mistake.

Regards