Bulk Add Queue Items - Not Adding Queue Items

Hi, all.

For some reason, Bulk Add Queue Items activity is not adding the queue items to Orchestrator queue. It is not throwing any error either. It is executing like normal but the queue items are not added to Orchestrator.
I checked if the data table that I am passing has any rows and it does. I tried using both Commit Types also. I also tried checking using just Add Queue Item to check if it’s a problem with my connection to Orchestrator, but it is able to add to the queue just fine.
Anyone have an idea why Bulk Add Queue items is failing? It was actually just working a few days ago.

There are several potential reasons why the Bulk Add Queue Items activity may not be adding queue items to Orchestrator, even though it is not throwing any errors:

  1. Make sure that the Orchestrator connection is working properly. Check that the robot that is running the Bulk Add Queue Items activity has the correct permissions to add items to the queue, and that the robot is connected to Orchestrator.
  2. Verify that the Queue Name parameter in the Bulk Add Queue Items activity matches the name of the queue in Orchestrator. If the queue name is incorrect, the activity will appear to run successfully but the items will not be added to the queue.
  3. Check that the data table being passed to the Bulk Add Queue Items activity contains the correct column names and data types. If the data table is missing a required column or has an incorrect data type, the activity will not add the items to the queue.
  4. Verify that the queue items being added do not violate any queue rules or constraints. For example, if the queue has a maximum item size limit, items that exceed this limit will not be added.
  5. Check that the items being added to the queue do not already exist in the queue. If an item with the same Reference field already exists in the queue, the Bulk Add Queue Items activity will not add a duplicate item.
  6. Review the logs in Orchestrator to see if any errors or warnings were logged during the execution of the Bulk Add Queue Items activity. This may provide additional clues as to why the activity is not working as expected.

If none of the above solutions work, try recreating the activity from scratch to ensure that there are no configuration errors.

1 Like

@ardenjohn.lagoy

Please assign a variable to the output variable in the bulk add queue items activity and check the output…by writing to excel may be…you would get the details if its failed and what is the reason …try with add separate commit type

Hope this helps

Cheers

1 Like

Hi, Anil.

Looks like this was the way to go. The result let me know that some characters in my columns had forbidden characters in them.
This was the error message: Property keys must not contain any of the reserved characters: ‘:’, ‘.’, ‘,’, ‘@’

Looks like I’ll have to change the column names of the data table before using Bulk Add Queue Items.
It’s weird that it doesn’t throw any error in UiPath itself.

Thanks!
Thanks to @Nitya1 on the other reply too. I’ll definitely check those the next time Bulk Add Queue Items activity is causing issues again.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.