<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085326#M4515134</link>
    <description>&lt;P&gt;Hi Anoop,&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;I have no JSON data, I am running from the SOAP test tool:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730524-sc23.png"&gt;sc23.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also I haven't created a DT, i have imported an RFC and created 2 SI's, 2 MM's, and 1 OM:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730525-sc1.png"&gt;sc1.png&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2019 14:28:17 GMT</pubDate>
    <dc:creator>former_member201275</dc:creator>
    <dc:date>2019-09-12T14:28:17Z</dc:date>
    <item>
      <title>PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaq-p/12085320</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I have a scenario REST -&amp;gt; PI -&amp;gt; RFC, when I test the following error is received:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1727115-soapui54.png" /&gt;&lt;/P&gt;
  &lt;P&gt;For me though my mapping looks fine and also works in test mode: &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1727116-mmbukrs.png" /&gt;&lt;/P&gt;
  &lt;P&gt; Also the REST Sender is correct:&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1727117-cc1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;i've been trying for 3 weeks now to get this REST Service working :((((&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 13:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaq-p/12085320</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2019-09-10T13:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085321#M4515129</link>
      <description>&lt;P&gt;Hi Glen,&lt;/P&gt;&lt;P&gt;The message indicates that the mandatory field COMPANYID is missing in the payload.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 15:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085321#M4515129</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2019-09-10T15:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085322#M4515130</link>
      <description>&lt;P&gt;Hi Glen,&lt;/P&gt;&lt;P&gt;Did you tried by sending test message from Test tab in configuration and monitoring page?&lt;/P&gt;&lt;P&gt;If the message is success, then we need to recheck the REST communication channel configuration.&lt;/P&gt;&lt;P&gt;In soap-ui, for GET method&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method &lt;/STRONG&gt;= ‘GET’&lt;BR /&gt;&lt;STRONG&gt;Endpoint &lt;/STRONG&gt;= ‘http://{host}:{port}/RESTAdapter’&lt;BR /&gt;&lt;STRONG&gt;Resource &lt;/STRONG&gt;= Endpoint value specified above in communication channel plus the URL pattern.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Parameter &lt;/STRONG&gt;= Company ID&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1727133-2019-09-10-23-42-03.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1727134-2019-09-10-23-45-37.jpg" /&gt;&lt;/P&gt;&lt;P&gt;In SOAP-UI pass the company ID in the parameters tab, it should work.&lt;/P&gt;&lt;P&gt;I suggest you to refer the below link and check the communication channel configurations.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/"&gt;https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhargava Krishna&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 18:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085322#M4515130</guid>
      <dc:creator>Bhargavakrishna</dc:creator>
      <dc:date>2019-09-10T18:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085323#M4515131</link>
      <description>&lt;P&gt;Tried testing from the 'configuration and monitoring' page and it also doesn't work. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730501-mtest.png"&gt;mtest.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 06:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085323#M4515131</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2019-09-12T06:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085324#M4515132</link>
      <description>&lt;P&gt;Strange because i have the company code in the parameter. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730502-resttest2.png"&gt;resttest2.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 07:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085324#M4515132</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2019-09-12T07:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085325#M4515133</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please share your JSON sample data and DT that you created.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 12:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085325#M4515133</guid>
      <dc:creator>former_member207703</dc:creator>
      <dc:date>2019-09-12T12:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085326#M4515134</link>
      <description>&lt;P&gt;Hi Anoop,&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;I have no JSON data, I am running from the SOAP test tool:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730524-sc23.png"&gt;sc23.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also I haven't created a DT, i have imported an RFC and created 2 SI's, 2 MM's, and 1 OM:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730525-sc1.png"&gt;sc1.png&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085326#M4515134</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2019-09-12T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085327#M4515135</link>
      <description>&lt;P&gt;Hi Glen,&lt;/P&gt;&lt;P&gt;As per the screenshots, i could see you are just passing COMPANY ID instead of XML in the payload section.&lt;/P&gt;&lt;P&gt;If your source is not JSON, go to test tab of message mapping and manually give the company ID, click on src as shown in the below screenshot. It will generate XML, copy that and paste it in payload section and send test message.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1730526-2019-09-12-20-05-12.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhargava Krishna&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085327#M4515135</guid>
      <dc:creator>Bhargavakrishna</dc:creator>
      <dc:date>2019-09-12T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085328#M4515136</link>
      <description>&lt;P&gt;Hi Bhargava,&lt;/P&gt;&lt;P&gt;Thank you for your reply, your answers are always helpful!&lt;/P&gt;&lt;P&gt;I am new to REST services and also this SOAP test tool so I am not sure how to enter the XML in the payload. I have generated the XML but can only enter this when using method 'POST'?&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1730527-sc24.png"&gt;sc24.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 14:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085328#M4515136</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2019-09-12T14:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085329#M4515137</link>
      <description>&lt;P&gt;Hi Glen,&lt;/P&gt;&lt;P&gt;In SOAP-UI, change the Media type from Application/JSON to Application/XML and try.&lt;/P&gt;&lt;P&gt;Get operation, retrieve a value from the URL by providing the respective GET Variable Name. In your case it is COMPANYID.&lt;/P&gt;&lt;P&gt;I suggest you to go through the below link and recheck the channel configuration once again.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/198848/how-to-configure-sender-rest-adapter-with-get-oper.html"&gt;https://answers.sap.com/questions/198848/how-to-configure-sender-rest-adapter-with-get-oper.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/"&gt;https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhargava Krishna&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 18:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085329#M4515137</guid>
      <dc:creator>Bhargavakrishna</dc:creator>
      <dc:date>2019-09-12T18:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085330#M4515138</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry, I didn't notice that you are just sending a query param in URL. Please reffer this link &lt;A href="https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/"&gt;https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/&lt;/A&gt;. You need to write a UDF to retrieve its value in Mapping runtime.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anoop Kr. Rai&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 13:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085330#M4515138</guid>
      <dc:creator>former_member207703</dc:creator>
      <dc:date>2019-09-13T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: PI 7.5 - Mapping failed in runtime. Value missing in queue context</title>
      <link>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085331#M4515139</link>
      <description>&lt;P&gt;I cannot resolve this so i am giving up and closing the question. Thank you all for trying to help me. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 08:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pi-7-5-mapping-failed-in-runtime-value-missing-in-queue-context/qaa-p/12085331#M4515139</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2019-09-17T08:32:48Z</dc:date>
    </item>
  </channel>
</rss>

