Hi,
I have a OCR software published as a RemoteApp distributed in several servers. The problem is that this software only allows one simultaneous connections per user, per server. In some scenarios I have to run multiples instances of this software simultaneously. I do not want to connect manually to the available host to launch the software. I really want to use it as an RemoteApp. Is there a policy or any other way to force, in a given collection, each new specific user app launch to take a new host. To give an example:
simple RDS architecture: 1 broker + 5 hosts (A to E) - RemoteApp : App1
User Paul launch App1 - broker takes server A
Paul launch 2nd instance of App1 - broker cannot take Server A, it takes server C.
Fred launch App1 - broker takes server A.
Paul 3rd instance of App1 - broker cannot take server A or C, it takes server B.
Fred 2nd App1 - server D
Paul closes 2nd instance
Paul launch 4th instance - broker may now take server C again as 2nd instance is now closed.
Sorry for the long example. Just to clear.
Regards,
Lucas