Skip to main content

Web Dispatcher log of HTTP Request

 Web Dispatcher log


Do you know the location of SAP web dispatcher logs , i.e. SRS User Login Request to production server.

Myth :- /usr/sap/<SID>/Instance/work/dev_disp

But display login request from GUI and other web dispatcher data but what we want to know is that which file store the http request.

For Server Logs :- Login to SAP GUI > SMICM > goto > HTTP Plug in > Server Logs

For Client Logs :- These logs are created only after configuration of paramaeter in instance profile of the SAP WD.

icm/HTTP/logging_<XX>
icm/HTTP/Logging_Client_<XX>

A logging handler implements logging in ICM and SAP WD , the handler is a subhandler of the HTTP handler . The login handler controls the inbound and outbound traffic

Comments

You might find these interesting

8 Must-Know Questions About Object Store on SAP Business Technology Platform

What is the problem that Object Store solves ? Modern enterprise systems increasingly deal with massive volumes of unstructured data such as documents, logs, media files, and backups. Traditional relational databases are not optimized for such workloads. What is Object Store ? Object storage—commonly referred to as blob storage—addresses this gap by providing scalable, durable, and cost-efficient storage for unstructured data. Object storage is a storage architecture designed to manage unstructured data as discrete units called objects.  Each object consists of: Binary data (file content) : Image , File etc Metadata (descriptive attributes) : File size, Content type, Last modified timestamp, Storage class (hot, cool, archive) Unique identifier (key or URL) : unique path-like string used to locate a blob inside a bucket Unlike file systems or relational databases, object storage does not rely on hierarchical file structures or schemas. The SAP BTP Object Store service is a managed, ...