cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling a BSP Application failes

Former Member
0 Likes
412

hello

i am pretty new in this BSP and i do not have a lot of experience.I started with the simple example from www.help.sap.com of creating a bsp application.The problem appears when i try to run the start page xxx.htm i created.It does not appear anything in the browser and i get this error:

'Windows cannot find "http://bcsap.berg:8000/sap/bc/bsp/sap/zapp/default.htm?sap-client=000&sap-sessioncmd=open" .Make sure you typed the name correctly,and then try again.To search for a file,click the start button and the click search '

in my sap system i get the next error window called Sap Graphics Multiplexer 640-N with the next error:

E3:unable to start child process:

Executable file name 'http://bcsap.berg:8000/sap/bc/bsp/sap/zapp/default.htm?sap-client=000&sap-sessioncmd=open'.

Windows NT error 2:File not found.

Here is my code

<%@page language="abap" %>

<html>

<head>

<link rel="stylesheet" href="../../sap/public/bc/bsp/styles/sapbsp.css">

<title> SAP Business Server Pages </title>

<head>

<body class="bspBody1">

<center>

<h1>Welcome to the</h1>

<h2>SAP Business Server Pages</h2>

<%

do 5 times.

%>

<font SIZE = <%= sy-index %>>

<p> <center>

Hello World!

</font>

<%

enddo.

%>

<p>

<img src="C:\Documents and Settings\sebastianv\Desktop\turion.jpg">

</body>

</html>

If anyone can help

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi seba,

R u able to run the Standard BSP Appln ? tutorial_1.

Did you activate the BSP Application from SICF trnx ?

If that doesn't solve the issue,check your FQDN (as suggested by Raja)

Please check if u followed the following steps to modify profile in RZ10.

1) Transaction SMICM

2) Goto Parameters --> Display

There should be a parameter icm/host_name_full with value as <saphost.sap.com> not just <saphost>

That is ,the url should be specified as Protocol>://<Hostname>.<Domain>.<Extension> :<Port>/

If it is not there and host name is just <server name> then do following:

Transaction RZ10

a) View profiles ,if no profile then press Import .

This will generate the profiles available (5 profiles), namely :

1)Default profile

2) Instance profiles

3)Start profiles

In instance profile of sap system (SID>_<INSTNAME>_<hostname>)

in Extended maintenance option,

b)Copy Profile to new Version

c) Create a new Parameter in the profile.

Select the icm/host_name_full in the parameter name and put the value <servername.domain.extension>

d) Save parameter and the profile and then Activate .This will create a new version of the profile

e ) Then restart the SAP application Server.

  • Profile creation requires Admin rights for profile to be generated correctly.

Rgds,

Jothi.P

<u>**Reward pts for useful answers by click the options on the left.</u>

raja_thangamani
Active Contributor
0 Likes

r u working on minisap/Sneak-preview?

Your url looks incorrect,,

YOu need configure the Fully Qualified Domain Name (FQDN).

Refer this Blog,How to configure FQDN..

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp

<i>* Reward each useful answer</i>

Raja T