Skip to Content
0
Feb 22, 2011 at 02:23 PM

Erro na CANCR_nfeCancelamentoNF_OB -- UNKNOWN_MESSAGE

26 Views

Bom dia,

em uma solicitação de cancelamento, o processo termina com um erro no PI na interface CANCR_nfeCancelamentoNF_OB.

O envio desta NF-e ocorreu sem problemas. Quando a solicitação de Cancelamento foi feita, observa-se a seguinte sequência de processamento de interfaces (SXMB_MONI do PI):

Status		Interface
OK		SIGNC_SignCancNFe_OB
OK		SIGNC_SignCancNFe_SYNC
OK		SIGNC_SignedCancNFe
OK		SIGNC_signIn_doc_SYNC_IB
X		CANCR_nfeCancelamentoNF_OB

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
- <!--  Call Adapter 
  --> 
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIAdapter</SAP:Category> 
  <SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code> 
  <SAP:P1></SAP:P1> 
  <SAP:P2></SAP:P2> 
  <SAP:P3></SAP:P3> 
  <SAP:P4></SAP:P4> 
  <SAP:AdditionalText></SAP:AdditionalText> 
  <SAP:Stack>No object type found for the message. Check that the corresponding process is activated An exception has occurred.</SAP:Stack> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

Trata-se do ambiente de QAS e os objetos foram recém transportados. Parece com que algum objeto esteja faltando (aparentemente, os Integration Process estão todos lá)?

Sabem o que pode estar causando este erro?

Muito obrigado.