cancel
Showing results for 
Search instead for 
Did you mean: 

404 Error in Alerts

Former Member
0 Kudos

Hi All,

When i am doing ALERTS, i completd the "ALRTCATDEF" part in that transaction code, after doing this i am going for RNB " Runtime work Bench" there i have to do Alert Config when i am clicking that i am getting 404 error, insted of opening that.

So please any one guide me to complete this process.

Thanks & Regards

G V Anil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check SAP Note 750287

some ICF service must be inactive

do this execute the report in sm38 SXMB_ACTIVATE_ICF_SERVICES

and in rz10 in intance profile, modify the value of

icm/server_port_0 for this value

PROT=HTTP,PORT=80$$,TIMEOUT=30,PROCTIMEOUT=602

also see this

Alert Management

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e04141e8-0f11-2a10-adaa-9d97b062...

Former Member
0 Kudos

Dear xi xi,

Good Afternoon....!!

I have executed the report "RSXMB_ACTIVATE_ICF_SERVICES" in ECC system in tcode se38.

Later in PI system I have executed the tcode rz10 -->intance profile---->extended maintenance.

Selected icm/server_port_0 and changed the parameter value toPROT=HTTP,PORT=80$$,TIMEOUT=30,PROCTIMEOUT=602.

But still in PI JAVA STACK in rwb I'm finidn the same error 'HTTP 404 RESOURCE NOT FOUND' for alerts.

Thanks and Regards,

Rajesh PS

Answers (4)

Answers (4)

Former Member
0 Kudos
Former Member
0 Kudos

Dear S SHARMA,

Good Afternoon....!!

I have executed the report "RSXMB_ACTIVATE_ICF_SERVICES" in ECC system in tcode se38.

Later in PI system I have executed the tcode rz10 -->intance profile---->extended maintenance.

Selected icm/server_port_0 and changed the parameter value toPROT=HTTP,PORT=80$$,TIMEOUT=30,PROCTIMEOUT=602.

But still in PI JAVA STACK in rwb I'm finidn the same error 'HTTP 404 RESOURCE NOT FOUND' for alerts.

Thanks and Regards,

Rajesh P

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Check the XI pipeline url in the SLD->Business System-><Your Integration Sercer>

It should be -

http://server:port/sap/xi/engine?type=entry

In this case the port should be http port(8xxx).

Check the HTTP port TCODE SMICM (goto ->services)

SudhirT
Active Contributor
0 Kudos

Hi Venkat,

Check this solved thread

Check the SAP note 750287, After making the necessary changes update the cache with URL

http://<J2EE-Host>:<HTTP-Port>; /rwb/rtc?op=init with PIRWBUSER

Thanks!

Former Member
0 Kudos

Hi,

HTTP 404

o The specified path cannot be found using the server:port

o Check that the port really is the ICM HTTP port (transaction

SMICM) and not the Java port.

o If the port is wrong, change the pipeline URL in the SLD in

the business system of the Integration Server.

o Restart the Java Engine to reset the SLD buffer of the

Adapter Engine.

Regards,

Sreenivas

venkatanarayana_vagu
Active Participant
0 Kudos

Hi Venkat,

May be possible of any of symptoms:

Error: 404 Not Found

Description: 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.

Possible Tips:- for HTTP_RESP_STATUS_CODE_NOT_OK 404

u2022 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)

u2022 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

u2022 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

u2022 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.

More HTTP Errors:

Former Member
0 Kudos

Dear Venkat,

Good Afternoon....!!

I have executed the report "RSXMB_ACTIVATE_ICF_SERVICES" in ECC system in tcode se38.

Later in PI system I have executed the tcode rz10 -->intance profile---->extended maintenance.

Selected icm/server_port_0 and changed the parameter value toPROT=HTTP,PORT=80$$,TIMEOUT=30,PROCTIMEOUT=602.

But still in PI JAVA STACK in rwb I'm finidn the same error 'HTTP 404 RESOURCE NOT FOUND' for alerts.

Thanks and Regards,

Rajesh PS