cancel
Showing results for 
Search instead for 
Did you mean: 

XI Adapter inbound (Configuration)

Former Member
0 Kudos

Hi,

I have followed the steps given here:

http://help.sap.com/saphelp_nw04/helpdata/en/f4/0a1640a991c742e10000000a1550b0/content.htm

But i am unable to post a message to the backend system via an inbound ABAP proxy.

Can you please let me know what should I populate in each of the adapter specific parameters?

Regards,

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

but what error do you have?

what did you put?

did you use HTTP Destination that you created in SM59 on XI?

there really is not much to put there...

Regards,

Michal Krawczyk

former_member181962
Active Contributor
0 Kudos

Sorry for not providing enough details.

Here is an excerpt of SXMB_MONI error msg:

td><h1>Service cannot be reached</h1><br><h2>What has happened?</h2><p>URL <a href="http://MAGTERP:8000/sap/xi/engine" TARGET="test_blank">http://MAGTERP:8000/sap/xi/engine</a> call was terminated because the corresponding service is not available.</p></td></tr><tr><td> </td></tr><tr><td class="emphasize"><strong>Note</strong><br><ul><li> The termination occurred in system ECD with error code <b>403</b> and for the reason <b>Forbidden</b>. </li><li> The selected virtual host was 0 . </li></ul></td></tr><tr><td> </td></tr><tr><td><p><h2>What can I do?</h2><ul><li> Please select a valid URL. </li><li> If you do not yet have a user ID, contact your system administrator. </li></ul></ul><br/><p class="note">ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:magterp_ECD_00-v:0-s:403-r:Forbidden</p><br/><p>HTTP 403 - Forbidden<br><p>Your SAP Internet Communication Framework Team</p></td></tr></table></body></html></SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP response contains status code 403 with the description Forbidden Error while sending by HTTP (error code: 403, error text: Forbidden)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

@Michal: I do not see any field to give in the HTTP Destination.

I have chosen the addressing type as URL.

target host as the host name for the backend system.

service number: HTTP POrt for backend system.

path: /sap/xi/engine?type=entry : Is this correct?

Authentication Data:

Username and pwd have been provided

the correct client number is given.

My only doubt is whether I have given the PATH correctly.

Or am I missing something very basic here?

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi

Did you created RFC destination of Type H for ABAP proxy on R/3

Target Host

Service number

path prefix /sap/xi/engine?type=entry

Thanks

Gaurav

Former Member
0 Kudos

Hi Ravi!

HTTP Response Code 403 ALWAYS means there is an authorization problem. So it is obvious that your call technically works but the receiveing systems blocks it because the technical user you use for communication is ....

a) not existing in receiving system or

b) has not enough authorities or

c) is locked or

d) has wrong password

Please check that.

Regards,

Volker

Former Member
0 Kudos

Sorry, but almost no info about your real and concrete problem results in almost no hints ....

Regards,

Volker