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 the queues page in Orchestrator.
- There is a provision to increase the size of specific content of Orchestrator Queue from Orchestrator web.config. Add the 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 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 of 204800 kilobytes (200MB).
- To increase the number of items uploaded at once in a queue, change the 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.