Hi, I need to understand the capacity planning of my windows server company. Without idea about how I can do that in the right way I ask to you. My solution is using a licensed SP to execute a .bat file in 2012r2 server and it works fine. If I loop this call in the same script (only 1 VU run) I can open session one by one until resources are available. That's good but not enough, my next goal is measuring concurrency, but if I try this script in concurrency i.e. 2 VU Queuing only 1 has success the other VU run correctly (from the point of view of SP is OK no error) but the sessions RDP fails with message like "busy server..." or "reject credential". Can you help me to find the right way to test multiple rdp connections with SP? The same test manually or with other tools seems work fine.
↧