Skip to content

Commit bc5e3f4

Browse files
Merge pull request #235910 from AbhishekMallick01/Apr-25-2023-SQL
SQL troubleshoot error addition
2 parents 511e9a1 + d067a89 commit bc5e3f4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/backup/backup-sql-server-azure-troubleshoot.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot SQL Server database backup
33
description: Troubleshooting information for backing up SQL Server databases running on Azure VMs with Azure Backup.
44
ms.topic: troubleshooting
5-
ms.date: 03/29/2023
5+
ms.date: 05/08/2023
66
ms.service: backup
77
ms.custom: engagement-fy23
88
author: jyothisuri
@@ -234,6 +234,15 @@ The VM is not able to contact Azure Backup service due to internet connectivity
234234
| --- | --- | --- |
235235
| Backup of databases participating in a database mirroring session is not supported by AzureWorkloadBackup. | When you've the mirrioring operation enabled on a SQL database, this error appears. Currently, Azure Backup doesn't support databases with this feature enabled. | You can remove the database mirroring session of the database for the operation to complete successfully. Alternatively, if the database is already protected, do *Stop backup* operation on the database. |
236236

237+
### UserErrorWindowsWLExtFailedToStartPluginService
238+
239+
| Error message | Possible cause | Recommendation |
240+
| --- | --- | --- |
241+
| Operation failing with `UserErrorWindowsWLExtFailedToStartPluginService` error. | Azure Backup workload extension is unable to start the workload backup plugin service on the Azure Virtual Machine due to service account misconfiguration. | **Step 1** <br><br> Verify if **NT Service\AzureWLBackupPluginSvc** user has **Read** permissions on: <br> - C:\windows\Microsoft.NET \assembly\GAC_32 <br> - C:\windows\Microsoft.NET \assembly\GAC_64 <br> - C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config. <br><br> If the permissions are missing, assign **Read** permissions on these directories. <br><br> **Step 2** <br><br> Verify if **NT Service\AzureWLBackupPluginSvc** has the **Bypass traverse chekcing** rights by going to **Local Security Policy** > **User Right Assignment** > **Bypass traverse checking**. **Everyone** must be selected by default. <br><br> If **Everyone** and **NT Service\AzureWLBackupPluginSvc** are missing, add **NT Service\AzureWLBackupPluginSvc** user, and then try to restart the service or trigger a backup or restore operation for a datasource. |
242+
243+
244+
245+
237246
## Re-registration failures
238247

239248
Check for one or more of the following symptoms before you trigger the re-register operation:

0 commit comments

Comments
 (0)