Unexpected Error - No matching queue found on clicking Process MI menuitem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-06-22 10:21 AM
I met follwing error dialog when I click Process MI menuitem.
However, MI informations seem to be displayed well.
What's wrong with me?
---
Unexpected Error - No matching queue found
BluePrism.Server.Domain.Models.MissingDataException: No matching queue found
at BluePrism.AutomateAppCore.clsServer.ProcessMIGetDefaultTemplate(Guid gProcessID, String& sName)
at AutomateUI.frmProcessMI.LoadDefaultTemplate()
However, MI informations seem to be displayed well.
What's wrong with me?
---
Unexpected Error - No matching queue found
BluePrism.Server.Domain.Models.MissingDataException: No matching queue found
at BluePrism.AutomateAppCore.clsServer.ProcessMIGetDefaultTemplate(Guid gProcessID, String& sName)
at AutomateUI.frmProcessMI.LoadDefaultTemplate()
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-06-22 10:29 AM
Hi,
Nothing wrong with you!
'No matching queue found' points to the actions trying to process an item in a queue that does not exist. So I'd check if the queue name in your action is exactly the same as the queue name you are trying to access. They need to be exactly the same, including identical small and large letters.
Happy coding!
---------------
Paul
Sweden
Nothing wrong with you!
'No matching queue found' points to the actions trying to process an item in a queue that does not exist. So I'd check if the queue name in your action is exactly the same as the queue name you are trying to access. They need to be exactly the same, including identical small and large letters.
Happy coding!
---------------
Paul
Sweden
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)
Paul, Sweden
(By all means, do not mark this as the best answer!)
