-
- Service Provider
- Posts: 42
- Liked: 19 times
- Joined: Mar 28, 2020 3:50 pm
- Full Name: GregT
- Contact:
Worker deployment failed
Hey all, haven't created a ticket yet but will do so if no one else from the community has any input on this error. I didn't find any of the keywords in the forum either so thought it would be good to post here to make the resolution easy for others to find.
Repository backup of prodservername to blobstoragename has failed (Cannot find any workers. Worker deployment failed, see logs for details (eventID: -1792320529) (waiting ticket: 4))
This is a brand new deployment of Azure VBA. The snapshot runs successfully but the backup to blob portion of the job fails. The account that was used to deploy the vba has the Owner and Key Vault Crypto User roles for the subscription. The default worker configuration looks correct on the vba but there are 0 worker instances showing so it seems that the vba cannot spawn a worker when needed. I also see that the 'waiting ticket:' number keeps increasing every time the jobs runs. Thank you!
Repository backup of prodservername to blobstoragename has failed (Cannot find any workers. Worker deployment failed, see logs for details (eventID: -1792320529) (waiting ticket: 4))
This is a brand new deployment of Azure VBA. The snapshot runs successfully but the backup to blob portion of the job fails. The account that was used to deploy the vba has the Owner and Key Vault Crypto User roles for the subscription. The default worker configuration looks correct on the vba but there are 0 worker instances showing so it seems that the vba cannot spawn a worker when needed. I also see that the 'waiting ticket:' number keeps increasing every time the jobs runs. Thank you!
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Worker deployment failed
It may be an issue with resource availability within the region but it is a guess at this point. I would advise to just open a ticket so you can get help via our support. Can you let us know the ID once you made the case?
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Influencer
- Posts: 10
- Liked: 6 times
- Joined: Jul 16, 2018 6:10 am
- Full Name: Alex
- Contact:
Re: Worker deployment failed
Hi gTelnet,
did you try to register the Microsoft.ServiceBus Ressource Provider manualy in your Azure Subscription?
In my case this was the solution, because veeam vba did't activate it itself.
did you try to register the Microsoft.ServiceBus Ressource Provider manualy in your Azure Subscription?
In my case this was the solution, because veeam vba did't activate it itself.
-
- Service Provider
- Posts: 42
- Liked: 19 times
- Joined: Mar 28, 2020 3:50 pm
- Full Name: GregT
- Contact:
Re: Worker deployment failed
Thank you! @AL-TD-ITS - couldn't find any steps online on how to create the ServiceBus resource provider manually and have never done that before.
Will open the ticket now. thanks!
Will open the ticket now. thanks!
-
- Service Provider
- Posts: 42
- Liked: 19 times
- Joined: Mar 28, 2020 3:50 pm
- Full Name: GregT
- Contact:
Re: Worker deployment failed
Update - I manually created the Microsoft.ServiceBus Ressource Provider through the Service Bus interface in Azure and backup worked! Thank you for pointing me to that @AL-TD-ITS !!
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Worker deployment failed
Great news and thanks a lot Alex for sharing this with the community!
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Influencer
- Posts: 10
- Liked: 6 times
- Joined: Jul 16, 2018 6:10 am
- Full Name: Alex
- Contact:
Re: Worker deployment failed
Thank you very much. It's just a small configuration with a big impact.
It can also be registrated through powershell:
Register-AzResourceProvider -ProviderNamespace Microsoft.ServiceBus
Because of this simple fix, @nielsengelen could veeam integrate this and enable it itself ?
It can also be registrated through powershell:
Register-AzResourceProvider -ProviderNamespace Microsoft.ServiceBus
Because of this simple fix, @nielsengelen could veeam integrate this and enable it itself ?
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Worker deployment failed
We will pass the information on and will try to find the root cause of the issue. It could be this is a bug or potentially something specific to certain regions.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Dec 29, 2021 5:09 pm
- Full Name: Paul S. Gazo
- Contact:
Re: Worker deployment failed
Just adding that the same issue happened to us with a new install, and the same PowerShell command resolved it.
Our region is Canada Central, if that's helpful.
Our region is Canada Central, if that's helpful.
-
- Influencer
- Posts: 10
- Liked: 6 times
- Joined: Jul 16, 2018 6:10 am
- Full Name: Alex
- Contact:
Re: Worker deployment failed
This issue will occur for all customers who don't have this resource provider enabled in their subscriptions. For this reason I asked nielsengelen to implement the registration in Veeam itself.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Worker deployment failed
Thanks for the heads up, guys! While enabling this automatically sounds good, this will require permissions for VB to have access to other service management which I guess is not ideal. We will implement the proper validation of the missing service in our next update.
-
- Expert
- Posts: 214
- Liked: 61 times
- Joined: Feb 18, 2013 10:45 am
- Full Name: Stan G
- Contact:
Re: Worker deployment failed
Ran in to the same problem just now.
Thanks for this post with the answer.
In Azure activity log i could finally see the error.
Thanks for this post with the answer.
In Azure activity log i could finally see the error.
Installing Az powershell module and running the "Register-AzResourceProvider -ProviderNamespace Microsoft.ServiceBus" command now.The subscription is not registered to use namespace 'Microsoft.ServiceBus'. See https://aka.ms/rps-not-found for how to register subscriptions.
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Worker deployment failed
Hi Stan,
Thanks for letting us know. Please update us if it then works for you.
Thanks for letting us know. Please update us if it then works for you.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Expert
- Posts: 214
- Liked: 61 times
- Joined: Feb 18, 2013 10:45 am
- Full Name: Stan G
- Contact:
Re: Worker deployment failed
I had to wait for at least 10 minutes after the command to get it to work.
I then had different errors, about permissions on the storage account. But because of my earlier trying this and that, I decided to create a new storage account and blob container and it finally worked.
I then had different errors, about permissions on the storage account. But because of my earlier trying this and that, I decided to create a new storage account and blob container and it finally worked.
Who is online
Users browsing this forum: No registered users and 4 guests