How To Upload More Than 1 MB Or 15000 Records In Queue?

How to upload more than 1 MB or 15000 Records in Queue?

From Orchestrator version 2019.4, it is possible to upload queue items using CSV from queues page in Orchestrator.

  1. There is a provision to increase the Size of specific content of Orchestrator Queue from Orchestrator web.config

Add following parameter to increase the Size of specific content size:

  • Queue.MaxSpecificDataSizeInKiloBytes

The maximum size of Specific Data content for new queue items is 1024, in kilobytes. For clean Orchestrator installations, this parameter is hidden and has a default value of 1024 (1MB). In upgrade scenarios, this parameter is visible and has a value 204800 (200MB).

  1. For increasing number of items upload at once in queue, change following parameter:
  • Upload.Queues.MaxNumberOfItems

Enables to lower the maximum number of items which can be uploaded at once using the bulk upload functionality. The default value is 15000. Note: This parameter is not displayed by default in web.config.

1 Like