-
Total de ítens
201 -
Registro em
-
Última visita
Tipo de Conteúdo
Blocks
Notes ACBrLibNFe
Fóruns
Downloads
Calendário
Tudo que Cleiver postou
-
Analisei o xml com erro e um autorizado e as urls estão iguais. Entrei em contato com o Sefaz-GO e me informaram que já teve varias ligações hoje informando o mesmo problema estão analisando. estou aguardando o retorno, o mais estranho é que esse tipo de erro está em vários estados.
-
Verificando as url no site sefaz encontrei uma diferença. QR-Code site sefaz GO - https://homolog.sefaz.go.gov.br/nfeweb/sites/nfce/danfeNFCe QR-Code Arquivo ini Acbr - http://homolog.sefaz.go.gov.br/nfeweb/sites/nfce/danfeNFCe
-
estou com o mesmo problema depois da ultima atualização.
-
Deu certo, obrigado ao Andre e Juliomar
-
Apos a ultima atualização estou com erro de variaveis não declarada \Fontes\ACBrSerial\ACBrPosPrinter.pas(757) Error: E2003 Undeclared identifier: 'cTagPageModeLiga' \Fontes\ACBrSerial\ACBrPosPrinter.pas(762) Error: E2003 Undeclared identifier: 'cTagPageModeDesliga' \Fontes\ACBrSerial\ACBrPosPrinter.pas(767) Error: E2003 Undeclared identifier: 'cTagPageModePosIniX' \Fontes\ACBrSerial\ACBrPosPrinter.pas(773) Error: E2003 Undeclared identifier: 'cTagPageModePosIniY' \Fontes\ACBrSerial\ACBrPosPrinter.pas(779) Error: E2003 Undeclared identifier: 'cTagPageModeLargura' \Fontes\ACBrSerial\ACBrPosPrinter.pas(785) Error: E2003 Undeclared identifier: 'cTagPageModeAltura' \Fontes\ACBrSerial\ACBrPosPrinter.pas(791) Error: E2003 Undeclared identifier: 'cTagPageModeConfig' \Fontes\ACBrSerial\ACBrPosPrinter.pas(1159) Error: E2003 Undeclared identifier: 'cTagPageModeLiga' \Fontes\ACBrSerial\ACBrPosPrinter.pas(1164) Error: E2003 Undeclared identifier: 'cTagPageModeDesliga' \Fontes\ACBrSerial\ACBrPosPrinter.pas(1169) Error: E2003 Undeclared identifier: 'cTagPageModeConfig' \Fontes\ACBrSerial\ACBrPosPrinter.pas(1221) Error: E2003 Undeclared identifier: 'cTagPageModePosIniX' \Fontes\ACBrSerial\ACBrPosPrinter.pas(1227) Error: E2003 Undeclared identifier: 'cTagPageModePosIniY' \Fontes\ACBrSerial\ACBrPosPrinter.pas(1233) Error: E2003 Undeclared identifier: 'cTagPageModeAltura' \ACBrSerial\ACBrPosPrinter.pas(1239) Error: E2003 Undeclared identifier: 'cTagPageModeLargura' creio que alguma unit esteja faltando, só não sei qual
-
Apos a ultima atualização do ACBr começou a apresentar a rejeição 878 - Endereço do site da UF da Consulta por chave de acesso diverge do previsto. verificando a Tag <urlChave>http://homolog.sefaz.go.gov.br/nfeweb/jsp/ConsultaDANFENFCe.jsf</urlChave> esta diferente de outros tópicos anteriores
-
Boa tarde, Marcelo_sp, baixei os fontes e estava realizando os testes aqui e a listaNCMs ainda esta apresentando erro. First chance exception at $74B708F2. Exception class EACBrHTTPError with message 'Erro HTTP: 500 Internal Server Error Socket Error: 0 URL: http://www4.receita.fazenda.gov.br/simulador/PesquisarNCM2.jsp?origem=PesquisarNCM2.jsp&codigo=0103419&button=Exibir+NCMs Resposta HTTP: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.</p> <p>More information about this error may be available in the server error log.</p> <hr> <address>IBM_HTTP_Server Server at www4.receita.fazenda.gov.br Port 80</address> </body></html> Abs. cleiver
-
Tiago, bom dia, Estou com esse mesmo erro, vc conseguiu descobrir o motivo?. abs
-
Epson TM-T20 imprimir DANFe NFCe
Cleiver replied to andersonh's tópico in NFC-e - Nota Fiscal do Consumidor Eletrônica
Estou com o mesmo erro depois das ultimas atualizações alguém conseguiu resolver? -
Gostaria de saber se alguém esta conseguindo imprimir imagem.
-
Try Try ACBrMDFe1.Manifestos.Clear; ACBrMDFe1.Manifestos.LoadFromString( Dm.cdsPesquisa.FieldByName('XML').AsString ); except begin MsgErro('Erro ao carregar o XML!'); FreeAndNil( RetornoSefaz ); Exit; end; End; ACBrMDFe1.EventoMDFe.Evento.Clear; with ACBrMDFe1.EventoMDFe.Evento.Add do begin infEvento.chMDFe := Copy(ACBrMDFe1.Manifestos.Items[0].MDFe.infMDFe.ID, 5, 44); infEvento.CNPJ := TiraString('.', '-', '/', '', '', Empresa.CNPJ); infEvento.dhEvento := now; infEvento.tpEvento := teEncerramento; infEvento.nSeqEvento := 1; infEvento.detEvento.nProt := ACBrMDFe1.Manifestos.Items[0].MDFe.procMDFe.nProt; infEvento.detEvento.dtEnc := Date; infEvento.detEvento.cUF := StrToInt(Copy(IntToStr(ACBrMDFe1.Manifestos.Items[0].MDFe.infDoc.infMunDescarga.Items[0].cMunDescarga),1,2)); infEvento.detEvento.cMun := ACBrMDFe1.Manifestos.Items[0].MDFe.infDoc.infMunDescarga.Items[0].cMunDescarga; end; Try if ACBrMDFe1.EnviarEvento( Dm.cdsPesquisa.FieldByName('NUMERO').AsInteger ) then // 1 = Numero do Lote begin if ACBrMDFe1.WebServices.EnvEvento.cStat > 0 then begin if ACBrMDFe1.WebServices.EnvEvento.cStat = 135 then ACBrMDFe1.Manifestos.Imprimir; end; end; except on E: Exception do begin if ACBrMDFe1.WebServices.EnvEvento.cStat > 0 then begin if ACBrMDFe1.WebServices.EnvEvento.cStat = 631 then begin ACBrMDFe1.Consultar; RetornoSefaz.Situacao := 'N'; RetornoSefaz.Codigo := ACBrMDFe1.WebServices.Consulta.cStat; RetornoSefaz.Protocolo := ACBrMDFe1.WebServices.Consulta.Protocolo; RetornoSefaz.Mensagem := ACBrMDFe1.WebServices.Consulta.XMotivo; end else begin RetornoSefaz.Codigo := ACBrMDFe1.WebServices.EnvEvento.cStat; RetornoSefaz.Mensagem := ACBrMDFe1.WebServices.EnvEvento.xMotivo; end; end else begin RetornoSefaz.Codigo := 999; RetornoSefaz.Mensagem := TratarErroMDFe(E.Message); end; end; end; if (RetornoSefaz.Codigo = 132) or (RetornoSefaz.Codigo = 135) then GravaRetorno( RetornoSefaz ); mmoMeRetornoSefaz.Lines.Add( IntToStr(RetornoSefaz.Codigo) + sLineBreak + RetornoSefaz.Mensagem); Finally FreeAndNil( RetornoSefaz ); End; meu código de encerramento.
-
Emisael, a sua pasta Schemas esta atualizada? porque estou fazendo testes aqui com a atualização de hoje e esta funcionando. testei emissão, cancelamento e enceramento.
-
Bom dia, Atualizei e fiz os teste e funcionou, obrigado.
-
Fernando, estou enviando normalmente. segue em anexo xml 5217060388026700010956000000000005357-rps.xml
-
Boa tarde, fiz um MDFe hoje em modo homologação e no momento de realizar o encerramento estou recebendo o seguinte erro. Falha na validação dos dados do Evento: 1845 - Element 'evEncMDFe': No matching global declaration available for the validation root. já não sei mais o que verificar.
-
rickoped, eu trabalho com a opção LT_all e não tenho problema.
