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

Calling a BSP Application failes

Former Member
0 Likes
418

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

View Entire Topic
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