FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.24k stars 215 forks source link

Recursive Definition error [CORE5462] #5732

Open firebird-automations opened 7 years ago

firebird-automations commented 7 years ago

Submitted by: Willer Seno Trambuch (somalll)

Após tentar realizar algumas criações de chaves primárias ocorre o seguinte erro

SQL Server Error: unsuccessful metadata update cannot create index PK_LF_CREDITOPISCOFINS

unsuccessful metadata update request depth exceeded. (Recursive definition?)

única solução é realizando BACKUP/RESTORE (gbak) ou rodando GFIX, alguma outra solução??? Geralmente ocorre quando tenta realizar criação de chave primária no banco.

firebird-automations commented 7 years ago

Commented by: Omacht András (aomacht)

Translate by google:

"After attempting to perform some primary key creations the following error occurs:

SQL Server Error: unsuccessful metadata update can not create index PK_LF_CREDITOPISCOFINS

Unsuccessful metadata update Request depth exceeded. (Recursive definition?)

Only solution is performing BACKUP / RESTORE (gbak) or running GFIX, some other solution ??? It usually occurs when you try to perform primary key creation in the database."

firebird-automations commented 7 years ago

Commented by: @dyemanov

AFAIK, this was fixed in Firebird v2.5.6.

firebird-automations commented 7 years ago
Modified by: @dyemanov summary: Erro Criação Chave Primária =\> Recursive Definition error