반응형
Wireshark
- Install Wireshark. https://www.wireshark.org/download.html
- Installing Wireshark Under Windows
- Just follow the default options.
- If it says a restart is needed, that probably is not true and that step can be skipped.
- Open Wireshark.
- Select the interface to trace. Typically, this will be the Ethernet adapter (or if using wifi, it will be the Wi-Fi adapter.
- The icon has a heartbeat monitor graphic next to it and it is typically the most active one.
- The below screenshot has an example of what this may look like (the ethernet adapter number might not always be the same).
- After the adapter is selected, click the shark fin icon on the top right of the screen.
- This will trigger the capture.
- Reproduce the issue.
- Go back to wireshark and then click the stop icon (the red square icon next to the shark icon).
- Go to File->Save As... and save the capture.
- Send the capture to UiPath along with the additional information regarding the client and server IP address.
Netsh
If there is a need to capture a network trace of a client or server without installing Wireshark or Netmon this might be helpful. (This feature works on Windows 7/2008 R2 and above).
- Open an elevated command prompt and run: "netsh trace start persistent=yes capture=yes tracefile=%temp%\nettrace-boot.etl" (make sure you have a \temp directory or choose another location).
- Reproduce the issue or do a reboot if tracing a slow boot scenario.
- Open an elevated command prompt and run: "netsh trace stop"
- The trace will be stored in %temp%\nettrace-boot.etl**or wherever you saved it. The trace can be viewed using netmon: https://www.microsoft.com/en-us/download/4865
- Send the capture to UiPath along with the additional information regarding the client and server IP address.
'오류 처리 관련' 카테고리의 다른 글
How to get Application Logs from the Event Viewer (0) | 2023.11.12 |
---|---|
MSSQL SA 계정이 비활성화 되어있을 때 (0) | 2022.02.08 |
IIS (HRESULT 예외 : 0x80070005 (E_ACCESSDENIED)). (0) | 2022.02.08 |
System.io.FileLoadException:파일 어셈블리로드오류 (0) | 2021.04.22 |
Could not load file or assembly (0) | 2021.04.17 |