cancel
Showing results for 
Search instead for 
Did you mean: 

BSP error : Page cannot be displayed....

Former Member
0 Kudos

Hi All,

We are in the process of technical upgrad 4.6c to ECC 6.0. We wish to use the E-rec services via the BSP's using internal WAS.

The standard application for E-rec (hrrcf_start_int) was working fine in ECC Dev using tcode se80 and sicf.

We were using following url in Dev with help of RCF_GENERATE_URL in se38:

http://hostname.companyname.com:8000/sap(bD1lbiZjPTIzNSZkPW1pbg==)/bc/bsp/sap/hrrcf_start_int/applic...

It work fine without any problem in dev.

When I try to run the same application in QA in se38 using same program - RCF_GENERATE_URL with the help of following url :

http://hostname.companyname.com:8000/sap/bc/bsp/sap/hrrcf_start_int?sap-client=400&BspClient=400&sap...

It throws message : Page cannot be displayed.

Please shade some light regarding the same. Is there any settings I need to do in sicf ? I already activated the service in sicf.

It gives the same error when I run this application using se80 also. We are using FQDN for abap host.

I suspect parameter (sap(bD1lbiZjPTIzNSZkPW1pbg==)) is missing in Quality url.

Any help in this regards would be highly appraciated. points assured.

Thanks for your inputs in advance,

Ravi Kumar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Have you add the server name into the host file.

athavanraja
Active Contributor
0 Kudos

in your borwser go to tools->internet options ->advanced and uncheck the check box against "show friendly http error messages" and run the application from QA again, what do you see in the browser now?

Former Member
0 Kudos

Hi,

No luck. it displays same error - page cannot be displayed.

I suspect message server port information is not maintained in rz11 via profile parameter maintaince. I have de-activated and activated basis tree (bc). Still no luck.

Even it doesn't me ask me to enter user name and password in the popup window. The webgui, IAC services are completely published.

Still the webguid service is not running - same error message.

Please share your experience. thanks for your inputs.

Regards,

Anil Kumar.

athavanraja
Active Contributor
0 Kudos

is this the first time web applications are run from QA system?

1. check SMICM transaction to see whether icm is running

2. do you connect to internet via proxy? if so did you set your abap host in the exception list ?

Raja

Patrick_McMahon
Contributor
0 Kudos

Hi Anil,

"parameter" (sap(bD1lbiZjPTIzNSZkPW1pbg==) is not a parameter but a reference to the current session for that BSP - this is not the problem.

I notice that you have added "sap-client" in the 2nd URL which is the only difference I can see.

Regards,

Patrick.

Former Member
0 Kudos

Hi Raja,

Thanks for your reply and faster responses. the ICM status is running.

No issue in that one.

You are correct. This is the first time we are running the Web applications in QA systems. We are trying to connect to internet using proxy.

Can you please elaborate below step more in detail :

>> <i>if so did you set your abap host in the exception list ?</i>

Thank you Patrick for driving me in correct position. Do you think that sapclient parameter will make a difference.

Ruchi, I think we don't need to give an entry point in host file.

Please, share your experience. thanks for all your time and inputs.

Regards,

Anil Kumar.

athavanraja
Active Contributor
0 Kudos

to make a url to not to go thru proxy (in your case your bsp in on the intranet and you dont have to go thru proxy to connect to it) in your browser go to tools->internet options-> connections-> LAN settings-> choose the radio button "Bypass proxy server for local addresses" and click advanced

and in the Exceptions box where it says "Do not use proxy server for address begining with" enter *.yourcompany.com

this will enable any page from any host in yourcompany.com domain will not require proxy authentication.

Former Member
0 Kudos

Hi Raja,

somehow I am not able to assign points. I don't see options to assign points eventhough I am the person who raised the question. please lemmie know.

I checked all of the below options for by passing the proxy. no luck.

But, one luck I gained is when I add the entry point in host file in my local system, webgui service started working in the browser. Thanks to ruchi in this regards.

However, similary I started excuting the other applications (HRRCF_RECRUITER, HRRCF_START_INT etc.,) the browser throws error :

"Internal error occured"

Please provide me some inputs where I am missing the steps. Thanks for your inputs in adavance.

PS : When I started deugging the application, it somewhere stops that relates to user authorizations.

Please let me know your inputs.

Regards,

Anil Kumar.