ERROR: Internal : Bad Item ID Supplied
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-12-22 03:02 PM
Hello Dear team,
I need your help with an error that the process throws when you want to delete an item ID.
1)_First you create a collection with the items to delete.
2)_When I want to delete the items I get an error: "ERROR: Internal : Bad Item ID Supplied".
When checking the collection it is observed that some items do not have an ID number.
Probably the cause of the error is that the ItemID field in the collection is empty, the question is why this happens, that is to say that the Item has no number?
Greetings and Merry Christmas!
------------------------------
Cristian Alejandro Saulo Palles
------------------------------
I need your help with an error that the process throws when you want to delete an item ID.
1)_First you create a collection with the items to delete.
2)_When I want to delete the items I get an error: "ERROR: Internal : Bad Item ID Supplied".
When checking the collection it is observed that some items do not have an ID number.
Probably the cause of the error is that the ItemID field in the collection is empty, the question is why this happens, that is to say that the Item has no number?
Greetings and Merry Christmas!
------------------------------
Cristian Alejandro Saulo Palles
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-12-22 04:18 PM
Hi @Cristian Alejandro Saulo Palles
You can delete empty rows from collection later you can loop that collection which have item IDs then you can delete
Thanks,
Soumya
------------------------------
Soumya k RPA Developer
RPA Developer
Qualesce India Private Limited
Bangalore
------------------------------
You can delete empty rows from collection later you can loop that collection which have item IDs then you can delete
Thanks,
Soumya
------------------------------
Soumya k RPA Developer
RPA Developer
Qualesce India Private Limited
Bangalore
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-12-22 04:33 PM
Hi
ERROR: Internal: Bad Item ID Supplied => It will throw when you're trying with NULL Value or else Not an Item ID
Can you plz let me know which VBO are you using to get this report, I'm not sure how you got an Item ID Column or some other column, etc I guess you're using a customized VBO, I know we can achieve from Queue Report VBO with Get Data From Queue, but still I've doubt with Item ID Column
Best Practice we can remove the Null Rows based on Column

------------------------------
Thanks
Prasanth
Software Engineer | RPA Developer
------------------------------
ERROR: Internal: Bad Item ID Supplied => It will throw when you're trying with NULL Value or else Not an Item ID
Can you plz let me know which VBO are you using to get this report, I'm not sure how you got an Item ID Column or some other column, etc I guess you're using a customized VBO, I know we can achieve from Queue Report VBO with Get Data From Queue, but still I've doubt with Item ID Column
Best Practice we can remove the Null Rows based on Column
------------------------------
Thanks
Prasanth
Software Engineer | RPA Developer
------------------------------
Thanks
Prasanth
Software Engineer | RPA Developer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-12-22 04:57 PM
Null rows are null in the ItemID column but contain information in other columns, like "Key" for example.
The VBO is customized and works perfectly for other processes, it saves in a collection the queue items to be deleted, but in this case in some items it does not bring the ItemID.
I am watching step by step the action to determine where the failure occurs.
Thanks!
------------------------------
Cristian Alejandro Saulo Palles
------------------------------
The VBO is customized and works perfectly for other processes, it saves in a collection the queue items to be deleted, but in this case in some items it does not bring the ItemID.
I am watching step by step the action to determine where the failure occurs.
Thanks!
------------------------------
Cristian Alejandro Saulo Palles
------------------------------
