cancel
Showing results for 
Search instead for 
Did you mean: 

where can we change: http://<server>:<port>/MessagingSystem/receive/AFW/XI?

Former Member
0 Kudos

Hi Expert,

I work on a file to file scenario. Message got picked up and but not placed in the target.

I got error HTTP_RESP_STATUS_CODE_NOT_OK with code 404.

I have checked the HTTP* errors blog. Those setting are correct.

Error:

URL http://<server>:8001/MessagingSystem/receive/AFW/XI call was terminated because the corresponding service is not available.

I believe I need to change the URL port number to 50100. http://<server>:50100/MessagingSystem/receive/AFW/XI

How can it be changed?

Thanks,

karthik

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Karthik,

<b>Error: HTTP_RESP_STATUS_CODE_NOT_OK 404 Not Found</b>

<b>Description:</b> The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.

<b>Possible Tips:-</b>

• 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL, so it is better to cross check all URLs. Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this. Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)

• Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port

• If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system

• If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination.

Also check the following links :

http://help.sap.com/saphelp_nw04/helpdata/en/88/0f453cf1fcc85ee10000000a11402f/content.htm

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

*Pls: Reward points if helpful*

Regards,

Jyoti

Former Member
0 Kudos

Your URL should be

http://<host>:<port>/MessagingSystem/receive/AFW/XI

Port = 5<SystemsNo>00 example 50000 or 50100

>>How to change this port from 8001 to 50100?

From the Exchage Profile :

http://<host>:50100/exchangeProfile/index.html

Thanks

Farooq.

Former Member
0 Kudos

Hi Farooq,

Which parameter needs to be changed?

nisarkhan_n
Active Contributor
0 Kudos

in the exchange profile check the AFW connection parameters...check any port value is holding 8001, there change it to java port value.

Former Member
0 Kudos

Hi Nisar,

Except "com.sap.aii.connect.integrationserver.r3.httpport" all others are set to 50100.

I checked in Adater Engine Connection data Cache. There is the issue. The registered adapter URL has port number 8001....

I want to change to adapter engine URL.

How can it be changed

GabrielSagaya
Active Contributor
0 Kudos

I guess you are hosting one SAP instance in your server.That is why you are using port 8001.Try using port 50100 for this purpose.

Normally the format is http://<hostname>.5<syso>00/sap/monitoring/SystemInfo.

make sure you have entry for server-name in the host file as well.

Former Member
0 Kudos

Thanks Gabriel.

I understand it needs to be changed from 8001 to 50100.

Where we need to make this change?