Error 174-the event will only be accepted after the start date of the employer's obligation to eSocial

I would like to know if anyone else gets this error when sending the "S-1000" to the restricted production environment, and how you can fix it. I'm finalizing the framework but I can't successfully submit a single time.

<retornoEvento>
  <eSocial xmlns="http://www.esocial.gov.br/schema/evt/retornoEvento/v1_2_0">
    <retornoEvento Id="...">
      <ideEmpregador>
        <tpInsc>1</tpInsc>
        <nrInsc>...</nrInsc>
      </ideEmpregador>
      <recepcao>
        <tpAmb>2</tpAmb>
        <dhRecepcao>2018-07-04T10:07:14.837</dhRecepcao>
        <versaoAppRecepcao>0.1.0-A0317</versaoAppRecepcao>
        <protocoloEnvioLote>...</protocoloEnvioLote>
      </recepcao>
      <processamento>
        <cdResposta>401</cdResposta>
        <descResposta>Conteudo do evento inválido.</descResposta>
        <versaoAppProcessamento>10.0.1-A3199</versaoAppProcessamento>
        <dhProcessamento>2018-07-04T10:07:14.89</dhProcessamento>
        <ocorrencias>
          <ocorrencia>
            <tipo>1</tipo>
            <codigo>174</codigo>
            <descricao>O evento somente será aceito após a data de início da obrigatoriedade do empregador ao eSocial.</descricao>
            <localizacao/>
          </ocorrencia>
        </ocorrencias>
      </processamento>
    </retornoEvento>
  </eSocial>
</retornoEvento>
Author: perozzo, 2018-07-04

1 answers

Using the link provided by LP. Gonçalves found the problem, the start date needs to be in a specific month to work, as seen in the forum:

In production or testing? Send the Xml file, already formatted if possible. In Test will only be accepted events after 2016-01

In production will only be accepted events after 2018-01 (respecting the months of the Phases)

...

O IniValid after restricted production environment update of eSocial of the day 26/06 was changed from 2016-01 to 2017-01 following the same phasing rules of the production environment..

Http://portal.esocial.gov.br/noticias/testes-com-o-faseamento-na-producao-restrita-terao-ano-base-2017

Pro forum link

 0
Author: MaiconMM, 2020-06-11 14:45:34