masterzen/winrm

No error if quota is exceeded

rabits opened this issue · 0 comments

Found that if I'm using quite a number of parallel operations - winrm client starts to just skip the executions and there is no way to get that the operation failed...

The error message is:

The WS-Management service cannot process the request. This user is allowed a maximum number of 1500 concurrent operations, which has been exceeded. Close existing operations for this user, or raise the quota for this user.

Workaround: winrm set winrm/config/service @{MaxConcurrentOperationsPerUser="4294967295"} helps, but overall it will be great if winrm client will be able to figure out the error from the response.

Attached the tcpdump packet with envelope: tcpdump_packet.txt