on ‎2007 Dec 05 2:19 PM
Hi,
In my file to proxy(XI adapter), i am getting the following error:
"<i>HTTP response contains status code 401 with the
description User not authorized for message
processing</i>"
The user that i am using on the xi adapter has the role "SAP_XI_APPL_SERV_USER" added.
Is there something that i am missing
Request clarification before answering.
Check if ur PIAFUSER and PIISUSER are locked.
Also please brief whr exactly u r gettin this error and how much of the scenario is successful
Regards,
Prateek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The message fails on a step where it calls the XI adapter. Here is the message from the pipeline:
<?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>XIServer</SAP:Category>
<SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
<SAP:P1>401</SAP:P1>
<SAP:P2>User not authorized for message processing</SAP:P2>
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText><html><body><H1>SAP Integration Engine</H1><BR />User not authorized for message processing.<BR /></body></html></SAP:AdditionalText>
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>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)</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
The configurations looks correct. Just check the ABAP port 8000 again in smicm - menu goto - services.
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.
/sap/xi/engine?type=receiver
Regards,
Prateek
I have created an RFC destination of type "H", with path prefix: /sap/xi/engine?type=receiver.
When i try to test the connection, i get another login screen. After a few tries, i get the following error:
html><body><H1>SAP Integration Engine</H1><BR />User not authorized for
message processing.<BR /></body></html>
Any ideas
HI,
Make sure your business system is set up as follows:
1. Transaction SXMB_ADM
- Role of System: Application System
- Corresponding Integration Server: dest://<your_sm59_http_destination>
2. Ensure that the RFC destinations LCRSAPRFC and SAPSLDAPI are maintained and working (see the Configuration Guide, chapter 5.3)
3. Run SLDCHECK to verify that the connection to the System Landscape Directory works.
4. Check that the Integration Repository is running and data is maintained there.
thnx
Chirag Gohil
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.