The reported event was not recognized by the system

0
Hello everyone, I'm trying to send the S2220 event to E-Social, but it returns me the error:

"The reported event was not recognized by the system. Suggested Action: Verify that the reported event and version of the layout are in accordance with eSocial Table 9 (eSocial File Types) "

I generate xml, I sign the envelope and send the sending goes successfully

Now when I put the protocol number I get this error, could someone please help me! What am I doing wrong?

Follow my XML file

<?xml version="1.0"?>
<eSocial xmlns="http://www.esocial.gov.br/schema/lote/eventos/envio/v1_1_1" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <envioLoteEventos grupo="2">
  <ideEmpregador>
   <tpInsc>1</tpInsc>
   <nrInsc>01000251</nrInsc>
  </ideEmpregador>
 <ideTransmissor>
  <tpInsc>1</tpInsc>
    <nrInsc>01000251000139</nrInsc>
 </ideTransmissor>
 <eventos>
  <evento Id="ID1010002510000002018030513481200001">
  <eSocial xmlns="http://www.esocial.gov.br/schema/evt/evtMonit/v02_04_01" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <evtMonit Id="ID1010002510000002018030513481200001">
       <ideEvento>
         <indRetif>1</indRetif>
         <nrRecibo>0</nrRecibo>
         <tpAmb>2</tpAmb>
         <procEmi>1</procEmi>
         <verProc>1.4.1</verProc>
       </ideEvento>
    <ideEmpregador>
       <tpInsc>1</tpInsc>
       <nrInsc>01000251</nrInsc>
    </ideEmpregador>
    <ideVinculo>
      <cpfTrab>***********</cpfTrab>
      <nisTrab>12345678911</nisTrab>
      <matricula>1412-hj</matricula>
    </ideVinculo>
   <aso>
    <dtAso>2017-11-16</dtAso>
    <tpAso>1</tpAso>
    <resAso>1</resAso>
     <exame>
      <dtExm>2017-11-15</dtExm>
      <procRealizado>45121241</procRealizado>
      <obsProc>nada</obsProc>
      <interprExm>1</interprExm>
      <ordExame>2</ordExame>
      <dtIniMonit>2017-01-21</dtIniMonit>
      <dtFimMonit>2017-01-31</dtFimMonit>
      <indResult>1</indResult>
       <respMonit>
         <nisResp>12345678911</nisResp>
         <nrConsClasse>12345678</nrConsClasse>
       </respMonit>
     </exame>
  <ideServSaude>
    <codCNES>1234567</codCNES>
    <frmCtt>emailll</frmCtt>
    <email>[email protected]</email>
    <medico>
      <nmMed>Jose Ngm da Silva</nmMed>
      <crm>
        <nrCRM>12345678</nrCRM>
        <ufCRM>SP</ufCRM>
      </crm>
    </medico>
   </ideServSaude>
  </aso>
</evtMonit>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
  <SignedInfo>
     <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
     <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
     <Reference URI="">
     <Transforms>
        <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
        <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
     </Transforms>
     <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
     <DigestValue>***************************************</DigestValue>
     </Reference>
   </SignedInfo>
 <SignatureValue>*************</SignatureValue>
   <KeyInfo>
      <X509Data>
      <X509Certificate>*****</X509Certificate>
      </X509Data>
    </KeyInfo>
    </Signature>
    </eSocial>
   </evento>
  </eventos>
 </envioLoteEventos>
</eSocial>

:)

    
asked by anonymous 05.03.2018 / 19:16

1 answer

0

This error is occurring when submitting the S-2220 (Worker Health Monitoring) event, because this event is not yet available either in the Restricted Production (testing) environment or in the environment (official) because it is part of Health and Safety of Workers (SST) events, which will only be deployed as of January 2019 , at least).

See the eSocial v2.4 Guidance Manual , September 2017, page 49:

  

link

     

Occupational Health and Safety - SST events are defined below:
• S-1060 - Workplace Table;
• S-2220 - Occupational Accident Communication • S-2220 - Occupational Health Monitoring • • S-2240 - S-2241 - Unhealthy, Dangerous and Special Retirement

See also the eSocial Developer's Guide v1.6.3 , January 2018, on page 76, item 7.3. Events , the list of events that are part of the Restricted Production environment (the S-2220 is not there):

  

link

And see one of the news that shows the implementation schedule of eSocial, with its various phases:

  

News: Big companies will be forced to eSocial from January 2018    link

EDITION

The dates have been updated, and, according to the new schedule , the SST events become effective in:

  • July 2019 for the 1st Group (business entities with revenues in 2016 over R $ 78 million);
  • January / 2020 for the 2nd Group (business entities with billing in the year 2016 up to R $ 78 million and not opting for the National Simple)
  • July / 2020 for the 3rd Group (employers opting for Simples Nacional, employers of individuals (except domestic), rural producers PF and non-profit entities);
  • January 2021 for the 4th Group (public entities and international organizations).
06.03.2018 / 08:06