Database Error Messages

DIA-52409

ALTER INDEX [index_name].[given_val] REBUILD ONLINE failed. Invalid value string for TARGET ACCURACY value. Valid values are between 1 and 100.
  • index_name: The index name.
  • given_val: The value specified for TARGET ACCURACY in the VECTOR INDEX clause.

Cause

An attempt is being made to specify an invalid value for the TARGET ACCURACY vector index parameter.


Action

Use the valid value that is within the range as specified in the documentation.