Hi Experts,
I executed wsdl file in SOAP UI, it throws an error
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Header></SOAP:Header>
<SOAP:Body>
<SOAP:Fault>
<faultcode>SOAP:Client</faultcode>
<faultstring>User not authorized for message processing</faultstring>
<faultactor>http://sap.com/xi/XI/Message/30</faultactor>
<detail>
<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30">
<SAP:Category>XIProtocol</SAP:Category>
<SAP:Code area="MESSAGE">NOT_AUTHORIZED_FOR_PROC</SAP:Code>
<SAP:P1>A60166</SAP:P1>
<SAP:P2/>
<SAP:P3/>
<SAP:P4/>
<SAP:AdditionalText/>
<SAP:Stack>User A60166 has no authorization to process messages</SAP:Stack>
</SAP:Error>
</detail>
</SOAP:Fault>
</SOAP:Body>
</SOAP:Envelope>
Kindly anyone suggest this error.
Regards,
Mani
Request clarification before answering.
Hi,
Try assigning all the roles equivalent to SAP_ALL profile and your problem will be resolved. I had also faced exactly same problem and it was resolved by giving SAP_ALL roles
Thanks,
Suji
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI All Experts,
Now i assigned all roles to my id, now throws below mentioned error,i cant understand this error.
<html><head><title>Logon Error Message</title><META http-equiv="Content-Type" content="text/html;charset=UTF-8"><style type="text/css">body { font-family:tahoma,helvetica,sans-serif;color:#333333;background-color:#FFFFFF; }td { font-family:tahoma,helvetica,sans-serif;font-size:70%;color:#333333; }h1 { font-family:tahoma,helvetica,sans-serif;font-size:160%;font-weight:bold;margin-top:15px;margin-bottom:3px;color:#003366; }h2 { font-family:verdana,helvetica,sans-serif;font-size:120%;font-style:italic;font-weight:bold;margin-top:6px;margin-bottom:6px;color:#999900; }p { font-family:tahoma,helvetica,sans-serif;color:#333333;margin-top:4px;margin-bottom:4px; }ul { font-family:tahoma,helvetica,sans-serif;color:#333333;list-style-type:square;margin-top:8px;margin-bottom:8px; }li { font-family:tahoma,helvetica,sans-serif;color:#33333;margin-top:4px; }.emphasize { color:#333333;background-color:#C8E3FF;padding:5px;}.note { color:#CC6600; }a { font-family:tahoma,helvetica,sans-serif;text-decoration:underline;color:#336699; }a:visited { color:#001166; }a:hover { text-decoration:none; }</style></head><body><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td><h1>Anmeldung fehlgeschlagen</h1><br><h2>Was ist passiert ?</h2><p>Der Aufruf der URL http://pixi:50000/sap/xi/engine wurde aufgrund fehlerhafter Anmeldedaten abgebrochen.</p></td></tr><tr><td> </td></tr><tr><td class="emphasize"><strong>Hinweis</strong><br><ul><li> Die Anmeldung wurde im System PIX ausgeführt. </li><li> Die Anmeldung wurde für den Mandanten 001 und den Benutzer a60166 und die Sprache durchgeführt. </li></ul></td></tr><tr><td> </td></tr><tr><td><p> </p><h2>Was können Sie tun ?</h2><ul><li> Überprüfen Sie die Angabe über den Mandanten, Benutzer und das Passwort auf Tippfehler. </li> <li> Falls Sie noch über keine Benutzerkennung verfügen, so wenden Sie sich an Ihren Systemadministrator. </li></ul></br><p class="note">Fehlercode: ICF-LE-http-c:001-l:-T:1-C:6-U:5-P:5-L:6</p></br><p> HTTP 401 - Unauthorized</br><p> Ihr SAP Internet Communication Framework Team</p></td></tr></table></body></html>
Regards,
Manigandan
HI All,
I Directly past that URL in browser , it throws this error message. Acctually it loged with 001 client, but my id is 100 client.
Logon failedWhat has happened?Call of URL http://pixi:50000/sap/xi/engine terminated due to error in logon data. |
Note
|
What can I do?
Error Code: ICF-LE-http-c:001-l:E-T:231-C:6-U:5-P:5-L:7 HTTP 401 - Unauthorized Your SAP Internet Communication Framework Team |
Thanks And Regards
Manigandan
Hi,
You need to write the entire URL:
http://<XISERVERHOSTNAME>:<80XX>/sap/xi/adapter_plain?namespace=<SenderNameSpace>&interface=<SenderInterfaceName>&service=<SenderBusinessSystem>&party=&agency=&scheme=&QOS=BE&sap-user=<USERNAME>&sap-password=<PASSWORD>&sap-client=<CLIENTNUMBER>&sap-language=EN
You need to change the parameters <> with your data.
Also, check that your user is not blocked with su01 transaction and in Integration directoru check that there aren't any user in Assigned Users on sender agreement or/and bussines component.
Regards.
Hi All
Now i resolved this issues with your Help, Now data is flowed to PI system, But there is error message Monitoring .
Source Error
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--
Call Adapter -->
</SAP:Error>
TargetError
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--
Request Message Mapping --> </SAP:Error>
Can you suggest this Please
But in my target directory output file is generated
Regards,
Manigandan
Hi Manigandan,
This could be a cache problem or incorrect XML.
First you should refresh CPA cache . Also, you should check the XML in sxmb_moni, to take the xml and test it in ESR in Message Mapping or Opertation Mapping.
In other hand, this problem is different, if i was you i will open another thread.
Regards.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 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.