Skip to main content

SAP Portal Issue Analyzing using Http-Watch Tool

Summary:-

This document contains how to analyses the issue in SAP portal issue when the system is up and running using third-party tool Http watch log. You can able to  find the issue in portal like sso, third party system connection failed or any other issue.  Even you able check the performance issue as well. this tool is IE pug-in

Created: Brindavan Mookaiah
Designation: SAP BASIS Consultant


Created: Brindavan Mookaiah
Designation: SAP BASIS Consultant

Table of content  :-

  1. 1)      Download the Httpwatch log tool…………………………………………………………….
  2. 2)      Install and check………………………………………………………………………………………..

Step 1

Downlaod the Httpwatch log from the following URL HttpWatch 9.4: HTTP Sniffer for IE, Firefox, iPhone and iPad .
Capture1.JPG
Step2
once you downloaded the httpwatch tool  then install the same by clicking–> “httpwatch”
Capture2.JPG
once you install the httpwatch you can able to see the httpwatch plug-in in IE

Capture3.JPG

Click httpwatch

Capture4.JPG
once you clicked the httpwatch tool, you can able to see the like above  in IE.
Capture6.JPG
Then enter the portal URL and then click “record”.
Capture7.JPG
Record everthing upto the issues which you faced.
Capture8.JPG
then Click stop.
Capture9.JPG
Then you can save the file as CSv,XML or HWL file.
Capture.10JPG.JPG
save the file into your local desktop.
Capture11.JPG
click the Portal log file which you saved in your local desktop.
Capture12.JPG

Now you can able to analyze the log where exacting causing issue.

Comments

  1. Sap Portal Issue Analyzing Using Http-Watch Tool >>>>> Download Now

    >>>>> Download Full

    Sap Portal Issue Analyzing Using Http-Watch Tool >>>>> Download LINK

    >>>>> Download Now

    Sap Portal Issue Analyzing Using Http-Watch Tool >>>>> Download Full

    >>>>> Download LINK FN

    ReplyDelete

Post a Comment

Popular posts from this blog

SAP ST-PI and ST-A/PI Patch Update Steps

SAP ST-PI and ST-A/PI patch update Summary :- This document will show you how to update the ST-/PI and ST-A/PI in SAP with help of service preparation check RTCCTOOL . Author: Brindavan Mookaiah Designation : SAP BASIS Consultant Tabls of content 1) EWA report 2) Run RTCCTOOL 3) Implement the ST-A/PI and ST-PI Step 1) Check the EWA report about the ST-PI and ST-A/PI patch to update. SAP will recommend upgrading the new version based on SAP Application. Steps 2) Once if you able to see that the ST-A/PI & ST-PI  need to update and SAP recommeded. Then login into SAP and go to T-code SE38 and then execute program  ‘RTCCTOOL ‘. Download the latest ST-PI and ST-A/PI from service market place http://www.service.sap.com Once you downloaded  the required file(ST-PI& ST-A/PI) from market place and copy the file into the server. Mostly this file will be SAR file. Login in to OS level with SIDadm and extract the file using SAPCAR....

How to export RFC destinations prior Refresh

The best and easiest way... Goto SE01, create transport request (Transport of Copies) R3TR TABU RFCATTRIB * R3TR TABU RFCDES * R3TR TABU RFCDOC * R3TR TABU RFCSYSACL * If you take only RFCDES you will be missing the Documentation part of RFCs in order to take everything you need to have export of all the above mentioned tables.

SAP Web dispatcher Installation – Windows and Unix

SAP Web dispatcher Installation – Windows Login with adm. Create folder SAPWEBDISP in usr\sap\ Download latest web dispatcher from services.sap.com and save it to above folder To extract the file > Start > Run > Cmd > Browse to SAPWEBDISP folder Execute sapcar –xvf sapdispatcher.sar Create a profile by executing: sapwebdisp.exe –bootstrap You will be prompted for some details. Hostname: http_port : 8100 <– this might differ, 00 is the instance having a messager server Unique Instance number: 88 (any number) Http port number for SAP Web Dispatcher: 80 <– default port for landing page Create configuration for : medium (default) Once complete, browse to SAPWEBDISP folder and edit sapwebdisp.pfl #SAP Web Dispatcher Ports icm/server_port_0 = PROT=HTTP,PORT=80,TIMEOUT=180, PROCTIMEOUT=3600 # SAP Web Dispatcher Web Administration icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=...