0

during the upgrade process from 7.6 to 8.7 the database Analyzer fails in the following statement: enter image description here

Error:

Database update failed

Error: Specified key was too long; max key length is 1000 bytes

can you help?

Leo
  • 101
  • 12

1 Answers1

-2

i found the solution.

 drop index lookup_string on sys_refindex;

then you can run database analyzer in to steps:

  1. ALTER TABLE ....
  2. CREATE INDEX .... but this is done by database analyzer in upgrade wizard
Leo
  • 101
  • 12