I am using VEEAM to back up VM’s on a 5.1C ESXI cluster. I have a VM that has AD running on a 2008 R2 SP1 server. I’m trying to set up a SureBackup job to test the VM backup (and to restore AD objects). There are no dependencies with this VM so it is a simple test. The VM is only a few days old and has AD/DNS services on it. I ran backups of the VM as a test with VEEAM B&R v7 patch #1. I created a dedicated SureBackup job to test those backups and it worked fine (but I had a separate issue with restoring AD objects which is what I was working on). B&R v7 patch 2 came out and I install it on the VEEAM server (hoping it would fix my AD restore issue). Instead, the latest patch broke the SureBackup job. The SureBackup job completed successfully with patch #1 but now fails with patch #2. I’ve tried reinstalling patch #2 but no luck. I’ve tried using the SureBackup job to test a different restore point (both patch #1 and patch #2 restore points, full and incremental) but got the same results. I can successfully restore Windows OS files from backups of this VM that were created when either patch #1 or patch #2 were installed. Since installing patch #2, whenever I run the SureBackup job, I am seeing SideBySide errors in my Windows application event log that weren’t there with patch #1 (during the Configuring DC step of the SureBackup job).
The SureBackup job info is:
Code: Select all
11/15/2013 7:38:50 AM Publishing
11/15/2013 7:38:38 AM Backup point: created at 11/12/2013 2:10:48 PM, type full
11/15/2013 7:38:48 AM Backup repository: Backup Repository (type windows server, server This server, mount server This server)
11/15/2013 7:38:48 AM Virtual resources: host <removed>, datastore <removed>, VM <removed>
11/15/2013 7:38:48 AM Virtual lab: <removed>
11/15/2013 7:38:48 AM VM: <removed> (application group, 4096 MB vRAM)
11/15/2013 7:38:49 AM OS: Microsoft Windows Server 2008 R2 (64-bit)
11/15/2013 7:38:49 AM Network adapter 1: MAC '<removed>', type 'vpx', network 'unknown'
11/15/2013 7:38:49 AM Assigned roles: dns server, domain controller, global catalog
11/15/2013 7:38:49 AM Maximum boot time: 600 second(s)
11/15/2013 7:38:49 AM Application initialization: 180 sec
11/15/2013 7:38:49 AM Heartbeat test: enabled
11/15/2013 7:38:49 AM Ping test: enabled
11/15/2013 7:38:49 AM Script tests: enabled, 3 tests
11/15/2013 7:38:49 AM Backup file validation: disabled
11/15/2013 7:38:59 AM Reconfiguring
11/15/2013 7:38:59 AM Network 1: production '<removed>', isolated '<removed>', mapped
11/15/2013 7:38:59 AM Results: 1/1 network(s) mapped, 0 unmapped
11/15/2013 7:38:59 AM Summary: 100% total pass rate
11/15/2013 7:39:04 AM Registering
11/15/2013 7:39:56 AM Error Configuring DC
11/15/2013 7:39:56 AM Error Error: Client error: Failed to open VDDK disk [[<removed>] <removed>.vmdk] ( is read-only mode - [false] )
Dynamic library cannot be loaded. Path to library: [C:\Program Files (x86)\Veeam\Backup Transport\x64\vddk_5_5\vixDiskLib.dll].
Failed to initialize VDDK library. Installation folder: [].
Logon attempt with parameters [VC/ESX: [<removed>];Port: 443;Login: [****];VMX Spec: [moref=vm-2611];Snapshot mor: [];Transports: [nbd];Rea
11/15/2013 7:39:57 AM Unregistering
11/15/2013 7:40:00 AM Cleaning up redo logs
11/15/2013 7:40:01 AM Unpublishing
11/15/2013 7:40:01 AM Task finished
Code: Select all
Log Name: Application
Source: SideBySide
Date: 11/15/2013 7:39:05 AM
Event ID: 33
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: <removed>
Description:
Activation context generation failed for "C:\Program Files (x86)\Veeam\Backup Transport\x64\vddk_5_5\vixDiskLib.dll". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="amd64",publicKeyToken="<removed>",type="win32",version="9.0.30729.4148" could not be found. Please use sxstrace.exe for detailed diagnosis.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="SideBySide" />
<EventID Qualifiers="49409">33</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-11-15T12:39:05.000000000Z" />
<EventRecordID>5526</EventRecordID>
<Channel>Application</Channel>
<Computer><removed></Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.VC90.CRT,processorArchitecture="amd64",publicKeyToken="<removed>",type="win32",version="9.0.30729.4148"</Data>
<Data>
</Data>
<…these DATA sections repeat but I truncated it down to save space…>
<Data>
</Data>
<Data>C:\Program Files (x86)\Veeam\Backup Transport\x64\vddk_5_5\vixDiskLib.dll</Data>
<Data>
</Data>
<…these DATA sections repeat again but I truncated it down to save space…>
<Data>
</Data>
</EventData>
</Event>