-
Notifications
You must be signed in to change notification settings - Fork 60
Get-PartnerCustomerBillingProfile : There were not enough free threads in the ThreadPool to complete the operation #230
Comments
@adrianwells thank you for sharing this information. I am looking to reproduce the issue, so it will be easier to verify that it has been resolved. Would you be able to share the following?
|
@IsaiahWilliams thank you for the reply. Here is the requested information:
|
@adrianwells thank you for sharing this information. I have found a way to reproduce the issue, and through that I have actually discovered the root cause of the issue. Right now I am working to develop a plan on best to resolve this particular issue. I am hopefully that it will not take too long to get everything resolved, but with the holidays there might be a slight delay. If you have a process that needs to be completed now, then you can work around this issue by connecting using an access token. Connect-PartnerCenter -AccessToken $accessToken |
@IsaiahWilliams Thank you for the update, effort to resolve, and the workaround suggestion (have yet to try it but good to know). |
@adrianwells can you update to version 3.0.2 and try this operation again? The issue has been resolved, but before I close this I wanted to confirm with you that everything is working. |
I have confirmed with another individual who was encountering this issue that it has been resolved. If you are still having issues please let us know. |
Steps to reproduce
ForEach-Object loops through CustomerIDs issuing cmdlets like Get-PartnerCustomerBillingProfile
Expected behavior
Expected output to be valid not reporting ThreadPool issue
Actual behavior
Error message stating
Get-PartnerCustomerBillingProfile : There were not enough free threads in the ThreadPool to complete the operation
Environment
The text was updated successfully, but these errors were encountered: