SAP Basis Expert Number One
SAP Basis Expert Number One
  • Home
  • Certifications
  • My expertise
  • My projects
  • Contact
  • SAP Basis blog
  • Have any Questions?

    E-mail me
  • 6 April 2022
  • sapbasis-expert.com

How to update or patch the SAP Web Dispatcher? 

  • Connect to the machine on OS level, where SAP Web Dispatcher is installed. In this case I describe procedure for Linux, but it can be used for other OS’s as a general guide.
  • Check current version – below the version is 753:

su – <sid>adm

sapwebdisp -v

>

SAP Web Dispatcher Version 7.53.0, multithreaded, Unicode, 64 BIT

 kernel information

——————

system name          =

kernel release       = 753

kernel make variant  = 753_REL

DBMS client library  =

compiled on          = Linux GNU SLES-11 x86_64 cc4.8.5 use-pr200807

compiled for         = 64 BIT

compilation mode     = UNICODE

compile time         = Aug  7 2020 23:55:33

update level         = 0

patch number         = 629

source id            = 0.629

  • Download latest SAP Web Dispatcher SAR archive for version 753 from SAP portal: https://me.sap.com/softwarecentersearch/SAP%20Web%20Dispatcher
  • On download page select desired version (753) and desired operating system (Linux in this case)
 
  • Upload the SAP archive to the machine into a desired temporary location, and unpack it:

mkdir /tmp/wdisp-patch

./sapcar.exe -xvf /tmp/wdisp-patch/SAPWEBDISP_SP_1230-80002353.SAR

  • Make a backup copy of the current SAP Web Disp directory (to be safe). Backup directory used in example below is: /sapmnt/<SID>/exe/uc/linuxx86_64_backup

cp -R /sapmnt/<SID>/exe/uc/linuxx86_64 /sapmnt/<SID>/exe/uc/linuxx86_64_backup

  • Stop SAP Web Dispatcher, execute bellow commands:

sapcontrol -nr <instance_number> -function Stop

cleanipc <instance_number> remove

  • Copy unpacked files from temporary directory to /sapmnt/<SID>/exe/uc/linuxx86_64

cd /tmp/wdisp-patch/

cp -R * /sapmnt/<SID>/exe/uc/linuxx86_64

  •  Start SAP Web Dispatcher after patching

sapcontrol -nr <instance_number> -function RestartService
sapcontrol -nr <instance_number> -function Start

  • Your SAP Web Dispatcher is patched with success!
  • Check if the process runs. It needs to be in status GREEN. Use this command:

sapcontrol -nr <instance_number> -function GetProcessList

GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
sapwebdisp, Web Dispatcher, GREEN, Running, 2022 04 10 11:42:40, 1584:31:30, 15897

Tags:

SAP Web Dispatcherupdate SAP Web Dispatcher
Next Post

Leave a comment

Cancel reply

Recent Post

  • crysa
    11 November 2023
    SAP NetWeaver dev_disp trace WARNING DpResourcesOk: too many ca blocks in use dpxxtool2.c
  • crysa
    10 November 2023
    HANA tenant error – System locked; license is invalid or expired
  • crysa
    29 October 2023
    MaxDB backup failure (Error code 1450 Insufficient system resources exist to complete the requested service)

Categories

  • Blog
  • MaxDB error 1450
  • SAP HANA Revision
  • SAP Web Dispatcher

Tags

HANA license expired HANA license invalid Insufficient system resources exist to complete the requested service MaxDB error 1450 SAP HANA Revision SAP Web Dispatcher too many ca blocks Update SAP HANA Revision update SAP Web Dispatcher

Archives

  • November 2023
  • October 2023
  • April 2022
SAP Basis Expert Number One

Igor Grgić,
Senior SAP Basis Consultant, Croatia
SAP Basis Expert Number One

Contact Info

  • Email: ig.grgic@gmail.com

© Copyright 2025. SAP Basis Expert Number One

  • Home
  • Certifications
  • My expertise
  • My projects
  • Contact
  • SAP Basis blog