Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Hi,

This is probably very basic. But it would have saved me some time so:

I was following this tutorial on Webdispatcher installation on windows. Everything went great until creating a service for the webdispatcher (11th step).

The problem is ntscmgr.exe is no longer supported

I was able to create it with sc.exe as explained in the note, but I was unable to make the service start.

sc.exe create SAPWebDisp binPath= "<path>\sapwebdisp.exe pf=sapwebdisp.pfl" type= own start= auto

Finally inspired by this blog and the original tutorial I found the answer.

Solution: Open "regedit.exe" and edit the string "ImagePath" under following location. 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAPWebDisp


sapwebdisp.exe service pf=sapwebdisp.pfl


Now it works fine.


Hope it helps someone.

2 Comments