Subject Re: [firebird-support] Re: Index creating problem
Author Helen Borrie
At 02:35 PM 9/11/2004 +0000, you wrote:


>I'm trying to do this:
>"CREATE UNIQUE DESCENDING INDEX IDX_ULTIMA_MISCARE ON
>PREZENTARE(ID_ULTIMA_MISCARE)"
>and I'm getting the following ISC Error Code: "335544351"
>with the following ISC Error Message:
>"Unsuccessful metadata update. Too many keys defined for index
>IDX_ULTIMA_MISCARE".

I can create a similar index on a unique integer column in Firebird .1.5.1
without problems. Your statement is encountering *some* kind of exception
but is delivering the wrong message.

Check that the server's build version (whatever it is) matches the build
number of both the client library and the firebird.msg file that you are
using.

Also tell us what server version you are using, on what platform, and
report the ODS version and dialect of the database.

./heLen