Hi,
my Scenario:
Primary site - Hyper-V Cluster Windows Server 2012 R2
Replica site - Hyper-V Host Windows Server 2012 R2, same IP subnet
several VMs with SQL 2012 SP1 and SQL 2005/2008, SQL on same VHDs and on different VHDs (Set-VMReplication -VMName <vm-name> -EnableWriteOrderPreservationAcrossDisks 1)
VM Integration Services: 6.3.9600.16384
doing Application Consistent Recovery Points on the SQL-VMs which seems to running well...BUT if you look at the Application-Log inside the SQL-VMs I get following errror every time a Application Consistent Recovery Point is running:
SQLVDI: Loc=SignalAbort. Desc=Client initiates abort. ErrorCode=(0). Process=2644. Thread=7212. Client. Instance=. VD=Global\{3346955E-6377-4992-BA65-5DB64EFA8399}1_SQLVDIMemoryName_0
BACKUP failed to complete the command BACKUP DATABASE model. Check the backup application log for detailed messages.
BackupVirtualDeviceFile::SendFileInfoBegin: failure on backup device '{3346955E-6377-4992-BA65-5DB64EFA8399}1'. Operating system error 995(error not found).
Same error on all my SQL-VMs.
VSS Backup (within the host) of my SQL-VMs with Windows Server Backup works as expected without any Errors.
So I believe this is an Hyper-V Replica issue not an SQL issue!
I did the same tests on a completely different Hyper-V Replica Environment without Hyper-V Cluster --> same errors
any ideas....
Thanks for any replies...christian