cancel
Showing results for 
Search instead for 
Did you mean: 

"The page connot be displayed" when I execute my BSP page

Former Member
0 Kudos

I have written a very easy smal HTML code

<%@page language="abap"%>

<html>

<body>

HELLOWOLRD !

</body>

</html>

I activate my code and Execute the code (F8)

IE is launched but I have a message "The page cannot be displayed"

On SICF the default host is activated but I I do a right-click + Test host I have an error message "Could not find host or port information".

does anybody know how to fix this problem ? Is a documentation available to configure the webas correctly ?

Best regards, and thanks for your help.

MY SAP is a ECC6 without J2EE...

Jerome Fortias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The full host name can be found in the URL which is on the properties page for the BSP. Can you resolve the host name from your system (ping hostnamex and so on)?

Thanks,

J. Haynes

Former Member
0 Kudos

Shame on me... This sap server isn't in the same DNS server. Then when I tried, as you suggested, with the IP instead the normal, my ping did work... But

Now I have this message : What has happened?

URL http://xxx.xxx.xxx.xxx:8000/sap/bc/bsp/sap/zhello/default.htm call was terminated because the corresponding service is not available.

ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:BROHAATL2_GIN_00-v:0-s:403-r:Forbidden

HTTP 403 - Forbidden

Your SAP Internet Communication Framework Team

Former Member
0 Kudos

Try right-clicking the service in SICF ('sap/bc/bsp/sap/zhello/') and running a test on it from there (this should show if the service itself is activated).

The other thing to check is the security settings. From what I remember, these pages require a login via HTTPS (which can be turned off for testing) [you can also turn on single sign-on].

Here's a link to the pages on the help site (I used these recently and found them to be helpful): [BSP Pages|http://help.sap.com/saphelp_nw70/helpdata/EN/e9/bb153aab4a0c0ee10000000a114084/frameset.htm]

- jph

Answers (0)