cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Configuration probelm

Former Member
0 Kudos

Dear XI expertise,

I am not able to do alert configuration in RWB. when I click the link "Alert Configuration" it is displaying an error page with status code 404. What configuration should be done XI to work with Alert Configuration.

Advance Thanks,

Praveen Gujjeti

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

With the above michal's FAQ answer

In Exchange profile property Under the RuntimeWorkbench check the below existed ornot

com.sap.aii.rwb.server.centralmonitoring.httpport

Also check the Transaction SMICM -> Goto -> Services -- and see the correct host and port of WebAs

Also check the correct port in this com.sap.aii.rwb.server.centralmonitoring.r3.ashost

After changing the above settings update the cache

by calling the URL http://<J2EE-Host>:<HTTP-Port>; /rwb/rtc?op=init

Also check your IE is having any security checks or not accepting any cookies

Regards

Chilla

former_member181985
Active Contributor
0 Kudos

+Hi All,

First of all sorry for my late response. I followed the steps(sapnote_750287) which you guys mentioned but I am getting a new error.

After doing all the configuration by following sap note 750287, when I click Alert configuration in RWB I am getting the following error page.+

Error log1

###################################################################

Logon failed

What has happened?

Call of URL http://MYHOST:8000/sap/bc/bsp/sap/sxms_alertrules/main.do terminated due to error in logon data.

Note

Logon performed in system ZXI .

Logon performed for client 100 and language EN.

What can I do?

Check the validity of your SSO ticket for this system.

If you do not yet have a user ID, contact your system administrator.

Error Code: ICF-LE-http-c:100-l:E-T:21-C:3-U:5-P:5-L:7

HTTP 401 - Unauthorized

Your SAP Internet Communication Framework Team

####################################################################

+When I pointed the browser to "http://MYHOST:8000/sap/bc/bsp/sap/sxms_alertrules/main.do" I found the root cause is due to "The termination type was: RABAX_STATE"

Here is the error log2+

############################################

Error when processing your request

What has happened?

The URL http://MYHOST:8000/sap/bc/bsp/sap/sxms_alertrules/main.do was not called due to an error.

Note

The following error text was processed in the system ZXI : An exception that could not be caught occurred.

The error occurred on the application server MYHOST_ZXI_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Form: ON_CHECK_BSP of program CL_BSP_RUNTIME================CP

Form: ON_REQUEST of program CL_BSP_RUNTIME================CP

Form: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP

Form: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system ZXI in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server MYHOST_ZXI_00 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server MYHOST_ZXI_00 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

Error code: ICF-IE-http-c:000-u:XISUPER -l:E-s:ZXI-i:MYHOST_ZXI_00 -w:0-d:20070424-t:213404-v: RABAX_STATE-e:UNCAUGHT_EXCEPTION

HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

#################################################################

So I logged in SAP GUI with transaction ST22, and the found Exception Object. It is as follows.

###################################################################

-

-


Chain of Exception Objects

-

-


Attrib. Name

Value

-

-


Level 1 Class CX_BSP_HOST_NOT_QUALIFIED

Program CL_BSP_RUNTIME================CP Include CL_BSP_RUNTIME================CM00E Row 34

Short Te BSP Exception: Die URL enthält keine vollständige Domainangabe (MYHOST statt MYHOSTMYHOST).

Long Tex

DOMAIN

MYHOST

HOST

MYHOST

KERNEL_ERRID

STATUS_CODE

500

-

-


###################################################################

+When still digged further, I found the exception in the ABAP program as

">>>>>| raise exception type cx_bsp_host_not_qualified "+

Any body has any idea about this and how to rectify it. Please help me out.

Thanks in Advance,

Gujjeti

Former Member
0 Kudos

Hi,

You didn't follow note fully.

Your XI host should be now http:://xihost.comp.com not http://xihost.

My case was similar to yours, I created fully qualified name in hostfile of system (c:\windows\system32\driver\etc) and pointed it to correct IP. Then goto exchange profile and change xihost with xihost.comp.com. Later login using fully qualified name and your problem will be solved.

Regards,

Gourav

---

<i>Reward points if it helps you</i>

former_member181985
Active Contributor
0 Kudos

Thanks Gourav,

But in my system I dont have any domain name as it is local system installation.

My system is rather in WORKGROUP not in a domain(like "in.com" or something else)

Will it make any difference for alert configuration.

Please help me out.

Thanks,

Gujjeti

former_member181985
Active Contributor
0 Kudos

Dear XI expertise,

I came to know that the problem is with domain name which the BSP code is raising exception.

My question is can I install domain in my XI server now.

please let me know.

Thanks,

Gujjeti

former_member181985
Active Contributor
0 Kudos

Thanks all

Finally I was able to solve this issue.

Thanks

Gujjeti

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I was facing same proble and it was solved by using SAP Note: 750287.

I am sure it will solve your problem.

Here is solution from Note:

Check the following property under "RuntimeWorkbench" in the

ExchangeProfile: com.sap.aii.rwb.server.centralmonitoring.httpport

and, if necessary, set it to the value that the ICM monitor displays as the

HTTP port of the WebAs (Transaction SMICM -> Goto -> Services).

You also need to fully identify the host name in the property

com.sap.aii.rwb.server.centralmonitoring.r3.ashost

(for example, host1234.wdf.sap.corp instead of host1234).

After you have made the adjustments, update the cache by calling the

following URL:

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

where <J2EE-host> is the host name of your J2EE and <HTTP-Port> stands for

the HTTP port of the J2EE.

Regards,

Gourav Khare

---

<i>Reward points if it helps you</i>

Former Member
0 Kudos

Hi,

Just do following Changes:-

1. On ABAP Tcode SMICM>Go To>Services

Note down httpport and Hostname

2. Go to XI page (http)>Administration>RuntimeWorkbench>exchange Profile->>com.sap.aii.rwb.server.centralmonitoring.httpport...copy the httpport u noted here.

3. Go to XI page (http)>Administration>RuntimeWorkbench>exchange Profile>com.sap.aii.rwb.server.centralmonitoring.r3.ashost....copy ur hostname fully.

4. Call the URLhttp://<J2EE-Host>:<HTTP-Port>/rwb/rtc?op=init

This will solve ur problem

Regards,

Ashwin M

Reward if helpful

former_member181985
Active Contributor
0 Kudos

thank you all,

I will check and update you by tomorrow.

Thanks,

Gujjeti

bhavesh_kantilal
Active Contributor
0 Kudos

Check Michal's FAQ, Integration Engine, Question 13.

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

Regards

Bhavesh