Ult. Alteração: 17/09/2024

Alterado por: Henrique


Histórico de ClientesCould not open file control block (FCB) for invalid file ID 89 in database "DB_IDE_AllegroLoja".

Verify the file location. Execute DBCC CHECKDB



Fechar os sistemas AllegroNet.


Abra SQL Server Management.

Selecione a base de dados DB_IDE_AllegroLoja e execute o script abaixo:

Atenção: Execute um bloco de comando por vez.


ALTER DATABASE DB_IDE_AllegroLoja

SET SINGLE_USER

GO


DBCC CHECKDB (DB_IDE_AllegroLoja, REPAIR_ALLOW_DATA_LOSS) 

GO


ALTER DATABASE DB_IDE_AllegroLoja

SET MULTI_USER

GO


Problema persistindo, acionar o suporte análise.


_

Created with the Personal Edition of HelpNDoc: Effortlessly Create Professional Documentation with HelpNDoc's Clean UI