Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

A413-Sql error code: 605 attempt to fetch logical page (1:18560) in database 41 failed. It lelongs to allocation unit 72057594039828480 not to 72057594059358208

Sumário

Sistema: Gerenciador de Aplicativos Prosoft (GAP)

...

Informações Adicionais: Não se aplica.

Resolução

A situação ocorre pois, a base de dados geral do analisador fiscal está corrompida.  

 

Execute os seguintes comandos no Sql Server, informando o nome da conexão da base que estiver com erro:
 
EXEC sp_resetstatus 'ProANF_XPROEMPXX';
ALTER DATABASE ProANF_XPROEMPXX SET EMERGENCY;
DBCC checkdb('ProANF_XPROEMPXX');
ALTER DATABASE ProANF_XPROEMPXX SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
DBCC CheckDB ('ProANF_XPROEMPXX', REPAIR_ALLOW_DATA_LOSS);
ALTER DATABASE ProANF_XPROEMPXX SET MULTI_USER;