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
Copy file name to clipboardExpand all lines: articles/site-recovery/azure-to-azure-troubleshoot-replication.md
+51-5Lines changed: 51 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,11 +74,57 @@ For Site Recovery replication to work, outbound connectivity to specific URLs or
74
74
75
75
## Error ID 153006 - No app-consistent recovery point available for the VM in the last 'XXX' minutes
76
76
77
-
To generate application consistent recovery points, Azure site recovery use VSS framework on Windows. </br>
78
77
Some of the most common issues are listed below
79
78
80
-
**Cause 1: Known issue on SQL server 2008/ 2008R2** </br>
81
-
*How to fix* : There is a known issue with SQL server 2008/2008R2. Please refer this KB article [ASR Agent or other non-component VSS backup fails for a server hosting SQL Server 2008 R2](https://support.microsoft.com/help/4504103/non-component-vss-backup-fails-for-server-hosting-sql-server-2008-r2)
79
+
#### Cause 1: Known issue on SQL server 2008/2008 R2
80
+
**How to fix** : There is a known issue with SQL server 2008/2008 R2. Please refer this KB article [Azure Site Recovery Agent or other non-component VSS backup fails for a server hosting SQL Server 2008 R2](https://support.microsoft.com/help/4504103/non-component-vss-backup-fails-for-server-hosting-sql-server-2008-r2)
82
81
83
-
**Cause 2:** Azure Site Recovery jobs fail on servers hosting **any version** of SQL Server instances with AUTO_CLOSE DBs </br>
84
-
*How to fix* : Refer Kb [article](https://support.microsoft.com/help/4504104/non-component-vss-backups-such-as-azure-site-recovery-jobs-fail-on-ser)
82
+
#### Cause 2: Azure Site Recovery jobs fail on servers hosting any version of SQL Server instances with AUTO_CLOSE DBs
83
+
**How to fix** : Refer Kb [article](https://support.microsoft.com/help/4504104/non-component-vss-backups-such-as-azure-site-recovery-jobs-fail-on-ser)
84
+
85
+
#### Cause 3: You are using Storage spaces direct configuration
86
+
**How to fix** : Azure Site Recovery cannot create application consistent recovery point for Storage spaces direct configuration. Please refer article to correctly [configure the replication policy](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-how-to-enable-replication-s2d-vms)
87
+
88
+
### More causes due to VSS related issues:
89
+
90
+
To troubleshoot further, Check the files on the source machine to get the exact error code for failure:
91
+
92
+
C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\Application Data\ApplicationPolicyLogs\vacp.log
93
+
94
+
How to locate the errors in the file?
95
+
Search for the string "vacpError" by opening the vacp.log file in an editor
96
+
97
+
Ex: vacpError:220#Following disks are in FilteringStopped state [\\.\PHYSICALDRIVE1=5, ]#220|^|224#FAILED: CheckWriterStatus().#2147754994|^|226#FAILED to revoke tags.FAILED: CheckWriterStatus().#2147754994|^|
98
+
99
+
In the above example **2147754994** is the error code that tells you about the failure as shown below
100
+
101
+
#### VSS writer is not installed - Error 2147221164
102
+
103
+
*How to fix*: To generate application consistency tag, Azure Site Recovery uses Microsoft Volume Shadow copy Service (VSS). It installs a VSS Provider for its operation to take app consistency snapshots. This VSS Provider is installed as a service. In case the VSS Provider service is not installed, the application consistency snapshot creation fails with the error id 0x80040154 "Class not registered". </br>
104
+
Refer [article for VSS writer installation troubleshooting](https://docs.microsoft.com/azure/site-recovery/vmware-azure-troubleshoot-push-install#vss-installation-failures)
105
+
106
+
#### VSS writer is disabled - Error 2147943458
107
+
108
+
**How to fix**: To generate application consistency tag, Azure Site Recovery uses Microsoft Volume Shadow copy Service (VSS). It installs a VSS Provider for its operation to take app consistency snapshots. This VSS Provider is installed as a service. In case the VSS Provider service is disabled, the application consistency snapshot creation fails with the error id "The specified service is disabled and cannot be started(0x80070422)". </br>
109
+
110
+
- If VSS is disabled,
111
+
- Verify that the startup type of the VSS Provider service is set to **Automatic**.
0 commit comments