Gathering network information for an Intermittent Issue Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> This article gives a quick explanation on how to gather client-side network information so that Technical Support can diagnose intermittent issues which are not logged in the Application Log Files. CauseThis usually applies to cases that may be being caused by console errors or network issues.ResolutionProcedure (Chrome) Note: You can take similar steps in other browsers but the buttons might be slightly different. Note that you cannot copy HAR from Internet Explorer. In the tab in which you want to reproduce the issue, go to Chrome Options (top right corner) > More Tools > Developer Tools. Click the Options menu (three dots) in the top right of the Developer Tools and select the option to Undock in a Separate Window. This choice enables you to have the tools in the background without disrupting your work. Select the Network tab at the top of the developer tools. Check the Preserve Log checkbox. This setting will gather all network traffic for that specific tab in Chrome so you need to complete these steps in the tab that has the issue. At that point, you can move the dev tools to the background. Once the issue happens, right-click on the network section where the request name is and choose to Save a HAR with content. This file will be larger depending on the time you have the tools open. Therefore, if the issue is intermittent, try to clear out the log every few minutes by clicking the Clear button. Procedure (Firefox) Press Ctrl+Shift+E to display the Network developer tool. Reproduce the issue. Right-click anywhere in the resulting waterfall and choose Save as HAR in the context menu. Make sure to add the file extension .har to the filename. Procedure (Edge) Press the F12 key. A component appears at the bottom of the screen. Click the Network tab and press the green triangle, Play button. Reproduce the issue. To save, press the red square, Stop button, and click the disk arrow icon directly to the right. Only Microsoft Edge supports the HAR format. IE offers export only as an XML or CSV file. You can view CSV files in a spreadsheet tool such as Excel, or view XML files in any tool that can read HTTP Archive files, such as the Chrome extension HTTP Archive Viewer Procedure to view the HAR file log(Chrome) To view the HAR file log, you need a viewer application. Install the Google Chrome extension HTTP Archive Viewer or download this viewer from http://www.softwareishard.com/har/viewer/ .Remove the checkmark from Validate data before processing? Drag the HAR file inside the Preview box.