PardeeCenterDU / IFs-Issues-Tracking

This repository only holds the list of bugs that have been reported for IFs. Anyone may add a bug report, but please look to see if your issue has already been added!
2 stars 0 forks source link

Complete Water Balance, History and Forecast shows no forecast #222

Closed PardeeCenterIFs closed 1 year ago

PardeeCenterIFs commented 1 year ago

If you select a single country you'll see there's 11 variables associated with this list. So probably the issue is related to the amount of information when selecting 186 countries.

image

Also if you select a table with all 186 countries, and from the table you try to generate a graph, then you get an error:


The following error occurred:Exception of type 'System.Web.HttpUnhandledException' was thrown.System.Web.HttpException (0x80004005): Maximum request length exceeded.at System.Web.HttpRequest.GetEntireRawContent()at System.Web.HttpRequest.FillInFormCollection()at System.Web.HttpRequest.EnsureForm()at System.Web.HttpRequest.get_Form()at System.Web.HttpRequest.get_HasForm()at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)at System.Web.UI.Page.DeterminePostBackMode()at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --
PardeeCenterIFs commented 1 year ago

I found and fix the first issue, we were limiting the number of points to present to 25,000. I had to increase the limit to 300,000 in order for this graph to show up, this fix will be included in version 7.89.

PardeeCenterIFs commented 1 year ago

Jaime found that increasing the maxRequestLength to 100 MB, vs the default of 4 MB fixes this problem, the change in web.config looks like this and it will be included in version 7.89: