cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web Dispatcher problem

Former Member
0 Kudos

Dear Forum,

I'm implementing a SAP E-Recruiting environment, but I'm stuck at the webdispatcher. I have a public IP for external users, when I try to connect there i get a prompt for username and password (the backend SAP user) so the webdispatcher is connected to the backend erec system. The problem is that I cant get it to show webdynpro pages. It tells me the Dynpropage doesnt exist.

When i go directly on the SAP E-rec server, which is located in our DMZ, i can display the webdynpropages when i use hostname and port, but not when i use IP adress. When i use IP adress i get the same error as when i try through the webdispatcher.

Any help and/or suggestions would be greatly appreciated.

Webdispatcher profile file:


SAPSYSTEMNAME = <SID of WebDispatcher>
SAPGLOBALHOST = <http://jobs.companyname.com> <-- this links to the public IP of the webdispatcher
SAPSYSTEM = 00
INSTANCE_NAME = W00

# Accesssability of Message Server
#-----------------------------------------------------------------------
rdisp/mshost = <FQDN of SAP E-Rec server>
ms/http_port = 8100
icm/http_port = 8000
#-----------------------------------------------------------------------
# SAP Web Dispatcher Ports
#-----------------------------------------------------------------------
icm/server_port_0 = PROT=HTTP,PORT=80
ms/server_port_0 = PROT=HTTP,PORT=80

Accepted Solutions (1)

Accepted Solutions (1)

former_member227283
Active Contributor
0 Kudos

Hi,

when i use IP adress. When i use IP adress i get the same error as when i try through the webdispatcher.

First of all , never use ip address for calling the URL.

I cant get it to show webdynpro pages. It tells me the Dynpropage doesnt exist.

Please install http watch software which is freeware and acitivate the trace and generate the error again .

once the error get generated , share http trace log in the forum.

Thanks

Anil

Former Member
0 Kudos

Dear Anil,

Thank you for you answer!

I use the IP only for test purpose - but i have edited the hostfile on server and on the test pc so that I now can use a URL instead, its pointing to the IP in the hostfile.

I didnt install the HTTP thing, but this is what i get from the browser information:


Error when processing your request 


What has happened? 
The URL http://jobs.companyname.com/sap/bc/webdynpro/sap/hrrcf_a_candidate_search was not called due to an error. 
 
   
Note 

The following error text was processed in the system QR1 : WebDynpro Exception: Application HRRCF_A_CANDIDATE_SEARCH Does Not Exist 
The error occurred on the application server xxxxxx_QR1_00 and in the work process 0 . 
The termination type was: RABAX_STATE 
The ABAP call stack was: 
Method: RAISE of program CX_WD_GENERAL=================CP
Method: IF_WDR_RUNTIME~GET_RR_APPLICATION of program CL_WDR_MAIN_TASK==============CP
Method: CREATE_APPLICATION of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
Module: %_HTTP_START of program SAPMHTTP 

Edited by: Soeren Friis Pedersen on May 21, 2010 10:53 AM

Edited by: Soeren Friis Pedersen on May 21, 2010 11:02 AM

former_member227283
Active Contributor
0 Kudos

Hi,

/sap/bc/webdynpro/sap/hrrcf_a_candidate_search

With webdispatcher does this webdynpro work properly ??

Instead of calling URL though webdispatcher , call URL in your local network using e-recuriement actual host and let us know does this work or you are getting same error.

Thanks

Anil

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello all,

I found a solution, I wrote in the IP and hostname from the webdispatcher in the local Windows host file. This solved the issue, and it will do fine as test. When i get the official hostname i can let the ISP know so we can announce on worldwide DNS.

Thanks everyone!