cancel
Showing results for 
Search instead for 
Did you mean: 

Error when testing the alert service

Former Member
0 Kudos

Hi,

Following Michal blog trouble shooting the alert .. i am checking the alert service in trans SICF

When i hit the test service I get this error page:

Business Server Page (BSP) error

What happened?

Calling the BSP page was terminated due to an error.

SAP Note

The following error text was processed in the system:

Die URL enthält keine vollständige Domainangabe (xitest statt xitest.).

Exception Class CX_FQDN

Error Name

Program CX_FQDN=======================CP

Include CX_FQDN=======================CM002

ABAP Class CX_FQDN

Analyze CHECK

Line 10

Long text -

Error type: Exception

Your SAP Business Server Pages Team

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Mushon,

The SICF service is used to check if the ALERTINBOX is activated. Before doing this , I would suggest you code to T code - <b>SE38</b>.

In the program , type <b>RSALERTTEST</b> and then click on EXECUTE button ( F8 ). In the next window, it will ask you for your ALERTCATEGORY. Just give the name of your ALERT CATEGORY and click EXECUTE.

If you have configured your alerts correctly, you will receive a message that tells ALERT IS GENERATED and will give the ALERT ID.

Now, go to your Run TIme workbench and then select ALERT INBOX and see if you have got the ALERT message in your ALERT INBOX.

If yes, then your ALERT INBOX service has been activated.

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

Thans a lot!

I get a message to my inbox finallyyyyyyyy :).

Now what is the reason when i run XI i don't get a message to my inbox ?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Pls make sure that in the instance profile of your XI ABAP stack the profile parameter icm/host_name_full has the fully qualified name...

Use transaction RZ10...select extended maintenance and check the mentioned value...

Thanks,

Renjith

Former Member
0 Kudos

Is it possible that i don't have this parameter in the instance profile?

Former Member
0 Kudos

you can add this parameter to the instance profile if it is not there...give the fully qualified system name as value..save and activate it....it requires a system restart to take effect...

I think this is required(not 100% sure)..for the bsp links in RWB(like say the alery inbox) to work...

could you pls try the alert inbox in the RWB and see if it coming up correct....

Thanks,

Renjith

Former Member
0 Kudos

when running the progrem suggested above i got a nessage in the RWB.

When running XI with an error in the message it does not work.

Do you think if i add the parameter you suggested it will make it work ?

Former Member
0 Kudos

the parameter has nothing to do with XI and alerting framework...It is just specifying the full hostname of the ICM....this is to solve the error you got( error in the 1st post of this thread..)....

Are you not getting alerts when an error occurs in message processing ?

Thanks,

Renjith

Former Member
0 Kudos

Thats correct

in message processing i don't get the alert.

If i run the program i do get an alert