How to capture network logs for troubleshooting any WebStatistica or Data Entry specific issues in TIBCO Statistica?
book
Article ID: KB0073483
calendar_today
Updated On:
Products
Versions
Spotfire Statistica
13.3 or higher
Description
This article describes the step to capture the network logs for troubleshooting the problem mostly encountered in WebStatistica and Data Entry.
Resolution
Resolution -1 :
To capture the network logs follow the below steps as per the browser :
For Chrome:
Browse the page within Box where you are experiencing trouble.
At the top-right of your browser window, click the Chrome menu (⋮).
Select 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 and select Save as HAR with Content.
Select the Console tab.
Right-click anywhere in the console and select Save as....
Name the log file Chrome-console.log.
For Internet Explorer / Edge:
In Internet Explorer, go to the page within Box where you are experiencing trouble.
Click the gear icon in the top right.
Select F12 Developer Tools.
Click the Network tab.
Clear the Clear entries on navigate option, which is selected by default. The icon looks like blue arrow with a red X.
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 is running.
Once you have reproduced the issue, click the disk "Export as HAR" icon. The icon looks like a floppy disk.
Click the Console tab.
Right-click any row and select Copy all.
Paste the content in a text file and name it console-log.txt
For Firefox :
In Firefox, go to the page within Box 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.
Refresh the page and reproduce the problem while the capture is running.
After you successfully reproduce the issue, right-click any row of the activity pane and select Save all as HAR.
Select the Console tab.
Right-click any row and select Select all.
Paste the content in a text file and name it console-log.txt.
Resolution - 2 :
You can use a network tracing application such as Fiddler to capture the logs. Before installing any 3rd party applications, please discuss with your IT administrators.