Problem with My First BSP Application
Hi
I have developed my BSP Application using the tutorial at http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
I created a Package, a BSP application and htm page.
I copied the code and activated both the BSP App and the page.
When i execute i get the following on the browser.
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings
What is the problem
Sharath
Richard Koziol replied
Hey,
Just had another thought. If your sure all the proper services are active then look at this: Go to the properites tab of your first HTML page of your bsp. Scroll to the bottom and you will see the URL. What does it say: Does it look something like:
HTTP://yourservername.com:portnumber/sap/bc/bsp/sap/yourbspname/yourstartpage.htm
or something like this
HTTP://abcd123.sdn.com:8000//sap/bc/bsp/sap/yourbspname/yourstartpage.htm
abcd123.sdn.com:8000 is somehting I just made up but you should get the picture.
If yours doesn't have something like this then check with your basis team. They may need to set up some of the default instance profile parameters such as icm/host_name_full etc...
Cheers,
Rich