# Web App Tracker Issues

# Missing URL or Websites in the Reports

# Problem

There are missing URL(s) or website(s) in the generated report.

# Resolution

Make sure that the URL pattern, expected in the report, is included and does not match any of the exclude patterns in the url_filter in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration.

Make sure that the URL pattern, expected in the report, is included and does not match any of the exclude patterns in the url_filter in the Configuration directory, which is by default in /usr/local/openit/etc/.

# Archive is not Created in the Server

# Problem

There are no archive files created in the Core Server even after collection.

# Resolution

Make sure that the transfer_weblog_parsed and transfer_weblog_raw jobs in collect_browser-log.oconf in the scheduler directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\scheduler, are set to true.

collect_browser-log.oconf
203|transfer_weblog_parsed
204|{
205|    about
206|    {
207|        type=string
208|        value=Transfer browser log data to server
209|    }
210|    general
211|    {
212|        active
213|        {
214|            type=bool
215|            value=true
216|        }
collect_browser-log.oconf
298|transfer_weblog_raw
299|{
300|    about
301|    {
302|        type=string
303|        value=Transfer browser log data to server
304|    }
305|    general
306|    {
307|        active
308|        {
309|            type=bool
310|            value=true
311|        }

Make sure that the transfer_weblog_parsed and transfer_weblog_raw jobs in collect_browser-log.oconf in the scheduler directory, which is by default in /usr/local/openit/etc/scheduler, are set to true.

collect_browser-log.oconf
203|transfer_weblog_parsed
204|{
205|    about
206|    {
207|        type=string
208|        value=Transfer browser log data to server
209|    }
210|    general
211|    {
212|        active
213|        {
214|            type=bool
215|            value=true
216|        }
collect_browser-log.oconf
298|transfer_weblog_raw
299|{
300|    about
301|    {
302|        type=string
303|        value=Transfer browser log data to server
304|    }
305|    general
306|    {
307|        active
308|        {
309|            type=bool
310|            value=true
311|        }

Additionally, attempt to verify the collection of raw browser usage data. If data is not created, it may indicate that there is no recent browser history usage from any of the supported browsers.

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close