I have a test environment that I've been configuring for a while, to hopefully roll this out as a production solution, but I've run into a problem. When clicking a test app (calc.exe) in rdweb I just get an error "There are no available computers in the pool..."
I'm using a gateway, connection broker and one app host - I've found while doing packet tracing it never tries to connect to the app host.
In the broker log I have:
RD Connection Broker failed to process the connection request for user domain\uid.
Error: Insufficient system resources exist to complete the requested service. - Event ID 802
Remote Desktop Connection Broker Client failed while getting redirection packet from Connection Broker.
User : domain\uid
Error: Element not found. - Event ID 1296
Remote Desktop Connection Broker Client failed to redirect the user domain\uid.
Error: NULL
I also noticed in the db table rds.Errorlog: @UserDefMsgId:50001User Assignment not found - with the timestamp of when I tried to test the app.
I've tried making the collection with "domain users", and then groups with only my user in them. I'm really not sure what else to try?