<?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: Proxy: Error code 401 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101437#M1264720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The configurations looks correct. Just check the ABAP port 8000 again in smicm - menu goto - services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also u may try this, instead of using Addresing type: URL Address, use HTTP Destination. Go to sm59, create a new http destination and there Use the following path prefixes in the Target System Settings.&lt;/P&gt;&lt;P&gt;/sap/xi/engine?type=receiver &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 16:00:11 GMT</pubDate>
    <dc:creator>prateek</dc:creator>
    <dc:date>2007-12-05T16:00:11Z</dc:date>
    <item>
      <title>Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaq-p/3101427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my file to proxy(XI adapter), i am getting the following error:&lt;/P&gt;&lt;P&gt;"&amp;lt;i&amp;gt;HTTP response contains status code 401 with the&lt;/P&gt;&lt;P&gt;description User not authorized for message&lt;/P&gt;&lt;P&gt;processing&amp;lt;/i&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user that i am using on the xi adapter has the role "SAP_XI_APPL_SERV_USER" added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something that i am missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaq-p/3101427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T14:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101428#M1264711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if ur PIAFUSER and PIISUSER are locked.&lt;/P&gt;&lt;P&gt;Also please brief whr exactly u r gettin this error and how much of the scenario is successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101428#M1264711</guid>
      <dc:creator>prateek</dc:creator>
      <dc:date>2007-12-05T14:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101429#M1264712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message fails on a step where it calls the XI adapter. Here is the message from the pipeline:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes" ?&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;!--  Call Adapter &lt;/P&gt;&lt;P&gt;  --&amp;gt; &lt;/P&gt;&lt;P&gt;- &amp;lt;SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand=""&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:Category&amp;gt;XIServer&amp;lt;/SAP:Category&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:Code area="INTERNAL"&amp;gt;HTTP_RESP_STATUS_CODE_NOT_OK&amp;lt;/SAP:Code&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:P1&amp;gt;401&amp;lt;/SAP:P1&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:P2&amp;gt;User not authorized for message processing&amp;lt;/SAP:P2&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:P3 /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:P4 /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:AdditionalText&amp;gt;&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;&amp;lt;H1&amp;gt;SAP Integration Engine&amp;lt;/H1&amp;gt;&amp;lt;BR /&amp;gt;User not authorized for message processing.&amp;lt;BR /&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&amp;lt;/SAP:AdditionalText&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:ApplicationFaultMessage namespace="" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:Stack&amp;gt;HTTP response contains status code 401 with the description User not authorized for message processing Authorization error when sending using HTTP (error code: 401, error text: User not authorized for message processing)&amp;lt;/SAP:Stack&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:Retry&amp;gt;M&amp;lt;/SAP:Retry&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/SAP:Error&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101429#M1264712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101430#M1264713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SU01, how do i confirm if a user is locked on or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101430#M1264713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T14:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101431#M1264714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In su01, select the username and click on the lock icon. It wil display if it locked or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101431#M1264714</guid>
      <dc:creator>prateek</dc:creator>
      <dc:date>2007-12-05T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101432#M1264715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both the Users are not locked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101432#M1264715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T14:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101433#M1264716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please providde ur XI adapter configurations. I think there is some problem with that. e.g. Port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101433#M1264716</guid>
      <dc:creator>prateek</dc:creator>
      <dc:date>2007-12-05T14:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101434#M1264717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look in this Link for all HTTP errors,&lt;/P&gt;&lt;P&gt;/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Reward if helpfull&lt;/STRONG&gt;**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101434#M1264717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T14:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101435#M1264718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adapter Details:&lt;/P&gt;&lt;P&gt;SAP system is 6.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transport Protocol: HTTP 1.0&lt;/P&gt;&lt;P&gt;Message Protocol: XI 2.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addresing type: URL Address&lt;/P&gt;&lt;P&gt;TargetHost: XYZ&lt;/P&gt;&lt;P&gt;Port: 8000&lt;/P&gt;&lt;P&gt;Path: /sap/xi/engine?type=receiver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 15:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101435#M1264718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T15:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101436#M1264719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are u on XI 3.0 or 2.0? Change the Messgae protocol to 3.0 if you or in Xi 3.0 or higher.. Also url ?type=entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 15:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101436#M1264719</guid>
      <dc:creator>VijayKonam</dc:creator>
      <dc:date>2007-12-05T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101437#M1264720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The configurations looks correct. Just check the ABAP port 8000 again in smicm - menu goto - services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also u may try this, instead of using Addresing type: URL Address, use HTTP Destination. Go to sm59, create a new http destination and there Use the following path prefixes in the Target System Settings.&lt;/P&gt;&lt;P&gt;/sap/xi/engine?type=receiver &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 16:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101437#M1264720</guid>
      <dc:creator>prateek</dc:creator>
      <dc:date>2007-12-05T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101438#M1264721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an RFC destination of type "H", with path prefix: /sap/xi/engine?type=receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to test the connection, i get another login screen. After a few tries, i get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;html&amp;gt;&amp;lt;body&amp;gt;&amp;lt;H1&amp;gt;SAP Integration Engine&amp;lt;/H1&amp;gt;&amp;lt;BR /&amp;gt;User not authorized for&lt;/P&gt;&lt;P&gt;message processing.&amp;lt;BR /&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 10:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101438#M1264721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T10:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101439#M1264722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure your business system is set up as follows:&lt;/P&gt;&lt;P&gt;1. Transaction SXMB_ADM &lt;/P&gt;&lt;P&gt;- Role of System: Application System&lt;/P&gt;&lt;P&gt;- Corresponding Integration Server: dest://&amp;lt;your_sm59_http_destination&amp;gt;&lt;/P&gt;&lt;P&gt;2. Ensure that the RFC destinations LCRSAPRFC and SAPSLDAPI are maintained and working (see the Configuration Guide, chapter 5.3)&lt;/P&gt;&lt;P&gt;3. Run SLDCHECK to verify that the connection to the System Landscape Directory works.&lt;/P&gt;&lt;P&gt;4. Check that the Integration Repository is running and data is maintained there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;P&gt;Chirag Gohil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 11:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101439#M1264722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T11:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101440#M1264723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danny Molepo  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error code 401stands for Unauthorized &lt;/P&gt;&lt;P&gt;This code is used when access to a resource is protected and the client did not provide valid authentication credentials. Often the 401 response includes information that causes the user agent to prompt the user for a username and password. &lt;/P&gt;&lt;P&gt;for more details on error code follow the link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.web-cache.com/Writings/http-status-codes.html" target="test_blank"&gt;http://www.web-cache.com/Writings/http-status-codes.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check whether you have given the right credentials. If you are very sure that you have given right credentials then your problem will be solved by restarting J2EE engine&lt;/P&gt;&lt;P&gt;steps to restart J2EE engine&lt;/P&gt;&lt;P&gt;1) run transaction SMICM &lt;/P&gt;&lt;P&gt;2) then in the tab administration =&amp;gt; J2EE instance(local) =&amp;gt;send soft shutdown with restart&lt;/P&gt;&lt;P&gt;by this java engine will restart and will be up in 5-10 minutes and your problem will be solved&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sandeep sharma&lt;/P&gt;&lt;P&gt;PS ; if helpful kindly reward points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;sandeep sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 13:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101440#M1264723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T13:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy: Error code 401</title>
      <link>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101441#M1264724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the feedback. The problem was with the Authorization. The correct roles were assigned but, they were not active in the Business System&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 14:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/proxy-error-code-401/qaa-p/3101441#M1264724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T14:18:01Z</dc:date>
    </item>
  </channel>
</rss>

