Square 9 GlobalSearch Migration Error

Problem:

Log entries feature "Maximum request length exceeded" (PSIcapture) and "Post size exceeded allowed limits" (Event Viewer)

Solution:

This can usually be fixed by editing the square9api webconfig located in your inetpub folder. (C:\inetpub\wwwroot\Square9API\)This line needs to be added in :

Under the heading <configuration> and subheading <system.web>, search for the line:

 

</authorization>

 

Add the following just below this line (or alter the values to suit your needs):

 

<httpRuntime executionTimeout="10000" maxRequestLength="429496295"></httpruntime>

 

An image is attached which depicts the proper placement of this string in the web config file.

 

Reference logs and event logs are also attached.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.