Kbase 20249: Error 'build indexes' Option is Valid Only for Empty Tables
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/12/2004 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1B
Progress 9.1C
Progress 9.1D
OpenEdge 10.x
SYMPTOM(s):
Binary Load failed. (6255)
Attempting to use the option build indexes on a table that is not empty.
'build indexes' option is valid only for empty tables.
Index <idxnum> is not empty.
Multiple BD files created by binary dump
CAUSE:
This is the expected behavior, "build index" cannot be used when the binary dump spawn multiple BD files.
FIX:
Use the regular binary load and then the rebuild all indexes option using the PROUTIL idxbuild command.