Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No error if quota is exceeded #129

Open
rabits opened this issue Jun 25, 2022 · 0 comments
Open

No error if quota is exceeded #129

rabits opened this issue Jun 25, 2022 · 0 comments

Comments

@rabits
Copy link

rabits commented Jun 25, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant