Symptom *********************************************************************** * * Web Dispatcher Installation * For SAP Systems Based on SAP NetWeaver 7.3 EHP1 * ***********************************************************************
Other terms Web Dispatcher, SAP NetWeaver 7.3 EHP1
Reason and Prerequisites Additional Information about Web Dispatcher installation.
Solution ======================================================================= 0 About this SAP Note =======================================================================
DO NOT CHANGE OR ADD INFORMATION TO THIS NOTE !
If you want to contribute something, please send a mail to: Klaus Billig klaus.billig@sap.com
This SAP Note is only for complementary information in addition to the documentation "Installation Guide - Web Dispatcher on <platform> - For SAP Systems Based on SAP NetWeaver 7.3 Enhancement Package 1" at: You can find this documentation on SAP Service Marketplace at http://service.sap.com/installnw73 -> Installation - Standalone Engines Make sure that you always use the latest version of this installation guide!
======================================================================= 1 UNIX-specific Information ======================================================================= - Check the entries without prefix "ABAP","ABAP+Java", or "Java" in SAP Note 1552840 .
======================================================================= 2 IBM i5/OS-specific Information / IBM i-specific Information ======================================================================= - Check the entries without prefix "ABAP","ABAP+Java", or "Java" in SAP Note 1489836.
======================================================================= 3 Windows-specific Information ======================================================================= - Check the entries without prefix "ABAP","ABAP+Java", or "Java" in SAP Note 1565352.
======================================================================= 4 Post-Installation Information =======================================================================
------------------<D034879, 11/DEC/07>------------------------------ Symptom: Error message "...Could not connect to SAP Message Server at <host name> URL=/msgserver/text/logon?version=1.2..." Solution: 1. Log on as user <sapsid>adm to the Web Dispatcher installation host. 2. Unix, IBM i5/OS: Go to /usr/sap/<SAPSID_of_WebDispatcher>/SYS/profile Windows: Go to <Drive:>\usr\sap\<SAPSID_of_WebDispatcher>\SYS\profile 3. Edit <SAPSID_of_WebDispatcher>_<WebDispatcher_instance>_<host_name> 4. Add the following line: icm/server_port_0 = PROT=HTTP,PORT=XXXX where XXXX is a free port number. Unix, IBM i5/OS: if port number < 1025, the line has to look like: icm/server_port_0 = PROT=HTTP,PORT=XXXX,EXTBIND=1 Windows: if port number < 1025, the line has to look like: icm/server_port_0 = PROT=HTTP,PORT=XXXX |