Question : Users can't reconnect to RemoteApp Session

Hello,

I have a multi-site client interconnected in VPN with sonicwalls.
The Primary site have a SBS2008 Premium setup with SQL&RDP on the secondary server (2008 STD x64).
The other sites users are using remoteapp for a specific software.

My problem is the sessions are sometime disconnected, they usually reconnect just fine to their remoteapp session.
But sometime, the users can't reconnect to their remoteapp session, it just get stuck trying to connect. I have to kill their session and they can connect fine again. I can't figure out why this happens from time to time.

I have restricted to 1 session per user to be sure they reconnect to their session.

Any recommanded settings or ideas to solve this problem ?

Thomas


Answer : Users can't reconnect to RemoteApp Session

http:#a33193495 would have made a great question!

Select product_main.product_id, product_main.description,
 sum(product_extension.quantity) as total_quantity,
 sum(case when product_extension.location = 'UK' then product_extension.quantity end) as uk_quantity
FROM product_main INNER JOIN product_extension ON product_main.product_id = product_extension.product.id
Group by product_main.product_id, product_main.description
Random Solutions  
 
programming4us programming4us