Has anyone come across this before (PI7.0 SP10)
I am running IDOCS from sending to receiver - SAP > XI > SAP
<?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="IDOC_ADAPTER">ATTRIBUTE_IDOC_RUNTIME</SAP:Code> <SAP:P1>MSGGUID 48E36C4607157D43E10000000DDF2416: Tag QUEUE found instead of tag IDOC BEGIN=</SAP:P1> <SAP:P2 /> <SAP:P3 /> <SAP:P4 /> <SAP:AdditionalText /> <SAP:ApplicationFaultMessage namespace="" /> <SAP:Stack>Error: MSGGUID 48E36C4607157D43E10000000DDF2416: Tag QUEUE found instead of tag IDOC BEGIN=</SAP:Stack> <SAP:Retry>M</SAP:Retry> </SAP:Error>
When testing the mapping file locally in the IB i get this:
<?xml version="1.0" encoding="UTF-8"?> <queuesDump> <queue name="iF:in0"> <entry type="1">_sUpPresSeD_</entry> <entry type="2">_sUpPresSeD_</entry> </queue> <queue name="iF:in1"> <entry type="1">_sUpPresSeD_</entry> <entry type="2">_sUpPresSeD_</entry> </queue> <queue name="iF:in2"> <entry type="1">_sUpPresSeD_</entry> <entry type="2">_sUpPresSeD_</entry> </queue> <queue name="iF:out"> <entry type="1">_sUpPresSeD_</entry> <entry type="2">_sUpPresSeD_</entry> </queue></queuesDump>
Has anyone come across this before? This was working..... D'oh!