cancel
Showing results for 
Search instead for 
Did you mean: 

BSP Exception , with aliased page?

Former Member
0 Kudos

Hi all,

I got a BSP page at :

http://WAShost/sap/bc/bsp/sap/zris/page_a.html

I've an aliased version too at :

http://WAShost/ris/page_a.html

this work OK.

Now I copied (in SE80) page_a.html to page_b.html.

http://WAShost/sap/bc/bsp/sap/zris/page_b.html works OK but http://WAShost/ris/page_b.html give me the following error:


What happened?
Call of BSP page terminated due to error.
 
  
Note

Following error text processed in system:
BSP Exception: Das Objekt page_b.html in der URL /ris(bD1lbiZjPTMwMyZ3PTgwMTAwMDAr)/page_b.html ist nicht gültig.
  
Error Type: 

Your SAP Business Server Pages Team
 

Thanks in advance, for you help.

Message was edited by: Erik Gugliandolo

Accepted Solutions (0)

Answers (1)

Answers (1)

Private_Member_9643
Active Contributor
0 Kudos

Hi erik,

The first application which u created is on default namespace i.e. <b>\sap\bc\bsp\sap</b> which is provided by SAP itself, it provides the BSP RunTime environment in default.

Now the alias ur trying to save it at service created by u, so ur application is not getting support of BSP Runtime environment. So either u have to set the BSP Runtime Environment according to ur choice, like assigning the Handler Request Class, or might be something more, which u can checkout.

Regards,

kamaljeet

Former Member
0 Kudos

Hi kamaljeet,

Thanks for your answer but I don't really understand what do you mean.

Currently my setup is like this.

http://WAShost/sap/bc/bsp/sap/zris/ <- my BSP

aliased to http://WAShost/ris/

I started creating a page_a.html , copied to page_c.html, page_d.html etc... did some changes in the HTML code etc... those page all work in the normal url and in the aliased BSP.

Now I just copied page_a.html to page_b.html (exactly what I did for the others) and this one don't work in the aliased BSP, but only on the normal.

I don't understand why.

Private_Member_9643
Active Contributor
0 Kudos

hi erik,

if u r saying that when u copied page_a.htm to page_c.htm its working and not working when copying with name page_b.htm ? If this is the case then its really strange.

As what i think is that , if u r working with the aliased , like u have http://WAShost/ris/, then for that u must have to set some setting, like what i know is that u have to assign Request Handler class in the Handler List of ur alias service i.e. http://WAShost/ris/.

so if not assigned that then u can't even run any application from http://WAShost/ris/. U can only work with the default service http://WAShost/sap/bc/bsp/sap/....which provides default Request Handler Class with WAS 6.40.

Regards,

Kamaljeet

Private_Member_9643
Active Contributor
0 Kudos

hi erik,

u can also check the properties of services.

u just follow these steps:

1) start the transaction <b>SICF</b>.

2) now here u will find <b>WAShost</b> as your <b>Default Host</b>

3)Expand the default host as default_host/sap/bc/bsp/<b>sap</b>.

4)now right click on <b>sap</b> service, and select the <b>display service</b> option.

5)it will open the property window, here u click on <b>Handler List</b> option on TabStrip.

6)Now u can check the Request Handler Class which is assigned with this Service.

7) Similarly u can also check for <b>default_host/risk</b> which is ur aliased service from where u like to work.

so hope now u can find what are the propertiws of the Default Service and what of ur aliased service.

Regards,

Kamaljeet