How to change max retrieved search results in AppXtender Web Access

How to change max retrieved search results in AppXtender Web Access

The default maximum number of query results retrieved per query in ApplicationXtender is 1000. You can change this by doing the following:

1.  Locate the web.config under c:\inetpub\wwwroot\appxtender and make a copy as a backup
2. Open the file and search for the term MaxQueryResults
3. Uncomment the line and change to the desired value:

Before:
 <!--<add key="MaxQueryResults" value="1000" />-->
 
After (example below changes it to 2000 and uncomments):
<add key="MaxQueryResults" value="2000" />

4. Save changes and close file
5. Do an IISRESET in Administrative Command Prompt to put into effect
**Note - the IISRESET does temporarily disrupt access so please plan accordingly**

    • Related Articles

    • Max Request Length Exceeded error received AppXtender Web Access

      You will get this error when uploading or scanning in Web Access. Solution Details The Appxtender Web Access default file size allowed is 10 MB. However, this can be changed by editing the setting in the web.config file as follows. This should be ...
    • Configure optional settings in Web Access web.config

      There are several configurable options for AppXtender Web Access which are located in the web.config. Below is a list of some of the common settings you can modify to enhance the user's experience in the system: Setting Description of Setting ...
    • Keyboard Shortcuts available in AppXtender Web Access

      Here is a list of the available Keyboard Shortcuts in AppXtender Web Access: Open shortcut help ? Print ctrl + alt + p Previous Document alt + p Next Document alt + n Next Page alt + pagedown Previous Page alt + pageup Next Page Version alt + ⇧ + ...
    • Enable remote access ApplicationXtender for SYSOP in Web Access

      The ability to log in to Web Access on machines other than the server as the default ApplicationXtender administrative account (SYSOP) user is disabled by default in Web Access. To enable remote login as SYSOP please perform the following steps ...
    • Modifying User Settings in AppXtender Web

      Changing User Settings To change the user's User Settings in ApplicationXtender Administrator:   1.  Go to Application Management 2. Expand the data source by clicking on it 3. Choose Web Access User Settings 3. Click the X next to Default user ...