cancel
Showing results for 
Search instead for 
Did you mean: 

Unexpected Error - No matching queue found on clicking Process MI menuitem

BohyonHwang
Level 9
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()
1 REPLY 1

PvD_SE
Level 12
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
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)