Orchestrator
2022.4
false
Banner background image
Orchestrator User Guide
Last updated Feb 15, 2024

Increasing the Size Limit of Package Files

Regardless of the storage you use to keep your packages (activities, automations, and libraries), the maximum file size per upload is 28.6MB - a limitation given by IIS.

In some cases, when trying to upload packages larger than the default size, a 404 error can be thrown. In other cases, the Robot can crash.

This page shows you how to customize this size, according to the type of storage you are using for your artifacts.

Amazon, Minio, or FileSystem

If you want to be able to upload files larger than 28.6MB, perform the steps below:

  1. On the machine on which Orchestrator is installed, open IIS Manager.
  2. In the Connections panel, navigate to the Orchestrator site. The Features View panel is updated accordingly.


  3. In Features View, double-click Request Filtering. The Features View panel is updated accordingly.
  4. Navigate to the Rules tab. The window is updated accordingly.


  5. In the Actions panel, click Edit Feature Settings. The Edit Request Filtering Settings window is displayed.
  6. In the Maximum allowed content length (Bytes) field, type the maximum value that you want to be allowed. We recommend 1073741824, which is exactly 1GB.
    Note: Make sure the Allow double escaping check box is selected, as it enables the correct download of files with space characters.
  7. Click OK. Your settings are saved.
  8. Restart IIS to make sure your new settings are applied.

Azure

  1. Stop your Orchestrator Instance from IIS.
  2. Navigate to the config file and open it using an editor such as Notepad++.
  3. Add the <requestLimits maxAllowedContentLength="<valueInBytes>"/> key, using a custom value, such as 314572800 (300MB).
  4. Save the file and start the site again. You can now upload files with a maximum size of 300MB.
  • Amazon, Minio, or FileSystem
  • Azure

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.