You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: