Symptom
- Need to capture network trace for SAP SuccessFactors issues.
Cause
- Network trace log is required while reporting most SAP SuccessFactors issues, especially performance related ones.
Resolution
When working on SuccessFactors incidents, Support may sometimes ask you to collect a network trace from browser, more formally known as an HAR capture. HTTP Archives (HARs) record the requests and responses that your browser makes with the SuccessFactors Application.
In general, the process is to:
- Start the capture
- Reproduce the behavior
- End and save the capture
- Save the console logging.
Google Chrome
- In Chrome, go to the page within SuccessFactors where you are experiencing trouble.
- At the top-right of your browser window, click the Chrome menu (⋮).
- Select More Tools > Developer Tools. The Developer Tools window opens as a docked panel at the side or bottom of Chrome.
- Click the Network tab.
- Select Preserve log.
- You will see a red circle at the top left of the Network tab. This means the capture has started. If the circle is black, click the black circle to start recording activity in your browser.
- Refresh the page and reproduce the problem while the capture is running.
- After you successfully reproduce the issue, right click on any row of the activity pane in the Network, and click Save as HAR with Content.
- Save the HAR file.
- For collecting the console logs, select the Console tab.
- Right-click anywhere in the console and select "Save as...".
- Save the file in your system.
- Share both files with support.
Internet Explorer 11 (IE 11)
- In Internet Explorer, go to the page within SuccessFactors where you are experiencing trouble.
- Click the gear icon in the top right.
- Select F12 Developer Tools.
- Click the Network tab
- The green play button (Start Profiling Session), should be selected by default. This means the capture function is running.
- Refresh the the page and reproduce the problem while the capture function is running.
- Once you have reproduced the issue, click the Export as HAR icon. The icon looks like a floppy disk.
- For collecting the console logs, select the Console tab.
- Right-click any row and select Copy all.
- Paste the content in a text file and save it.
- Share both files with support.
Mozilla Firefox
- In Firefox, go to the page within SuccessFactors where you are experiencing trouble.
- Click the Firefox menu (Three horizontal parallel lines) at the top-right of your browser window.
- Select Web Developer > Network.
- The Developer Tools window opens as a docked panel at the side or bottom of Firefox.
- Click the Network tab.
- Select Persist logs.
- After you successfully reproduce the issue, right-click any row and select Save all as HAR.
- Firefox typically takes a few seconds to prepare the download. A slight delay on this step is normal.
- For collecting the console logs, select the Console tab.
- Right-click any row and select Select all.
- Paste the content in a text file and save it.
- Share both files with support.
See Also
2089446 - HTTP Watch - When and How to Use
2251603 - How to obtain SAML traces from Successfactors
Keywords
Network log Browser log Network trace Capture HTTPWatch Capture HAR Capture HTTP Archive Chrome Firefox Internet Explorer , KBA , LOD-SF-FWK , Platform Framework , How To