cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring SAP Webdispatcher !!

nitinmehra
Employee
Employee
0 Kudos

Hi

I am trying to configure SAP Webdispatcher for my portal system as per document :

I have done all the steps. Finally when the command prompt installs the web dispatcher,and for logon, the password comes as garbage characters.

I have tried many a times but it always the same results.

Any kind of help will really be appreciated.

Regards,

Nitin

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi!

Sorry to spoil some of the fun, but please keep in mind that the mentioned Blog will soon have its second anniversary, meaning to say: It's fine, but a little outdated.

For any of you using Netweaver7: The sapwebdisp can be installed via sapinst. At least for Windows this has the major advantage of correctly integrating it with the sapmmc. For Unix my preferred method is downloading the package from the kernel directory in the Service Marketplace and running the configuration on the command prompt with the -bootstrap option.

For correctly configuring the sapwebdisp to do what you want you will find lots of information on http://help.sap.com

Regards,

Jörg

Former Member
0 Kudos

can you please send me the document aswell at masskhan@gmail.com

nitinmehra
Employee
Employee
0 Kudos

Hi Rahul

Please mail it across at nitinmehra123@gmail.com

Regards,

Nitin

Former Member
0 Kudos

Guys, I had mailed you the docs....did you get them??

Cheers,

Rahul.

Former Member
0 Kudos

Would you please email to me as well?

jennifer2006lee@gmail.com.

Thanks!

Former Member
0 Kudos

Step1

Media for the web dispatcher is provided with the j2ee kernel on the central instance.

D:\usr\sap\SID\SYS\exe\uc\NTI386

Copy the sapwebdisp.exe and icmadmin.sar to any directory on your server. I recommend c:\program files\sap\webdispatcher

Step2

Use sapcar –xvf to extract the icmadmin.sar file into that directory.

Step3

Execute sapwebdisp –bootstrap to generate an initial profile for web dispatcher.

Step4

Enter central instance hostname as Hostname of Message Server.

Enter “8101” as HTTP Port of Message server. You can find the port in the SCS profile of central instance.

Enter “01” as Unique Instance Number for SAP Web dispatcher.

Enter “80” as HTTP Port number for SAP Web Dispatcher. You can enter any port you want.

Remember to save the password generated in the above screen

Step5

Your webdispatcher is running. It automatically grabs all your cluster information from message server of central instance. You can acess the web dispatcher via following URL.

http://hostname:port/sap/wdisp/admin/default.html

You can acess your portal now via following URL.

http://hostname:port/irj

hostname: name of the machine your installed the webdispatcher.

port: the above port you specified for webdispatcher.

If you need to run your webdispatcher again then use the following command from command prompt.

Sapwebdisp pf=sapwebdisp.pfl

Step6

You can also install the webdispatcher to run as a NT service. You need to first download ntscmgr.exe from service.sap.com and then use the following command to install the web dispatcher.

Ntscmgr install sapwebdisp -b “C:\Program Files\SAP\webdispatcher\sapwebdisp.exe” -p “service pf=sapwebdisp.pfl”

Step7

The above command somehow didn't work for me, it creates a NT service but has a bad path for executable. To fix this you need to do the following.

1. Edit the registry entry by running the program regedit.

2. Do a search for “sapwebdisp” and change the Image Path to where your sapwebdisp.exe is currently residing.

C:\Program Files\SAP\webdispatcher\sapwebdisp.exe service pf=sapwebdisp.pfl

Note: IF the problem is solved award points & close the thread....

Regards

Swapnil

Former Member
0 Kudos

Hi Nitin,

If you can drop me a mail at rahul.groups@gmail.com I will mail you a doc i have for the same....hope it proves useful to you...

Cheers,

Rahul.