hi SAP Experts
Currently we are setting the SAP Web Dispatcher using SSL Terminated (see below)
Web Disptacher(HTTPS) <–> Enterprise Portal(HTTP) <–> ABAP Webdynpro for ESS/MSS component(HTTP)
Scenario :
When we open the ess page > personal information > personal profile (this page is not showing, the error stated javascript void(0)
let me know and thanks.
Regards,
Hariyono
Have you setup Web Dispatcher also for your backend system? In case of WDA, the WDAs are accessed directly between the client and the backend system hosting the WDA.
Use HTTPWatch in your browser to make sure what URLs are being generated, they should all go through the Web Dispatcher.
Hi guys,
I have exactly the same problem.
I configured Web Dispatcher for the ERP system too, but I've got always an error when I try to open the WDA.
I actually set a sfollows:
#-----------------------------------------------------------------------
# SAP Web Dispatcher Ports
#-----------------------------------------------------------------------
icm/server_port_0 = PROT=ROUTER,PORT=443,EXTBIND=1
icm/server_port_1 = PROT=HTTP,PORT=80,EXTBIND=1
icm/HTTP/redirect_0 = PREFIX=/irj, FROM=/irj/*, FROMPROT=HTTP, TO=/irj, PROT=HTTPS,
HOST=<URL of the web dispatcher>, PORT=443
icm/HTTP/redirect_1 = PREFIX=/sap, FROM=/sap/*, HOST=<URL of the web dispatcher>
wdisp/system_0 = SID=SPT, MSHOST=172.20.3.xxx, MSPORT=8100, SRCURL=/irj;/logon;/nwa
wdisp/system_1 = SID=TS8, MSHOST=172.20.3.xxx, MSPORT=3214, SRCURL=/sap, SRCSRV=*:80
I obviously want that the Portal calls the ERP System passing through the dispatcher that redirects the call to the message server of the ERP System, because I can't directly call the ERP System (not exposed to the web for security reason)
How could set the Web Dispatcher parameters?
Thanks
Fabrizio
Hi Guys,
I am trying to resolve the same error. When I click on the WDA application using the web dispatcher it doesn't do anything. When viewing the http watch it seems to be stopping on the following POST:
http://url.of.the.webdispatcher:1082/sap/bc/webdynpro/HRESS_A_MENU...
Here is my profile set up:
# SAP Web Dispatcher Ports
icm/server_port_0 = PROT=HTTPS,PORT=443, TIMEOUT=900
icm/server_port_1 = PROT=HTTP, PORT=1080
icm/server_port_2 = PROT=HTTP, PORT=1082
# Accessbility of systems and ports
wdisp/system_0 = SID=PRD,MSHOST=my.erp.host,MSPORT=8100,SRCSRV=*:1082
wdisp/system_1 = SID=EPP,MSHOST=my.ep.host,MSPORT=8101,SRCSRV=*.1080
The WDA application functions properly when not using the web dispatcher.
Can you please give me any suggestion?
Thank you,
Ron Fink
I have resolved the issue. It was a combination of the WEB AS object 'WEBAS Path' and the port not being opened.
Thank you all for your suggestions.
Ron
Add a comment