cancel
Showing results for 
Search instead for 
Did you mean: 

WebUI reports not generating data for larger periods of time selected ie: week or month

WebUI reports not generating data for larger periods of time selected ie: week or month

WebUI reports are not running for week or month, this is happening because the request for the data is timing out. the solution is to increase the timeout setting in the web.config

 

  1. Edit Prognosis\WebUI\IIS\Web.config and locate the <appSettings> section
  2. Insert the <add key="RetryCount" value="6000" />
    1. This will allow 6000*50 = 300,000 millisecond à 5mins of wait time for data transfer from source database to complete
  3. Save and close the file
    1. Now open webUI session and re-run the web report to observe the new behavior.
    2. If you’re still not getting any data, then try increasing the RetryCount to 10mins (12000).

 

This is how the conversion works for that value;
12000*50 = 600,000 millisecond/10mins of wait time for data transfer from source database to complete

 

 

 

 

If my answer helped you today, please give my post a like and be sure to mark the 'Accept Solution' button to help others find the answer!
Cheers
Levon Lyons
Webinar: Keep the modern workforce connected

Unified Communications has always been an important part of companies' digital transformation efforts due to its ability to enable rich virtual collaboration and communication. But with COVID-19, we've reached a break-through point.

Join Bill Haskins, Sr. Analyst & Partner, Unified Communications at Wainhouse Research, and John Ruthven, CEO at IR discuss UC challenges companies are experiencing due to the COVOID-19 crisis.

Join webinar
Top Liked Members