Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
LeRoy Dale
6
Views
4
Comments
Recordlist
Question
Hi when my record list has a larg number of records in it ie 1000 the systems just craches and gives the following error. There was an error processing your request. Please try again later...
but when the recordlist has less records in it it work fine.
Ricardo Vaz Alves
Hi LeRoy,
Can you access your Service Center and check if there is any error in your module? We can better understand your problem then. You can access it in <server>/ServiceCenter/Error_Logs.aspx
Regards,
LeRoy Dale
Hi Thanks for the replay there is the error from the error log.
Module:
Global
Message:
The URL-encoded form data is not valid.
Stack:
[1] The URL-encoded form data is not valid.
at System.Web.HttpRequest.FillInFormCollection()
at System.Web.HttpRequest.get_Form()
at System.Web.HttpRequest.get_Item(String key)
at OutSystems.HubEdition.RuntimePlatform.HeContext.#Mab(HttpContext context)
at OutSystems.HubEdition.RuntimePlatform.HttpCompressionModule.OnBeginRequest(Object sender, EventArgs e)
at ssUserProvisioning.Global.Application_BeginRequest(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
[2] Operation is not valid due to the current state of the object.
at System.Web.HttpValueCollection.ThrowIfMaxHttpCollectionKeysExceeded()
at System.Web.HttpValueCollection.FillFromEncodedBytes(Byte[] bytes, Encoding encoding)
at System.Web.HttpRequest.FillInFormCollection()
-Env-
eSpaceVer: 651 (Id=6942, PubId=8058, CompiledWith=8.0.1.8)
RequestUrl: (Method: )
AppDomain: /LM/W3SVC/1/ROOT/UserProvisioning-36-130549188619858363
Path: C:\...\PS\running\UserProvisioning.01963167638\
Locale:
DateFormat: yyyy-MM-dd
PID: 4448 ('w3wp', Started='2014/09/11 12:22:27 PM', Priv=499Mb, Virt=3436Mb)
TID: 16
Thread Name:
.NET: 2.0.50727.5477
and this only happens when my recordlist is around 1000 or more.
Justin James
MVP
Are you passing a RecordList around as an input variable? If so, that is probably your problem.
J.Ja
LeRoy Dale
Hi thanks for the response.
I found a soultion it is not the Ideal one but it works .
I add
<add key="aspnet:MaxHttpCollectionKeys" value="5000"></add>
to the webconfig of the project and then all works :)
I have to do this after every publish.
:)
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...