Add Queue Item: The request was aborted: The request was canceled

Hi All,

I am getting below error while uploading data to queue. Please let me know if you have solution to this

Error: Add Queue Item: The request was aborted: The request was canceled.

@abhilashreddyalla
Could you please share the screeshot, Where exactly you are getting this error ?

Hi @Karuna ,

I am getting this issue while uploading data to queue and also while retrieving data from queue.

Please find below screenshot.

@abhilashreddyalla
When you were not able to upload the queue, There are no items in the queue to process.

If possible please share the workflow or Workflow screenshot.
Are you uploading the queue items through excel ? If yes, please share excel.

when you were not able to upload the queue Go to Uipath Assistant( Robot tray) and check bot status connected and signal color green.

@Karuna

In my process, Bot is to reading Input excel file and converts DataTable into String format and then uploads the data into Queue.

One of the input excel file size is 8 MB. there I got the above issue.
Due to restrictions, I am unauthorized to share the excel and workflow.

@anon24744774
I have checked the robot status and it was connected to Orchestrator at that time.

@abhilashreddyalla
Do u have any special characters like dot(.) , ? , …Etc in your Excel column headers ?

Yes there are special characters hash (#) & Dot(.) in headers.

@abhilashreddyalla
Remove those characters from column hearders → ie newDatatable and then upload newDatatable as queue items.
Refer this —> RemoveSpecialCharactersInColumnHearder.xaml (7.2 KB)

Thanks @Karuna,

I have retried uploading the same file to Queue and now it successfully uploaded and I haven’t removed any special characters.
Since from 1 month I am uploading data with Special characters in headers.

Today only I got the below errors.

  1. Add Queue Item: The request was aborted: The request was canceled.
  2. Get Transaction Item: The request was aborted: The request was canceled.

And these errors are not providing any proper information. If you have any knowledge on those errors, please let me know what error messages meaning.