cancel
Showing results for 
Search instead for 
Did you mean: 

BSP'S ARE NOT RUNNING BECAUSE OF NW2004S

Former Member
0 Kudos

Hi Netweaver guys,

after executing BSP's i am getting this error.

please tell me , i have some installation problem.

see this error.

Service cannot be reached

What has happened?

URL http://netweavers:8001/sap/bc/bsp/sap/crm_bsp_frame/select.htm call was terminated because the corresponding service is not available.

regards,

ram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ram,

You have to activate the services in t-code SICF after the installation for security reason it will not be activated by default.Listed below are some services that must be activated in the system depending on the operational scenario:

Support for the Internet protocol (HTTP, HTTPS and SMTP) in the SAP Web Application Server

/default_host/sap/public/icman

Note: After you have installed SAP Web Application Server, you must ensure that this service is activated in transaction SICF. Through this the ICMan process can (for example) make decisions concerning the distribution of HTTP requests to the corresponding server.

Using load distribution

with the message server

/default_host/sap/public/icf_info

/default_host/sap/public/icf_info/logon_groups

/default_host/sap/public/icf_info/urlprefix

with the Web Dispatcher

/default_host/sap/public/icf_info

/default_host/sap/public/icf_info/icr_groups

/default_host/sap/public/icf_info/icr_urlprefix

Using Business Server Pages (BSP)

/default_host/sap/bc/bsp/sap

/default_host/sap/bc/bsp/sap/system

/default_host/sap/bc/bsp/sap/public/bc

/default_host/sap/public/bc (available for 620 with Support Package 34)

/default_host/sap/public/bc/ur (available for 620 with Support Package34)

/default_host/sap/public/bsp/sap/public

/default_host/sap/public/bsp/sap/public/bc

/default_host/sap/public/bsp/sap/system

/default_host/sap/public/bsp/sap/htmlb (as of Release 620 Support Package SAPKB62026)

Note: In addition to these general BSP services, you still have to activate the corresponding application services in the ICF tree. The service for the application is generally found under the ICF node /default_host/sap/bc/bsp/sap/<application>.

Using the BSP logon procedure

/default_host/sap/public/bsp/sap

/default_host/sap/bc/bsp/sap/system

/default_host/sap/public/bsp/sap/public

/default_host/sap/public/bsp/sap/system

BSP test applications for troubleshooting

/default_host/sap/bc/bsp/sap/it00

/default_host/sap/bc/bsp/sap/sbspext_htmlb

/default_host/sap/bc/bsp/sap/sbspext_xhtmlb

/default_host/sap/bc/bsp/sap/htmlb_samples

As of Release 6.30:

/default_host/sap/bc/bsp/sap/bsp_verificatio

Using Business Information Warehouse (BW)

/default_host/sap/bw

Web Applications

/default_host/sap/bw/BEx

/default_host/sap/bw/Mime

Reporting agent preliminary calculation

/default_host/sap/bw/ps

Drag and Relate in the portal

/default_host/sap/bw/dr

Data access using XMLA

/default_host/sap/bw/xml and all subordinate subservices

Document integration in the BEx Analyzer and Web Applications.

/default_host/sap/bw/doc and all subordinate subservices

Formatted reporting

/default_host/sap/bw/ce_url

Assignment of SAP icons

/default_host/sap/public/bc

/default_host/sap/public/bc/icons

/default_host/sap/public/bc/icons_rtl

/default_host/sap/public/bc/webicons

/default_host/sap/public/bc/pictograms

Assignment of Web Dynpro ABAP (WDA) applications

/default_host/sap/bc/webdynpro

/default_host/sap/public/bc

/default_host/sap/public/bc/ur

/default_host/sap/public/bc/icons

/default_host/sap/public/bc/icons_rtl

/default_host/sap/public/bc/webicons

/default_host/sap/public/bc/pictograms

/default_host/sap/public/bc/webdynpro/* (ssr, mimes, and so on)

/default_host/sap/public/myssocntl

Note: In addition to these general WDA services, the corresponding application services in the ICF tree also need to be activated. The service for the application is generally found under the ICF node /default_host/sap/bc/webdynpro/sap/<application>.

Assignment of Web Dynpro ABAP (WDA) development environment

/default_host/sap/bc/webdynpro/sap/public/bc/viewdesigner/

/default_host/sap/bc/wdvd/

/default_host/sap/bc/webdynpro/sap/configure_application

/default_host/sap/bc/webdynpro/sap/configure_component

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_appl

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_comp

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_user

Note: These ICF nodes are used for the WDA configuration editor ONLY. The nodes are only allowed to be active in a development system, and under no circumstances in a production system (due to a security risk).

WDA test applications for troubleshooting

/default_host/sap/bc/webdynpro/sap/wdr_test_events

/default_host/sap/bc/webdynpro/sap/wdr_test_ui_elements

/default_host/sap/bc/webdynpro/sap/wdr_test_table

/default_host/sap/bc/webdynpro/sap/wdr_test_popups_rt

ICF test applications:

/default_host/sap/bc/echo

Among other things, this service returns information about the registration procedure being used, the header and form fields, and the generated SSO cookie for the executed request. Therefore, this service should only be activated for troubleshooting purposes.

/default_host/sap/bc/error

Cheers,

Shyam

Former Member
0 Kudos

hi shyam,

How to configure the BSP services in the T-Code SICF.Bcz i can see the services related to bsp in the sicf transaction.But i need to know how to activate those services related to BSP so as to work my BSP application.

regards

Ram

Former Member
0 Kudos

Hi,

Go down to the services you are interested (e.g. to default_host=>sap=>bc=>bsp=>sap=>crm_bsp_frame ) and do a right-click on it. In the popup window select "Activate service" option. That's it.

Regards,

Mike