Backup Fehlerdiagnose/en: Unterschied zwischen den Versionen

Aus TERRA CLOUD WIKI
Die Seite wurde neu angelegt: „'''Error image:'''<br> The agent setup hangs and a window appears saying “Agent Upgrade Utility has stopped working”. <br> As soon as you click on “Close program”, a MAPI job upgrade window opens.<br> <br> border|600px<br> <br> border|600px<br> <br> '''Solution:'''<br> Please run the setup again and stop at the first step.<br> <br> Then download the following .zip file:<br> [https://d…“
Keine Bearbeitungszusammenfassung
 
(246 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
== '''VSS-Troubleshooting Guide''' ==
<languages/>
== '''VSS-Troubleshooting Guide''' ==  


'''Error image:''' <br>
'''Symptom:'''<br>
The backup is aborted or completes with errors. VSS errors/errors are displayed in the logs (e.g. VSS -E-05408 or VSS -E-05591). <br>
The backup is aborted or completes with errors. VSS errors appear in the logs (e.g., VSS-E-05408 or VSS-E-05591).<br>
VSS errors can come in many different forms.
VSS errors can manifest in various ways.<br>
'''Possible causes:''' <br>
<br>
The VSS providers are used by another process (additional backup software, additional backup jobs). The VSS providers are not fully available or are defective.
'''Possible causes:'''
The agent requires functional VSS providers. We rely 100% on Microsoft VSS - ours
*The VSS components (writer or provider) are being used by another process (e.g., other backup software, concurrent backup jobs).
Agent does not come with its own VSS providers. If there are problems with Microsoft VSS, it may be
*The VSS components are not fully installed, are corrupted, or are in an inconsistent state.
errors come.
Note:<br>
'''Recommendation for action:''' <br>
Our backup agent uses only Microsoft VSS components. The agent does not include its own VSS components.<br>
1. Check the schedule. It is not possible to start multiple backup jobs on the system at the same time because the VSS components then compete. <br>
If issues arise within Microsoft VSS, corresponding errors will occur.<br>
2. Restart the server once. A reboot often helps to solve VSS problems. <br>
<br>
3. Install all available Windows updates. <br>
'''Recommended troubleshooting steps:'''<br>
4. Additional storage is required for VSS snapshots. Check whether you have enough free memory on the system (at least 25 GB). <br>
<br>
5. Disable third-party backup software (Acronis, Backup Exec, etc.). <br>
1. '''Restart the server'''<br>
6. The shadow storage size limit should be adjusted. Run the following command per existing volume: <br>
A restart often resolves temporary VSS issues.<br>
:''vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB'' <br>
<br>
:''Example:'' <br>
2. '''Install Windows updates'''<br>
:''vssadmin resize shadowstorage /for=c: /on=c: /maxsize=10GB'' <br>
Install all available updates, as they may contain fixes for VSS issues.<br>
:''vssadmin resize shadowstorage /for=d: /on=d: /maxsize=10GB'' <br>
<br>
7. Delete old VSS snapshots using the command: <br>
3. '''Check free disk space'''<br>
:''vssadmin delete shadows /all''
At least 15% free space per volume is required for VSS snapshots.<br>
8. Check the status of the existing VSS writers and providers:<br>
<br>
:"vssadmin list writers" and "vssadmin list providers"<br>
4. '''Stagger or disable other backup software'''<br>
:If there are any errors, they should be corrected. For this you can e.g. B. Conduct online research.<br>
Ensure that backups from other software (e.g., Acronis, Backup Exec, Windows Server Backup) run at times clearly separated from our backup process.<br>
9. Check the Windows Event Log. Check for errors that occur at the time of backup.
Alternatively, disable third-party backup software for testing purposes.<br>
:It often helps to search the internet for the event ID of the error to get a clue as to the actual cause of the error.
<br>
10a. If you have configured a file-based BMR job:
5. '''Check backup schedule'''<br>
:Install the Image Plugin and create an image-based BMR job. Test whether the behavior also occurs with this.
Ensure that multiple backup jobs do not run simultaneously, as parallel jobs compete for VSS components.<br>
10b. If you have configured an image-based BMR job: Create a file-based BMR job.
<br>
:
6. '''Adjust shadow storage size limit'''<br>
11. Create VSS snapshot manually:
Only modify the shadow storage if you are certain that other software (e.g., Windows Server Backup) does not rely on VSS:<br>
:On Windows Server operating systems, a VSS snapshot can be created using PowerShell. We recommend testing this if you have VSS problems.
<br>
:You can create a snapshot manually using the following command:
'''vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB'''<br>
:''vssadmin create shadow /for=C:''
<br>
:As an example, we have created a snapshot for C: If this is not possible, there are fundamental VSS problems on the system that are not caused by the TERRA CLOUD Backup Agent.
Example:
<font color="red">Please note that a successful shadow copy of the C: volume does not reflect that there are no VSS issues. For a BMR backup, all existing VSS writers must be functional, while for a volume or file & folder backup not all existing VSS writers are addressed!</font>
vssadmin resize shadowstorage /for=C: /on=C: /maxsize=10GB
<br>
vssadmin resize shadowstorage /for=D: /on=D: /maxsize=10GB
7. '''Delete old VSS snapshots'''<br>
<span style="color:red;">Only delete old VSS snapshots if they are not required by other services:</span>
vssadmin delete shadows /all
8. '''Check VSS writer status'''<br>
Check whether all relevant writers are present (the "System Writer" is occasionally missing) and whether the status for each is "Stable - Last error: No error":
<br>
vssadmin list writers
If errors are displayed, check the event logs (see step 9) specifically for these writer names.<br>
<br>
9. '''Analyze Windows Event Log'''<br>
Examine the Windows Event Log (Event Viewer → Windows Logs → Application and System), focusing on the time period when the backup failure occurred. Search online for the Event IDs found to obtain specific information regarding the cause of the error.<br>
<br>
10. '''Vary backup type (BMR job)'''<br>
- If a file-level job is currently being used:<br>
Try an image-level job as an alternative. The image plugin is required for this. If the option is missing, install the plugin subsequently via the setup.<br>
<br>
- If an image-level job is currently being used:<br>
Try a file-level job as an alternative.<br>
<br>
11. '''Manually create a VSS snapshot (diagnostic test)'''<br>
On Windows Server operating systems, it is recommended to manually create a VSS snapshot for diagnostic purposes when troubleshooting VSS issues:<br>
vssadmin create shadow /for=C:
If this snapshot cannot be created successfully, it indicates fundamental system-level VSS issues that were not caused by the TERRA CLOUD Backup Agent.<br>
<br>
<span style="color:red;">
'''Note:'''<br>
Successful snapshot creation does not guarantee the absence of VSS issues.<br>
A full BMR backup requires all VSS writers to be functional, whereas volume or file & folder backups do not involve all writers.<br>
Consequently, existing issues may go undetected in such cases.
</span>
<span id="VSS_grafische_Oberfläche"></span>
<span id="VSS_grafische_Oberfläche"></span>
=== VSS graphical interface ===
=== VSS graphical interface ===


In addition to accessing via PowerShell, you can also access the Microsoft Shadow Copy Service via a graphical interface. <br>
On Windows Server, you can access the Microsoft Shadow Copy Service via a graphical interface in addition to using PowerShell. <br>
Using this interface you can e.g. b.
Using this interface, you can, for example:
# Configure the shadow storage on which the shadow copies are stored (e.g. define the size)
# Configure the shadow storage where shadow copies are stored (e.g., define the size)
# Create shadow copies manually, for example to check how it works
# Manually create shadow copies to verify functionality, for instance
Via the properties of a volume, you can access the graphical interface via the "Shadow Copies" tab:
You can access the graphical interface via the "Shadow Copies" tab in the volume properties:
[[File:VSS GUI.jpg|framed|ohne]]
[[Datei:VSS GUI.jpg|gerahmt|ohne]]
<br>
<span id="Exklusion_des_Hyper-V_VSS_Writers"></span>
<span id="Exklusion_des_Hyper-V_VSS_Writers"></span>
=== Hyper-V VSS Writer exclusion ===
=== Hyper-V VSS Writer exclusion ===


'''Error image:''' <br>
'''Symptom:''' <br>
Backup jobs with the BMR option fail due to Microsoft VSS error messages on a Hyper-V host. <br>
Backup jobs with the "BMR" option enabled fail on a Hyper-V host due to Microsoft VSS error messages. <br>
<br>
'''Problem:''' <br>
'''Problem:''' <br>
Only the system partition on a physical Windows server ("host") with the Hyper-V role activated is backed up. <br>
Only the system partition of a physical Windows Server ("host") with the Hyper-V role enabled is being backed up. <br>
The virtual machines (located on a different partition) are explicitly backed up using the agent. <br>
The virtual machines (located on a different partition) are explicitly excluded from the job. <br>
During the backup of drive C:, the backup agent on the HOST also puts the VMs in the "Backup in progress" state, i.e. activates a VSS functionality. <br>
During the backup of drive C:, the backup agent on the host also places the VMs into a "backup in progress" state—meaning it activates VSS functionality. <br>
<br>
<br>
'''Cause:'''<br>
'''Cause:'''<br>
The backup agent only triggers the Microsoft VSS provider to put the system itself (not "just" what was included) into a consistent state. <br>
The backup agent merely triggers the Microsoft VSS provider to place the system itself (not "just" the included data) into a consistent state. <br>
At the time the snapshot is created, the operating system does not "know" that actually only C is affected.<br>
At the time the snapshot is created, the operating system does not "know" that only drive C is actually affected.<br>
Only the agent reads, compresses, encrypts and transfers from the VSS snapshot only the data included in the job.<br>
It is only during the subsequent processing that the agent reads, compresses, encrypts, and transfers—from the VSS snapshot—only the data included in the job.<br>
According to current knowledge, the Hyper-V VSS Writer is responsible for the behavior described.<br>
Based on current information, the Hyper-V VSS writer is responsible for this behavior.<br>
<br>
<br>
'''Solution:'''<br>
'''Solution:'''<br>
A BMR backup of the Hyper-V host is not recommended; you can find a separate article about it at: [[Backup_Fehlerdiagnose#BMR_Sicherung_eines_Hyper-V_Hosts|Backup of a Hyper-V Host]].
Performing a BMR backup of the Hyper-V host is not recommended; you can find a dedicated article on this topic here: [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#BMR_backup_of_a_Hyper-V_host Backing up a Hyper-V host].<br>
If you still want to back up the C partition, we ask you to exclude the Hyper-V VSS Writer from the backup:<br>
If you still wish to back up the C partition, please exclude the Hyper-V VSS writer from the backup:<br>
'''Hyper-V VSS Writer exclusion instructions:'''<br>
1.) Stop the TERRA CLOUD Backup agent services using Powershell:<br>
''Get-Service -DisplayName "TERRA Cloud Backup*" | Stop service'' <br>
2.) You will find the job configuration files (<job name>.vvc)<br> in the installation directory
<br>
<br>
'''Instructions for excluding the Hyper-V VSS writer:'''<br>
'''1.''' Stop the TERRA CLOUD Backup agent services using PowerShell:
''Get-Service -DisplayName "TERRA Cloud Backup*" | Stop-Service''</code>
'''2.''' You will find the job configuration files (<JobName>.vvc) in the installation directory.<br>
Example:<br>
Example:<br>
*"BMR.vvc".<br>
*"BMR.vvc".<br>
Create a copy of the job file, e.g., named "BMR.vvc.backup".<br>
Edit the job file "BMR.vvc" and add the following section to the end:
''VSSWriterBackup001 {''
''Name = Microsoft Hyper-V VSS Writer''
''InstName =''
''ID = 66841cd4-6ded-4f4b-8f17-fd23f8ddc3de''
''Include = ".\*"''
''Options = 4''
''}''
If a cluster is involved, there is likely also a writer for the Cluster Shared Volumes on the system (you can identify this using `vssadmin list writers`). <br>
If this is the case, this writer should also be excluded:
''VSSWriterBackup002 {''
''Name = Cluster Shared Volume VSS Writer''
''InstName =''
''ID = 1072ae1c-e5a7-4ea1-9e4a-6f7964656570''
''Include = ".\*"''
''Options = 4''
''}''
'''3.''' Start the TERRA CLOUD Backup Agent services using PowerShell:
''Get-Service -DisplayName "TERRA Cloud Backup*" | Start-Service''
'''4.''' Run a backup <br>
<br>
<br>
Create a copy of the job file, e.g. named "BMR.vvc.backup"<br>
'''5.''' If the backup was unsuccessful or the problem persists, please restore the previously saved job configuration file.<br>
<br>
Edit the job file "BMR.vvc" and add the following part to the end:<br>
''VSSWriterBackup001 {''<br>
''Name = Microsoft Hyper-V VSS Writer''<br>
''InstName =''<br>
''ID = 66841cd4-6ded-4f4b-8f17-fd23f8ddc3de''<br>
''Include = ".\*"''<br>
''Options = 4''<br>
''}''
<br>
If it is a cluster, there is certainly a writer for the cluster shared volumes in the system (you can find out via vssadmin list writers). <br>
If this is the case, this writer should also be excluded:<br>
<br>
<br>
''VSSWriterBackup002 {''<br>
''Name = Cluster Shared Volume VSS Writer''<br>
''InstName =''<br>
''ID = 1072ae1c-e5a7-4ea1-9e4a-6f7964656570''<br>
''Include = ".\*"''<br>
''Options = 4''<br>
''}''<br>
<br>
3.) Start the TERRA CLOUD backup agent services using Powershell:<br>
''Get-Service -DisplayName "TERRA Cloud Backup*" | Start service''<br>
<br>
4.) Run a backup <br>
<br>
5.) If the backup could not be carried out successfully or the problem still occurs, please re-import the previously saved job configuration file.<br>
<br/>
<span id="VSS_-E-05600_-_System_Writer_fehlt_-_BMR_nicht_verfügbar"></span>
<span id="VSS_-E-05600_-_System_Writer_fehlt_-_BMR_nicht_verfügbar"></span>
=== VSS -E-05600 - System Writer missing - BMR not available ===
=== VSS -E-05600 - System Writer missing - BMR not available ===


'''Error image:'''
'''Error Symptom:'''<br>
You receive the following error message in the log file:
You receive the following error message in the log file:<br>
''VSS -E-05600 System Writer Components - No Prescribed Writer Present (Writer ID E8132975-6F93-4464-A53E-1050253AE220)''
''VSS -E-05600 System Writer components – required writer missing (Writer ID E8132975-6F93-4464-A53E-1050253AE220)''<br>
Additionally in your backup job in the backup selection that BMR is not available:
<br>
[[File:BMR ist nicht verfügbar.png|framed|none]]
Additionally, BMR is unavailable in the backup selection of your backup job:
[[Datei:BMR ist nicht verfügbar.png|framed|none]]
The Microsoft VSS System Writer also does not appear in the list of writers. <br>
The Microsoft VSS System Writer also does not appear in the list of writers. <br>
You can display the VSS Writers either in PowerShell or in the CMD with the following command: <br>
You can view the VSS writers using either PowerShell or CMD with the following command:
''vssadmin list writers''
''vssadmin list writers''
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The causes of a missing system writer can be very different, so each case must be considered individually. <br>
The causes for a missing System Writer can vary widely; therefore, each case must be examined individually. <br>
Please note that a '''functional''' Microsoft VSS service is the basis for all application-consistent backups via TERRA CLOUD Backup. <br>
Please note that a '''functional''' Microsoft VSS service is a prerequisite for all application-consistent backups via TERRA CLOUD Backup. <br>
This error is basically a problem with the operating system itself and not with the backup agent. <br>
Fundamentally, this error symptom is an issue with the operating system itself, not with the backup agent. <br>
'''Recommendations for action:''' <br>
<br>
Before you start troubleshooting the System VSS Writer, it is recommended to check the recommendation for action in the following article: [https://wiki.terracloud.de/index.php/Backup_Errdiagnose#eine_netzwerkfreigabe_sorge_daf.C3.BCr.2C_dass_ein_BMR_Job_treibschl.C3. A4gt A network share causes a BMR job to fail] <br>
'''Recommended actions:''' <br>
Before you begin troubleshooting the System VSS Writer, it is advisable to check the recommendations in the following article:<br>
[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#A_network_share_causes_a_BMR_job_to_fail A network share causes a BMR job to fail] <br>
<br>
<br>
Alternatively, here are our recommended troubleshooting steps: <br>
Alternatively, here are our recommended troubleshooting steps: <br>
* Please reboot the system and check the status of the VSS writers (vssadmin list writers) present on the system
* Please restart the system and check the status of the VSS writers present on the system (using the command `vssadmin list writers`)
* If the writer is still not available, please check the Windows Event Logs for existing entries at the time of the backup attempt
* If the writer is still missing, please check the Windows Event Logs for entries corresponding to the time the backup was attempted
* If there are entries here, we recommend conducting an online search for the event IDs
* If such entries exist, it is advisable to search online for information regarding the specific Event IDs
'''Recommended Microsoft contribution to this error image:''' <br>
'''Recommended Microsoft article regarding this issue:''' <br>
[https://docs.microsoft.com/en-us/archive/blogs/ntdebugging/missing-system-writer-case-explained Missing System Writer Case Explained]
[https://docs.microsoft.com/en-us/archive/blogs/ntdebugging/missing-system-writer-case-explained Missing System Writer Case Explained]
<br>
<span id="Microsoft_Fehlercode_0x80070018_in_Verbindung_mit_einem_fehlenden_System_Writer"></span>
<span id="Microsoft_Fehlercode_0x80070018_in_Verbindung_mit_einem_fehlenden_System_Writer"></span>
==== Microsoft error code 0x80070018 in connection with a missing system writer ====
==== Microsoft error code 0x80070018 in connection with a missing system writer ====


'''Error image:''' <br>
'''Error image:''' <br>
You will find the error code 0x80070018 VSS Error XML document is too long in the Windows Application Logs.
You will find the error code:<br>
''0x80070018 VSS Error XML document is too long in the Windows Application Logs.<br>
<br>
'''Recommendation for action:''' <br>
'''Recommendation for action:''' <br>
Please check the following article from Microsoft regarding this error:
Please check the following article from Microsoft regarding this error:<br>
[https://support.microsoft.com/en-us/help/3098315/vss-error-xml-document-is-too-long-hr-0x80070018-error-when-you-perfor VSS Error XML document is too long]
[https://support.microsoft.com/en-us/help/3098315/vss-error-xml-document-is-too-long-hr-0x80070018-error-when-you-perfor VSS Error XML document is too long]<br>
'''A notice:'''
<br>
The System Writer is part of the operating system, so we can only give you recommendations. Please contact Microsoft Support to resolve the issue.<br>
'''A notice:'''<br>
The System Writer is part of the operating system, so we can only give you recommendations.<br>
Please contact Microsoft Support to resolve the issue.<br>
<br>
<span id="Eine_Netzwerkfreigabe_sorgt_dafür,_dass_ein_BMR_Job_fehlschlägt"></span>
<span id="Eine_Netzwerkfreigabe_sorgt_dafür,_dass_ein_BMR_Job_fehlschlägt"></span>
=== A network share causes a BMR job to fail ===
=== A network share causes a BMR job to fail ===


'''A possible error when processing a BMR job:''' <br>
'''A possible error scenario when processing a BMR job:''' <br>
[[File:Bmrnichtverfuegbar.png|border|BMR option]]
<br>
'''A possible error message in the log file of a BMR job:''' <br>
[[File:Bmrnichtverfuegbar.png|border|BMR option]]<br>
''VSS -W-08381 Writer System Writer: <STABLE> <FAILED_AT_PREPARE_SNAPSHOT(0x800423f0 - VSS_E_WRITERERROR_INCONSISTENTSNAPSHOT)> <FAILED_AT_PREPARE_SNAPSHOT(0x800423f0 - VSS_E_WRITERERROR_INCONSISTENTSNAPSHOT)>''
<br>
'''A possible error message in the log file of an image backup job:''' <br>
'''A possible error message in the BMR job log file:''' <br>
''SV -E-09487 GetVolumeInformationW function failed for \\'''NETWORK SHARE'''\ (Operating system error: The syntax for the file name, directory name, or volume label is incorrect.)''
''VSS -W-08381     Writer System Writer:                 <STABLE> <FAILED_AT_PREPARE_SNAPSHOT(0x800423f0 - VSS_E_WRITERERROR_INCONSISTENTSNAPSHOT)> <FAILED_AT_PREPARE_SNAPSHOT(0x800423f0 - VSS_E_WRITERERROR_INCONSISTENTSNAPSHOT)>''<br>
'''Recommendation for action:''' <br>
<br>
The System Writer (VSS) responsible for a BMR backup cannot handle network paths. Therefore, you should find out which system-relevant component points to a network path. <br>
'''A possible error message in the Image & File log file:''' <br>
This is often a service of the affected system. <br>
''SV -E-09487 GetVolumeInformationW function failed for \\'''NETWORK_SHARE'''\ (Operating system error: The syntax for the file name, directory name, or volume label is incorrect.)''<br>
You can check whether an existing service points to a network path using the following PowerShell command: <br>
<br>
''Get-WmiObject win32_service | select Name, PathName'' <br>
'''Recommended action:''' <br>
'''If a \\path\ can be seen under the PathName output, a problematic reference exists.''' <br>
The System Writer (VSS) responsible for a BMR backup cannot handle network paths. Therefore, you should identify which system-relevant component is pointing to a network path. <br>
The following options remain: <br>
This is often a service on the affected system. <br>
1) You ensure that the affected service points to a local path. For this purpose, our specialist dealers have usually contacted the software manufacturer of the affected service. <br>
You can use the following PowerShell command to check if an existing service points to a network path: <br>
2) You remove the affected service so that a BMR backup is possible again. <br>
''Get-WmiObject win32_service | select Name, PathName''
3) You change the backup set from a BMR backup to a backup of individual files/folders or volumes.
'''If a \\Path\ is visible in the PathName output, a problematic reference exists.''' <br>
'''If no \\path\ is visible under the PathName output, it is recommended to also check the details of the Microsoft VSS Writer for network paths.''' <br>
The following options are available: <br>
Instructions on how to read these details can be found in the following article: <br>
'''1.''' Ensure that the affected service points to a local path. Our specialist dealers have usually contacted the software manufacturer of the affected service regarding this. <br>
[[Backup_Fehlerdiagnose#Details_der_Microsoft_VSS_Writer_auslesen|Read out details of the Microsoft VSS Writer]]
'''2.''' Remove the affected service so that a BMR backup becomes possible again. <br>
<br />
'''3.''' Change the backup set from a BMR backup to a backup of individual files/folders or volumes.<br>
<br>
'''If no \\Path\ is visible in the PathName output, it is recommended to also check the Microsoft VSS Writer details for network paths.''' <br>
Instructions on how to retrieve these details can be found in the following article: <br>
[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#Read_details_of_the_Microsoft_VSS_Writer Retrieving Microsoft VSS Writer details]<br>
<br>
<span id="DISK-E-04205_-_Fehler_beim_Suchen_nach_Datei_GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\windows\\systemroot\system32\drivers\*"></span>
<span id="DISK-E-04205_-_Fehler_beim_Suchen_nach_Datei_GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\windows\\systemroot\system32\drivers\*"></span>
=== DISK-E-04205 - Error searching for file GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\windows\\systemroot\system32\drivers\* ===
=== DISK-E-04205 - Error searching for file GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\windows\\systemroot\system32\drivers\* ===


'''Error image:''' <br>
'''Error Symptom:''' <br>
DISK-E-04205 Error searching for file GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\windows\\systemroot\system32\drivers\%NAME% <br>
DISK-E-04205 Error searching for file GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\windows\\systemroot\system32\drivers\%NAME% <br>
DISK-E-04101 Operating system message: The syntax for the file name, directory name, or volume label is incorrect. <br>
DISK-E-04101 Operating system message: The syntax for the file name, directory name, or volume label is incorrect. <br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The entry or reference in the registry indicates a non-existent or incorrect path.
The registry entry or reference points to a non-existent or incorrect path.<br>
'''Solution approach:''' <br>
<br>
The path in the registry must be adjusted; you can find the relevant reference at:<br>
'''Solution:''' <br>
Computer\HKEY_Local_Machine\System\CurrentControlSet\Services\%FILE NAME ERROR MESSAGE%<br>
The path in the registry needs to be adjusted; you can find the relevant reference here:<br>
We recommend that you export the corresponding entry before making changes to the registry.<br>
'''Computer\HKEY_Local_Machine\System\CurrentControlSet\Services\%FILENAME_FROM_ERROR_MESSAGE%'''<br>
An adjustment to the following entry is often sufficient; you may have to check the existing path and adapt the entry specifically:
<br>
%systemroot%\system32\DRIVERS\%FILE NAME ERROR MESSAGE%.sys
We recommend exporting the relevant entry before making any changes to the registry.<br>
After the entry has been adjusted, the system must be restarted to apply the change.
Often, adjusting the entry to the following path is sufficient; however, you may need to verify the existing path and customize the entry accordingly:<br>
'''%systemroot%\system32\DRIVERS\%FILENAME_FROM_ERROR_MESSAGE%.sys'''<br>
<br>
After the entry has been adjusted, the system must be restarted to apply the change.<br>
<br>
<span id="VSS_-E-05658_VsscBackup::createSnapshotMap_2_interner_Fehler"></span>
<span id="VSS_-E-05658_VsscBackup::createSnapshotMap_2_interner_Fehler"></span>
=== VSS -E-05658 VsscBackup::createSnapshotMap 2 internal error ===
=== VSS -E-05658 VsscBackup::createSnapshotMap 2 internal error ===


'''Error image:'''<br>
'''Error Symptom:'''<br>
You get the following error in the log file:
You encounter the following error symptoms in the log file:<br>
''VSS -W-05408 Error adding volume to snapshot set: Volume <\\?\Volume{'''GUID'''}\> <\\?\Volume{'''GUID'''}\> (OS Error: 0x8004230c VSS_E_VOLUME_NOT_SUPPORTED)'' <br>
''VSS -W-05408 Error adding volume to snapshot set: Volume <\\?\Volume{'''GUID'''}\> <\\?\Volume{'''GUID'''}\> (OS error: 0x8004230c   VSS_E_VOLUME_NOT_SUPPORTED)'' <br>
''VSS -E-05658 VsscBackup::createSnapshotMap 2 internal error'' <br>
''VSS -E-05658 VsscBackup::createSnapshotMap 2 internal error'' <br>
''SV -E-09487 GetVolumeInformationW function failed for Volume{'''GUID'''} (OS error: The device is not ready)'' <br>
''SV -E-09487 GetVolumeInformationW function failed for Volume{'''GUID'''} (OS error: The device is not ready)'' <br>
<br>
'''Cause:'''<br>
'''Cause:'''<br>
The Microsoft VSS service cannot create a snapshot for the volume in question because the volume (e.g. a USB stick) is not supported.
The Microsoft VSS service cannot create a snapshot for the volume in question because the volume (e.g., a USB drive) is not supported.<br>
This can be caused, for example, by the "Entire Server" option in the backup set of a file-based backup job, as volumes for which VSS snapshots cannot be created are included in the backup. In this case, please remove the option from the backup set and add the volumes to be backed up individually.
This can be caused, for example, by the "Entire Server" option in the backup set of a file-based backup job, as volumes are included in the backup<br>for which VSS snapshots cannot be created.<br>In this case, please remove the option from the backup set and add the volumes to be backed up individually.<br>
<font color="red">The error regarding the "Entire Server" option in connection with a file-based job has already been forwarded to the software manufacturer.</font>
<font color="red">The issue regarding the "Entire Server" option in conjunction with a file-based job has already been reported to the software manufacturer.</font><br>
'''Recommendation for action:'''<br>
<br>
Please check which volume it is using the GUID. You can use the following PowerShell script:
'''Recommended Action:'''<br>
''Write-host "Please enter the GUID of the volume (the contents of the curly brackets)" <br>
Please use the GUID to identify the specific volume involved. You can use the following PowerShell script for this purpose:<br>
''$GUID = ReadHost'' <br>
''Write-host (Please enter the volume GUID (the content within the curly braces))
''$pattern = "\\?\Volume{GUID}\"'' <br>
''$GUID = Read-Host''
''$pattern = $pattern.Replace("GUID", $GUID)'' <br>
''$pattern = "\\?\Volume{GUID}\"''
''Get-Volume -UniqueId $pattern | Select-Object -Property UniqueId,FileSystemLabel,DriveLetter | Out-GridView'' <br>
''$pattern = $pattern.Replace("GUID", $GUID)''
<span id="DISK-W-08197_Datei_kann_nicht_auf_Hardlinks_geprüft_werden_(Windows\System32\LogFiles\Sum\无ǽ)"></span>
''Get-Volume -UniqueId $pattern | Select-Object -Property UniqueId,FileSystemLabel,DriveLetter | Out GridView''
=== DISK-W-08197 Cannot check file for hard links (Windows\System32\LogFiles\Sum\无ǽ) ===
<span id="DISK-W-08197_Datei_kann_nicht_auf_Hardlinks_geprüft_werden_(Verweis_auf_Ordner_oder_Datei_mit_chinesischen_Symbolen/Sonderzeichen)"></span>
=== DISK-W-08197 File cannot be checked for hard links (reference to folder or file with Chinese symbols/special characters) ===


'''Error image:'''<br>
'''Error Scenario:'''<br>
You will receive the following warning message in the log file:
Two paths are currently known to trigger this warning in the log file: <br>
"Unable to check file for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy14\Windows\System32\LogFiles\Sum\无ǽ (OS error (0x2): The system cannot find the specified file)" <br>
#"File cannot be checked for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\'''Windows\System32\LogFiles\Sum\无ǽ (OS error (0x2)''': The system cannot find the file specified)" <br>
# "File cannot be checked for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\'''Windows\SysWOW64\诨S 萏Ì (OS error (0x2)''': The system cannot find the file specified."<br>
'''Cause:'''<br>
'''Cause:'''<br>
The operating system cannot check the listed file for hard links due to the special characters. <br>
The operating system cannot check the listed file(s) for hard links due to the presence of Chinese characters or special characters. <br>
'''Solution:'''<br>
<br>
These are standard files of a Microsoft installation that are not relevant to the function of the server.<br>
'''Recommended Action:'''<br>
This means you can delete the \Sum folder (Windows\System32\LogFiles\Sum\) without any problems.<br>
Please check the [https://wiki.terracloud.de/index.php/Backup/en#Advanced_Agent_Configuration advanced agent configuration] for the affected agent to see if the option "Log error and continue backup" is selected.<br>
Afterwards, the error will no longer appear in the log file and the backup will run successfully again.<br>
Change the setting if "Log error and terminate backup" is currently selected.<br>
<br />
Then, run the backup job again and verify the created safeset by performing a restore test.<br>
The restore test will indicate whether the aforementioned files are required for a functional system, as they are not included in the backup.<br>
After this verification, you can delete the files from the production system. <br>
<br>
=== FAILED_AT_FREEZE - VSS_E_WRITERERROR_TIMEOUT)> 0x800423f2 ===
=== FAILED_AT_FREEZE - VSS_E_WRITERERROR_TIMEOUT)> 0x800423f2 ===


'''Error image:''' <br>
'''Error Symptom:''' <br>
You receive the following error message in the log file:
You receive the following error message in the log file:<br>
''FAILED_AT_FREEZE(0x800423f2 -VSS_E_WRITERROR_TIMEOUT)''
''FAILED_AT_FREEZE(0x800423f2 -VSS_E_WRITERERROR_TIMEOUT)''<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
A VSS writer times out trying to bring his application into a consistent state. One reason for this can be performance problems with the system. <br>
A VSS writer times out while attempting to bring its application into a consistent state.<br>
'''Recommendation for action:'''
System performance issues can be a cause of this.<br>
Please follow the usual steps for resolving VSS errors.
<br>
If the error persists in subsequent backups, we recommend increasing the timeout for the VSS snapshot.
'''Recommended Action:'''<br>
The following article explains increasing the timeout:
Please perform the standard troubleshooting steps for VSS errors.<br>
https://blogs.technet.microsoft.com/asiasupp/2011/08/01/windows-server-backup-failed-to-backup-with-error-0x81000101/
If the error persists in subsequent backups, we recommend increasing the VSS snapshot timeout.<br>
The following article explains how to increase the timeout:<br>
https://blogs.technet.microsoft.com/asiasupp/2011/08/01/windows-server-backup-failed-to-backup-with-error-0x81000101/<br>
<br>
=== VSS -E-05408 - VSS_E_UNEXPECTED_PROVIDER_ERROR ===
=== VSS -E-05408 - VSS_E_UNEXPECTED_PROVIDER_ERROR ===


==== Windows Agent ====
==== Windows Agent ====


'''Error image:''' <br>
'''Error Symptom:''' <br>
You receive the following error message in the log file immediately after starting the backup:
You receive the following error message in the log file immediately after starting the backup:<br>
''VSS -E-05408 Error adding volume to snapshot set: Volume <\\?\XY}\> <\\?\Volume{XY}\> (OS Error: 0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR)''<br>
--- <br>
''VSS -E-05408 error adding volume to snapshotset: Volume <\\?\XY}\> <\\?\Volume{XY}\> (OS error: 0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR)''<br>
''VSS -E-05408 error adding volume to snapshotset: Volume <\\?\XY}\> <\\?\Volume{XY}\> (OS error: 0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR)''<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The TERRA CLOUD Backup Agent tries to use an incorrect VSS provider. <br>
The TERRA CLOUD Backup Agent is attempting to use an incorrect VSS provider. <br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Please check which VSS providers are stored on the system using the following command using CMD or PowerShell.
Please check which VSS providers are registered on the system by running the following command in CMD or PowerShell:
''vssadmin list providers''
''vssadmin list providers''
[[File:Vssadmin list providers.PNG|border|Listed VSS Providers]]<br>
[[File:Vssadmin list providers.PNG|border|Listed VSS providers]]<br>
The TERRA CLOUD Backup Agent must use Shadow Copy Provider 1.0.
The TERRA CLOUD Backup Agent must use the Shadow Copy Provider 1.0.<br>
'''If there are other VSS providers on the system, the following REG key can help:''' <br>
<br>
The entry ensures that the Shadow Copy Provider 1.0 is used when creating the snapshot for the TERRA CLOUD Backup Agent. This must be created manually.<br>
'''If other VSS providers are present on the system, the following registry key can resolve the issue:''' <br>
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\UseSystemVSSProvider = 1 (DWORD value 32-bit)<br>
<code>HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\UseSystemVSSProvider = 1 (DWORD value 32-bit)</code><br>
<br>
This entry ensures that Shadow Copy Provider 1.0 is used when creating the snapshot for the TERRA CLOUD Backup Agent.<br>
This key must be created manually.<br>
<br>
<br>
==== Hyper-V Agent ====
==== Hyper-V Agent ====


'''Error image:''' <br>
'''Error Symptom:''' <br>
You receive the following error message in the log file immediately after starting the backup:
You receive the following error message in the log file immediately after starting the backup:<br>
''VSS -E-05408 Error adding volume to snapshot set: Volume <\\?\XY}\> <\\?\Volume{XY}\> (OS Error: 0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR)[Host1]''< br>
--- <br>
''VSS -E-05408 error adding volume to snapshotset: Volume <\\?\XY}\> <\\?\Volume{XY}\> (OS error: 0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR)[Host1]''<br>
''VSS -E-05408 error adding volume to snapshotset: Volume <\\?\XY}\> <\\?\Volume{XY}\> (OS error: 0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR)[Host1]''<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The TERRA CLOUD Backup Agent tries to use an incorrect VSS provider. <br>
The TERRA CLOUD Backup Agent is attempting to use an incorrect VSS provider. <br>
Example:<br>
Example:<br>
[[File:Acronis VSS SW Provider.png|border|Third-party VSS Provider]]<br>
[[File:Acronis VSS SW Provider.png|border|Third-party VSS provider]]<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
#Get the provider identifier from the output of the following command: vssadmin list providers
'''1.''' Determine the provider ID from the output of the following command:
#Run Registry Editor (regedit)
vssadmin list providers
#Back up the affected registry entries.
'''2.''' Run the Registry Editor:
#Delete the corresponding registry key from the following path: HKLM\System\CurrentControlSet\Services\VSS\Providers
regedit
#Search the registry for the provider ID and remove any existing references.
'''3.''' Back up the affected registry entries.<br>
#Open Component Services by typing "dcomcnfg" in the command prompt.
'''4.''' Delete the corresponding registry key from the following path:
#Open Component Services -> Computer -> COM+ Applications and remove the Third Party VSS Provider entry.
HKLM\System\CurrentControlSet\Services\VSS\Providers
#Then reboot the affected host.
'''5.''' Search the registry for the provider ID and remove all existing references.<br>
'''Note: This adjustment must be made per affected host!'''<br>
'''6.''' Open Component Services by entering the following command at the command prompt:
dcomcnfg
'''7.''' Open Component Services -> Computers -> COM+ Applications and remove the entry for the third-party VSS provider.<br>
'''8.''' Then, restart the affected host.<br>
<br>
'''Note:'''<br>
This adjustment must be performed on each affected host.<br>
<br>
<br>
=== VSS -E-05616 - 0x8004231f VSS_E_UNKNOWN ===
=== VSS -E-05616 - 0x8004231f VSS_E_UNKNOWN ===


'''Error image:''' <br>
'''Error Symptom:''' <br>
You receive the following error message in the log file:
You receive the following error message in the log file:<br>
''VSS -E-05616 Snapshot could not be created (OS error: 0x8004231f VSS_E_UNKNOWN (OS error (0x8004231F): unknown error code 0x8004231F))''
''VSS -E-05616 Snapshot could not be created (OS error: 0x8004231f VSS_E_UNKNOWN (OS error (0x8004231F): unknown error code 0x8004231F))''<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
This Microsoft error code can be caused by too little free space on a backed up volume or shadow copy storage that is configured too low.
This Microsoft error code can be caused by insufficient free space on a volume being backed up or by an undersized shadow copy storage configuration.<br>
'''Recommendation for action:''' <br>
<br>
Ensure that each existing volume has at least 10% free usable capacity. This ensures that the required VSS component can create shadow copies without errors. <br>
'''Alternative Cause - Windows 11 VDI:'''<br>
Check how much shadow copy storage is allocated to the existing volume(s) using '''vssadmin list shadowstorage'''. <br>
The error can occur on Windows 11 VDI systems hosted in the TERRA CLOUD.<br>
Since our hosts operate with BitLocker enabled, the partitions within the VM are treated as protected.<br>
This causes the backup agent to encounter issues during the backup process.<br>
<br>
'''Recommended Action:''' <br>
<br>
'''Windows 11 VDI:''' To resolve this issue, it is recommended to permanently disable BitLocker: <br>
#Enable BitLocker once within the VM.
#Disable it again after initialization is complete.
#Check the status via CMD / PowerShell -> manage-bde -status C: <br>
Once the encryption is removed, shadow copies will be created correctly again, and the backup will run reliably. <br>
<br>
Ensure that every existing volume has at least 10% free usable capacity. This ensures that the required VSS component can create shadow copies without errors. <br>
Use the following command to check how much shadow copy storage is allocated to the existing volume(s):
''vssadmin list shadowstorage''
The allocated shadow copy storage can be adjusted using the following command: <br>
The allocated shadow copy storage can be adjusted using the following command: <br>
''vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB'' <br>
'''vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB'''<br>
<br>
'''Example:''' <br>
'''Example:''' <br>
''vssadmin resize shadowstorage /for=c: /on=c: /maxsize=10GB'' <br>
''vssadmin resize shadowstorage /for=c: /on=c: /maxsize=10GB''
''vssadmin resize shadowstorage /for=d: /on=d: /maxsize=10GB''
<br>
If one of the commands says "No results were found for the query." reports, there seems to be a problem with the configuration. In this case, you should control/adjust the shadow copy storage manually: <br>
''vssadmin resize shadowstorage /for=d: /on=d: /maxsize=10GB''
[[File:EigenschaftenCVolume.PNG]]
<br>
[[File:EinstellungenSchattenkopien.png]]
If any of the commands report "No results found for the query," there appears to be a configuration issue.<br>
[[File:CEinstellungen.png]]
In this case, you should manually check or adjust the shadow copy storage settings: <br>
We recommend storing the value '''10240 MB''' per affected volume. For larger volumes '''(2-4 TB)''' you can also increase the value to '''20480 MB'''. <br>
[[File:EigenschaftenCVolume.PNG]]<br>
You can also test whether a manual shadow copy can be created:
<br>
[[File:JetztErstellen.png]]
[[File:EinstellungenSchattenkopien.png]]<br>
A functional BMR backup via TERRA CLOUD backup can only be created if all volumes can successfully create a shadow copy.
<br>
[[File:CEinstellungen.png]]<br>
<br>
We recommend setting the value to '''10240 MB''' per affected volume. For larger volumes '''(2–4 TB)''', you can increase the value to '''20480 MB'''. <br>
You can also test whether a manual shadow copy can be created:<br>
<br>
[[File:JetztErstellen.png]]<br>
<br>
A functional BMR backup via TERRA CLOUD Backup can only be created if shadow copies can be successfully generated for all volumes.<br>
<br>
=== VSS -W-05408 - 0x80042317 VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED ===
=== VSS -W-05408 - 0x80042317 VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED ===


'''Error image:'''<br>
'''Error Symptom:'''<br>
You receive the following error message in the log file:
You receive the following error message in the log file:<br>
VSS -W-05408 Error adding volume to snapshot set: Volume <\\?\Volume{XY}\> <\\?\Volume{XY}\> (OS Error: 0x80042317 VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED)
''VSS -W-05408 Error adding volume to snapshot set: Volume <\\?\Volume{XY}\> <\\?\Volume{XY}\> (OS error: 0x80042317 VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED)''<br>
<br>
'''Cause:'''<br>
'''Cause:'''<br>
Microsoft VSS allows a maximum of 64 shadow copies on a system. It is not possible to request another shadow copy for the TERRA CLOUD backup; the agent passes on the operating system message in the log file.
Microsoft VSS allows a maximum of 64 shadow copies on a system.<br>
'''Recommendation for action:'''<br>
It is not possible for TERRA CLOUD Backup to request an additional shadow copy; the agent passes on the operating system's message in the log file.<br>
Please check how many shadow copies exist on the system. To do this, you can enter the following command in the command line with administrative permission:
<br>
''vssadmin list shadows
'''Recommended Action:'''<br>
''
Please check how many shadow copies exist on the system; you can do this by entering the following command into the command line with administrative privileges:<br>
These shadow copies should either be moved to another shadow copy storage or deleted. <br>
''vssadmin list shadows''
If another software solution based on Microsoft VSS is used, it should be ensured that there are no overlaps between the backup windows.
These shadow copies should either be moved to a different shadow copy storage location or deleted.<br>
If another software solution based on Microsoft VSS is being used, ensure that there are no overlaps between the backup windows.<br>
<br>
<span id="Empfohlene_Microsoft_Beiträge_zu_VSS"></span>
<span id="Empfohlene_Microsoft_Beiträge_zu_VSS"></span>
=== Recommended Microsoft posts about VSS ===
=== Recommended Microsoft posts about VSS ===


You can find extensive documentation on the Volume Shadow Copy Service at:
You can find extensive documentation on the Volume Shadow Copy Service at:
[https://docs.microsoft.com/en-us/windows/win32/vss/volume-shadow-copy-service-portal Microsoft VSS Documentation]
[https://docs.microsoft.com/en-us/windows/win32/vss/volume-shadow-copy-service-portal Microsoft VSS Documentation]<br>
<br>
<span id="Details_der_Microsoft_VSS_Writer_auslesen"></span>
<span id="Details_der_Microsoft_VSS_Writer_auslesen"></span>
=== Read details of the Microsoft VSS Writer ===
=== Read details of the Microsoft VSS Writer ===


Each VSS writer is responsible for its own area, e.g. the system status or the registry. With the help of the following instructions you can see which directories and folders the respective writers are responsible for. This evaluation can be very helpful when analyzing a VSS problem, for example to locate an .exe file on a network share.
Each VSS writer is responsible for a specific area—such as the system state or the registry. The following instructions explain how to identify the directories and folders covered by each writer. This information can be very useful when troubleshooting VSS issues—for example, to locate an .exe file on a network share.<br>
Please note that "Diskshadow" is only available on server operating systems.
Please note that "Diskshadow" is available only on server operating systems.<br>
'''Directions:'''
<br>
# Please open the CMD with administrative permission
'''Instructions:'''<br>
# Create the directory "C:\temp"
'''1.''' Open the Command Prompt (CMD) with administrative privileges.<br>
# Run the following command "DISKSHADOW /l c:\temp\diskshadow.txt"
'''2.''' Create the directory "C:\temp".<br>
# Run the following command "LIST WRITERS DETAILED"
'''3.''' Run the following command:
# You will find the output in the created "Temp" directory
DISKSHADOW /l c:\temp\diskshadow.txt
<br />
'''4.''' Run the following command:
LIST WRITERS DETAILED
'''5.''' You will find the output in the "temp" directory you created.
<br>
== '''AFC Logs''' ==
== '''AFC Logs''' ==


'''AFC''' stands for '''A'''gent '''F'''orensic '''C'''collector, in addition to the backup and restore log files, this tool also collects other important information from a system on which a Windows agent is installed. <br>
'''AFC''' stands for '''A'''gent '''F'''orensic '''C'''collector, in addition to the backup and restore log files, this tool also collects other important information from a system on which a Windows agent is installed. <br>
These extensive log files are essential for diagnosing many error patterns.
These extensive log files are essential for diagnosing many error patterns.<br>
<br>
<span id="AFC_Logs_Windows_und_vSphere_Recovery_Agent"></span>
<span id="AFC_Logs_Windows_und_vSphere_Recovery_Agent"></span>
=== AFC Logs Windows and vSphere Recovery Agent ===
=== AFC Logs Windows and vSphere Recovery Agent ===


'''Download:''' <br>
'''Download:''' <br>
The current version of the AFC tool can be found at: <br>
You can find the current version of the AFC tool at: <br>
https://backup.terracloud.de/download/afc.exe
https://backup.terracloud.de/download/afc.exe<br>
The configuration in the tool can be as follows: Screenshot can be taken. <br>
<br>
The following link can be used to upload:
You can use the configuration shown in the screenshot below for the tool. <br>
[https://drive.terracloud.de/preparefilelink?folderID=29GiiJTeQn48ffqMeu91E AFC Logfile Upload]
Please use the following link for the upload:<br>
Please provide a short upload confirmation to TERRA CLOUD Support. <br>
[https://drive.terracloud.de/preparefilelink?folderID=29GiiJTeQn48ffqMeu91E '''AFC Logfile Upload''']<br>
[[File:AFC1.png|without]]
<br>
'''Notes:''' <br>
Please send a brief confirmation of the upload to TERRA CLOUD Support. <br>
# Please select any available option here. <br>
<br>
'''Notes:'''
# Please select every available option here. <br>
# The VShadows option is only available on server operating systems. <br>
# The VShadows option is only available on server operating systems. <br>
# The "Upload to FTP server" function points to the FTP server of our software manufacturer. Therefore, please use the above. Upload link. <br>
# The "Upload to SFTP Server" function points to our software vendor's FTP server.<br>'''Therefore, please upload the AFC logs via the link mentioned above instead.'''<br>
[[File:AFC1.png|none]]<br>
<br>
=== AFC Logs Hyper-V Agent ===
=== AFC Logs Hyper-V Agent ===


'''Download:''' <br>
'''Download:''' <br>
The current version of the AFC tool can be found at: <br>
You can find the current version of the AFC tool here: <br>
https://backup.terracloud.de/download/afc.exe
https://backup.terracloud.de/download/afc.exe<br>
The configuration in the tool can be as follows: Screenshot can be taken. <br>
<br>
You can use the configuration shown in the screenshot below for the tool. <br>
Please run the AFC tool on all hosts and the management system.<br>
Please run the AFC tool on all hosts and the management system.<br>
The following link can be used to upload:
Please use the following link for the upload:<br>
[https://drive.terracloud.de/preparefilelink?folderID=29GiiJTeQn48ffqMeu91E AFC Logfile Upload]
[https://drive.terracloud.de/preparefilelink?folderID=29GiiJTeQn48ffqMeu91E '''AFC Logfile Upload''']<br>
[[File:AFC2.png]]
<br>
Please send a brief confirmation of the upload to TERRA CLOUD Support. <br>
<br>
'''Notes:''' <br>
'''Notes:''' <br>
# The "Upload to FTP server" function points to the FTP server of our software manufacturer. Therefore, please use the above. Upload link. <br>
# The "Upload to SFTP Server" function points to our software vendor's FTP server.<br>'''Therefore, please upload the AFC logs via the link mentioned above instead.'''<br>
[[File:AFC2.png]]<br>
<br>
=== AFC Logs Linux Agent ===
=== AFC Logs Linux Agent ===


'''Download:''' <br>
'''Download:''' <br>
The current version of the AFC tool can be found at: <br>
You can find the current version of the AFC Tool at: <br>
https://backup.terracloud.de/download/AFCforLinux.tar
https://backup.terracloud.de/download/AFCforLinux.tar<br>
For most derivatives you can download with the following command:<br>
<br>
''wget https://backup.terracloud.de/download/AFCforLinux.tar''
On most distributions, you can perform the download using the following command:<br>
'''Collect log files:''' <br>
''wget https://backup.terracloud.de/download/AFCforLinux.tar''
# Please unpack the script with the following command: ''tar -xf AFCforLinux.tar'' <br>
'''Collecting log files:''' <br>
# Change to the directory where you unpacked the script via ''cd''
# Please extract the script using the following command: ''tar -xf AFCforLinux.tar'' <br>
# Check your permissions using ''su'' or ''sudo-i'' depending on the derivative
# Use the ''cd'' command to navigate to the directory where you extracted the script
# Please change the access rights for the afc_linux.sh script with the command ''chmod 777 afc_linux.sh''
# Check your permissions; depending on the distribution, use ''su'' or ''sudo -i''
# Then run the script via ''./afc_linux.sh''
# Please change the access permissions for the script ''afc_linux.sh'' using the command ''chmod 777 afc_linux.sh''
# Follow the instructions in the script and enter your support ticket number, alternatively you can enter the order number of the backup package
# Then execute the script using ''./afc_linux.sh''
# Optionally you can add files (e.g. screenshots)
# Follow the instructions in the script and enter your support ticket number; alternatively, you can provide the order number for the backup package
# The AFC logs can be found in the /tmp/ directory with the name “AFC-<ticket_number>-<hostname>-<YYYY-MM-DD-HH-MM-SS>.tar[.gz]”
# Optionally, you can add additional files (e.g., screenshots)
# [https://drive.terracloud.de/preparefilelink?folderID=29GiiJTeQn48ffqMeu91E AFC Logfile Upload]
# '''Important''':<br>The "Upload to SFTP Server" function points to our software vendor's FTP server.<br>'''Therefore, please upload the AFC logs via the link mentioned in step 10 instead.'''
# Please provide a short upload confirmation to TERRA CLOUD Support
# You can find the AFC logs in the ''/tmp/'' directory with the filename format “AFC-< ticket_number >-<hostname>-<YYYY-MM-DD-HH-MM-SS>.tar[.gz]”
# [https://drive.terracloud.de/preparefilelink?folderID=29GiiJTeQn48ffqMeu91E '''AFC Logfile Upload''']
# Please send a brief confirmation of the upload to TERRA CLOUD Support
<br>
== '''TERRA CLOUD Backup Portal''' ==
== '''TERRA CLOUD Backup Portal''' ==


Zeile 367: Zeile 480:
=== Computer / Backup Agent is shown as offline since 01.01.0001 ===
=== Computer / Backup Agent is shown as offline since 01.01.0001 ===


'''Error image:''' <br>
'''Issue:''' <br>
The computer / backup agent is displayed in the portal as "Offline" since January 1st, 2001, even though the agent's services are active.
The computer/backup agent appears as "Offline" in the portal with a status date of 01.01.0001, even though the agent's services are active.
The error pattern looks identical for the different agents (Windows, Linux, Hyper-V and VMware):
The issue presents identically across the various agents (Windows, Linux, Hyper-V, and VMware):
[[File:01.01.0001.png|framed|without]]
[[File:01.01.0001.png|framed|none]]
'''Cause:''' <br>
'''Cause:''' <br>
The backup agent cannot communicate with the portal servers (AMP servers) via TCP port 8087.
The backup agent is unable to communicate with the portal servers (AMP servers) via '''TCP port 8087'''.
However, registration on the backup portal via TCP port 8086 was possible, otherwise the system would not be displayed at all.
However, registration with the backup portal via '''TCP port 8086''' was successful; otherwise, the system would not appear in the list at all.<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Please release the '''TCP port 8087''' to the outside world for the system on which the backup agent is installed.
Please open '''TCP port 8087''' for outbound traffic on the system where the backup agent is installed.
For more information, see [[Backup#Netzwerkkonfiguration|Network Configuration]].
Further information can be found under [https://wiki.terracloud.de/index.php/Backup/en#Network_configuration Network Configuration].<br>
<br>
<span id="Es_sind_technische_Probleme_aufgetreten._Der_Dienst_wird_so_bald_wie_möglich_wiederhergestellt."></span>
<span id="Es_sind_technische_Probleme_aufgetreten._Der_Dienst_wird_so_bald_wie_möglich_wiederhergestellt."></span>
=== Technical problems have occurred. Service will be restored as soon as possible. ===
=== Technical problems have occurred. Service will be restored as soon as possible. ===


'''Error image:''' <br>
'''Error Scenario:''' <br>
You receive the following error message when you try to add a computer to the Vault:
You receive the following error message when attempting to add a computer to the Vault:
[[File:Technische Probleme.png|without]]
[[Datei:Technische Probleme.png|none]]
'''Cause:''' <br>
'''Cause:''' <br>
The agent cannot communicate with the agent management systems via TCP port 8087, see [https://wiki.terracloud.de/index.php/Backup#Netzwerkkonfiguration network configuration], so no adjustments can be made to the configuration.
The agent cannot communicate with the agent management system via TCP port 8087 (see [https://wiki.terracloud.de/index.php/Backup/en#Network_configuration network configuration]); consequently, configuration adjustments cannot be made.<br>
<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Please check the network configuration of the agent system. After customization, restart the agent services.
Please check the network configuration of the agent system. Restart the agent services after making adjustments.
Then register the computer with the vault.
Then, proceed to register the computer with the Vault.<br>
<br>
<span id="Benutzer_können_nur_eigene_Vault-Profile_abrufen"></span>
<span id="Benutzer_können_nur_eigene_Vault-Profile_abrufen"></span>
=== Users can only retrieve their own Vault profiles ===
=== Users can only retrieve their own Vault profiles ===
Zeile 394: Zeile 510:
'''Error image:''' <br>
'''Error image:''' <br>
You receive the following error message when attempting to register a system with the Vault:
You receive the following error message when attempting to register a system with the Vault:
[[File:Eigene Vaultprofile.png|framed|none]]
[[File:Eigene Vaultprofile.png|framed|ohne]]
'''Cause:''' <br>
'''Cause:''' <br>
This error message appears because not all portal servers can yet access this Vault profile. <br>
This error message appears because not all portal servers can yet access this Vault profile. <br>
Distributing the information to all portal components can take up to 5 minutes. <br>
Distributing the information to all portal components can take up to 5 minutes.<br> <br>
'''Solution:''' <br>
'''Solution:''' <br>
Logging in again can speed up this process and thus resolve this error message. <br>
Logging in again can speed up this process and thus resolve this error message. <br>
<br>
=== UPDT-E-10320 - Could not upgrade the Agent. The system must be restarted  ===
=== UPDT-E-10320 - Could not upgrade the Agent. The system must be restarted  ===


'''Error image:''' <br>
'''Issue:''' <br>
After starting the upgrade process, you will receive the following message in the backup portal:
After starting the upgrade process, you receive the following message in the Backup Portal:<br>
''You must restart this computer for the agent software configuration change to take effect.''
''You must restart this computer for the changes to the agent software configuration to take effect.''
[[File:Agent Upgrade Center.png|framed|without]]
[[File:Agent Upgrade Center.png|framed|none]]
In the BUAgent log file you will find the following error code: <br>
You will find the following error code in the BUAgent log file: <br>
''UPDT-E-10320 Could not upgrade the Agent. The system must be restarted''
''UPDT-E-10320 Could not upgrade the Agent. The system must be restarted''<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
A registry key on the system being backed up prevents the agent from being updated. This key is usually emptied by restarting.
A registry key on the system being backed up is preventing the agent update. This key is typically cleared by a restart.<br>
'''Recommendation for action:''' <br>
<br>
Please check the following article as the procedure is identical: <br>
'''Recommended Action:''' <br>
[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#Ausstehender_Neustart Pending restart]
Please consult the following article, as the procedure is identical: <br>
[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#Pending_reboot Pending Restart]<br>
<br>
<span id="E-Mail_Benachrichtigung:_Sicherung_nicht_durchgeführt_-_System_XY_-_TERRA_CLOUD_Backup"></span>
<span id="E-Mail_Benachrichtigung:_Sicherung_nicht_durchgeführt_-_System_XY_-_TERRA_CLOUD_Backup"></span>
=== Email notification: Backup not performed - System XY - TERRA CLOUD Backup ===
=== Email notification: Backup not performed - System XY - TERRA CLOUD Backup ===


'''Error image:''' <br>
'''Issue Description:''' <br>
You will receive a notification that one of your configured backups was not performed, even though a current backup of the system exists.<br>
You receive a notification stating that one of your configured backups failed to run, even though a current system backup exists.<br>
The times in the notification also do not match the overview in the portal. <br>
The timestamps shown in the notification also do not match the overview in the portal. <br>
[[File:Sicherung_nicht_durchgeführt.png|border|400px]]
[[Datei:Sicherung_nicht_durchgeführt.png|border|400px]]<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
It often happens that the last / first day of a month falls on a weekend / holiday. For systems that do not run 24/7, this means that monthly backups are not carried out. <br>
The last or first day of a month often falls on a weekend or public holiday. For systems that do not operate 24/7, this means that monthly backups are not performed. <br>
As soon as a backup is missed, the agent stores a "MISSED" entry in the Schedule.ran file of the respective system. (C:\Program Files\TERRA Cloud Backup\Agent\Schedule.ran) <br>
Once a backup is missed, the agent records a "MISSED" entry in the system's `Schedule.ran` file (located at `C:\Program Files\TERRA Cloud Backup\Agent\Schedule.ran`). <br>
The problem here is that this entry is only updated by a scheduled backup, so an ad hoc backup is not sufficient to update the status. <br>
The issue is that this entry is only updated by a scheduled backup; an ad-hoc backup is insufficient to update the status. <br>
Every time the system starts, the agent queries the Schedule.ran and sends a notification if a missed status is visible here.
Upon every system startup, the agent checks the `Schedule.ran` file and sends a notification if a "Missed" status is detected.<br>
'''Recommendation for action:'''<br>
<br>
Our software manufacturer has already been informed about this problem, so they are already working on a permanent solution. <br>
'''Recommended Action:'''<br>
Unfortunately, we do not yet have any more detailed information about the implementation. We will inform you via our news feed in the backup portal as soon as the problem has been resolved. <br>
Our software vendor has been informed of this issue and is already working on a permanent solution. <br>
In the meantime, you can remove the Schedule.ran (C:\Program Files\TERRA Cloud Backup\Agent\Schedule.ran) to stop the notification. <br>
Unfortunately, we do not yet have specific details regarding the implementation. We will notify you via the newsfeed in the support portal once the issue has been resolved. <br>
The file will be recreated the next time the agent processes it, so you don't have to continue monitoring the situation after deletion.
In the meantime, you can delete the `Schedule.ran` file (`C:\Program Files\TERRA Cloud Backup\Agent\Schedule.ran`) to stop the notifications. <br>
The file will be recreated during the agent's next process, so you do not need to monitor the situation further after deleting it.<br>
<br>
<span id="E-Mail_Benachrichtigung:_Geben_Sie_gültige_E-Mail-Adressen_mit_Kommas_als_Trennzeichen_ein"></span>
<span id="E-Mail_Benachrichtigung:_Geben_Sie_gültige_E-Mail-Adressen_mit_Kommas_als_Trennzeichen_ein"></span>
=== Email Notification: Enter valid email addresses separated by commas ===
=== Email Notification: Enter valid email addresses separated by commas ===


'''Error image:''' <br>
'''Issue:''' <br>
When configuring an email notification, you receive the following error message: <br>
You receive the following error message when configuring an email notification: <br>
[[File:Geben_Sie_gültige_E-Mail-Adressen_mit_Kommas_als_Trennzeichen_ein..png|border|800px]]
[[Datei:Geben_Sie_gültige_E-Mail-Adressen_mit_Kommas_als_Trennzeichen_ein..png|border|800px]]<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
Until recently, account numbers were not unique in site details, which is now causing problems in isolated cases. <br>
Until recently, account numbers in the site details were not unique, which is now causing issues in isolated cases. <br>
If you e.g. For example, if you have entered a number between 1 and 100 or your Wortmann customer number as your account number, it may well be that this is already in use at another site. <br>
For example, if you entered a number between 1 and 100—or your Wortmann customer number—as the account number, it is quite possible that this number is already in use by another site. <br>
Once an account number is used across multiple sites, errors occur when saving a customization. <br>
If an account number is used across multiple sites, errors occur when saving changes. <br>
'''Recommendation for action:'''<br>
<br>
A site's Account Number field currently has no real meaning, so the simplest solution is to remove the account number. <br>
'''Recommended Action:'''<br>
Alternatively, you would have to enter an account number that is not assigned so that changes such as B. the configuration of the email notification can be saved. <br>
The "Account Number" field for a site currently serves no functional purpose; therefore, the simplest solution is to remove the account number. <br>
<span id="RSYN-W-07716_Verbindung_mit_oder_Aushandeln_der_Sicherung_mit_alternativem_Vault_fehlgeschlagen."></span>
Alternatively, you would need to enter an unused account number to allow changes—such as email notification configuration—to be saved. <br>
=== RSYN-W-07716 Failed to connect to or negotiate backup with alternate vault. ===
<br>
<span id="RSYN-W-07716_Verbindung_mit_oder_Aushandeln_der_Sicherung_mit_alternativem_Vault_fehlgeschlagen"></span>
=== RSYN-W-07716 Failed to connect to or negotiate backup with alternate vault ===


'''Error image:''' <br>
'''Error image:''' <br>
You will receive the following warning in the log file of a backup: <br>
You will receive the following warning in the log file of a backup: <br>
''RSYN-W-07716 Failed to connect to or negotiate backup with alternate vault.'' <br>
''RSYN-W-07716 Failed to connect to or negotiate backup with alternate vault.'' <br>
The error pattern looks identical for the different agents (Windows, Linux, Hyper-V and vSphere).
The error pattern looks identical for the different agents (Windows, Linux, Hyper-V and vSphere).<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The backup agent cannot communicate with the required vaults via TCP port 2546. <br>
The backup agent cannot communicate with the required vaults via TCP port 2546. <br>
This is often the secondary vault (replication partner) or the base vault when using a satellite.
This is often the secondary vault (replication partner) or the base vault when using a satellite.<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Please enable the TCP port '''2546''' for the vault address(es) specified in the log file (it is best to change the log file from "Only errors and warnings" to "Entire log" and check it). <br>
Please enable the TCP port '''2546''' for the vault address(es) specified in the log file (it is best to change the log file from "Only errors and warnings" to "Entire log" and check it). <br>
Further information can be found at: [https://wiki.terracloud.de/index.php/Backup#Netzwerkkonfiguration Configuration Network Configuration].
Further information can be found at: [https://wiki.terracloud.de/index.php/Backup/en#Network_configuration Configuration Network Configuration].<br>
<br>
<span id="Der_benutzerdefinierte_Befehl_ist_veraltet"></span>
=== The custom command is deprecated ===
 
'''Error Symptom:''' <br>
You receive the following error message when attempting to create a custom command: <br>
[[Datei:DE-Der benutzerdefinierte Befehl ist veraltet.png|ohne]] <br>
'''Cause:''' <br>
An outdated entry in the agent configuration causes a custom command with the same name to still be recognized as existing. <br>
<br>
'''Solution:''' <br>
1. Stop the TERRA CLOUD Backup agent services using PowerShell:
Get-Service -DisplayName "TERRA Cloud Backup*" | Stop-Service
2. Open the affected configuration file (C:\Program Files\TERRA CLOUD Backup\Agent\Schedule.cfg) and remove all lines referencing the directory "C:\Program Files\TERRA CLOUD Backup\Agent\ScheduleScripts". <br>
<br>
3. Start the TERRA CLOUD Backup agent services using PowerShell:
Get-Service -DisplayName "TERRA Cloud Backup*" | Start-Service
You should then be able to create the desired custom command.<br>
<br>
<span id="REST-E-04217_Kennwort_falsch_/_RSYN-E-09446_Weitere_Details_finden_Sie_in_der_letzten_SYNCH-Protokolldatei"></span>
=== REST-E-04217 Password incorrect / RSYN-E-09446 See the last SYNCH log file for details ===
 
'''Error message:''' <br>
''REST-E-04217 Incorrect password [VV]''
or
''RSYN-E-09446 For further details, please refer to the latest SYNCH log file. [VV]''
'''Cause:''' <br>
After re-registering the backup agent, the previously used '''encryption password''' was not stored correctly.<br>
Either the password was forgotten, or an incorrect or mismatched password was entered. <br>
<br>
'''Solution:''' <br>
Please enter the '''encryption password''' used during the initial configuration and restart the process.<br>
Ensure that the entered password matches the original exactly; otherwise, access to the backed-up data will not be possible.<br>
<br>
== '''Windows Agent''' ==
== '''Windows Agent''' ==


Zeile 464: Zeile 626:
==== No connection between Agent and Vault ====
==== No connection between Agent and Vault ====


'''Error image:''' <br>
'''Error Scenario:''' <br>
The agent was unable to connect to the vault. Vault address, port number, or credentials may be invalid. <br>
The agent could not establish a connection to the Vault. The Vault address, port number, or login credentials may be invalid. <br>
<br>
'''Causes:''' <br>
'''Causes:''' <br>
* The login details you entered are incorrect.
* The entered access credentials are incorrect.
* Communication with the affected vault system is not possible.
* Communication with the affected Vault system is not possible.
* A strict firewall configuration (IPS, Proxy or TLS) blocks the connection
* A strict firewall configuration (IPS, proxy, or TLS) is blocking the connection.
The following port must be enabled for communication between Agent and Vault: <br>
The following port must be opened for outbound traffic to enable communication between the agent and the Vault: <br>
* 2546 TCP
* 2546 TCP
'''Review:''' <br>
<br>
You can check the connection using the following PowerShell command:<br>
'''Verification:''' <br>
* Test-NetConnection vault-wmh1-p002.terracloud.de -Port 2546
<br>
(Please use the correct vault address here, see account provision email) <br>
'''Windows'''<br>
If the process is not possible despite the port being open, you should check the access data of the affected Vault profile. To do this, go to the “Sites” tab, select the affected customer site and edit the existing entry. Enter the access data from the provision email 1:1 here. (if necessary, copy it into a notepad beforehand to be on the safe side) <br>
You can verify the connection using the following PowerShell command:<br>
A strict firewall configuration (IPS, Proxy or TLS) can also ensure that the connection remains intact despite the above. Preparations are not possible. Here you should always ensure that communication between the agent and the vault system can take place undisturbed.
Test-NetConnection vault-wmh1-p002.terracloud.de -Port 2546
(Please use the correct Vault address here; refer to the account provisioning email.) <br>
<br>
If the operation fails despite the port being open, you should check the access credentials for the affected Vault profile.<br>
To do this, go to the "Sites" tab, select the affected customer site, and edit the existing entry.<br>
Enter the access credentials from the provisioning email exactly as they appear (copying them into Notepad first for safety is recommended). <br>
Strict firewall configurations (IPS, proxy, or TLS) can also prevent the connection from being established, even after the aforementioned preparations.<br>
Always ensure that communication between the agent and the Vault system can take place without obstruction.<br>
<br>
<span id="Nativ_geschützte_Datenmenge_weicht_von_dem_tatsächlichen_Speicherverbrauch_ab"></span>
<span id="Nativ_geschützte_Datenmenge_weicht_von_dem_tatsächlichen_Speicherverbrauch_ab"></span>
==== Natively protected data amount differs from the actual memory consumption ====
==== Natively protected data amount differs from the actual memory consumption ====


'''Error image:''' <br>
'''Issue:''' <br>
The natively protected data set is incorrectly displayed in the job details or in a report in the TERRA CLOUD Backup Portal.
The native protected data volume is displayed incorrectly in the TERRA CLOUD Backup Portal (within job details or reports).<br>
<br>
'''Possible causes:''' <br>
'''Possible causes:''' <br>
<br>
'''Unlimited VSS shadow copy storage:'''<br>
'''Unlimited VSS shadow copy storage:'''<br>
Shadow copy storage space is defined for each volume by the operating system, the maximum size can be either a total value, e.g. 10240 MB or "unlimited". <br>
The operating system defines shadow copy storage space for each volume; the maximum size can be set either as a specific value (e.g., 10,240 MB) or as "unlimited." <br>
Please check whether a fixed and therefore not unlimited shadow copy storage is defined for '''all''' volumes.
Please verify that a fixed—and therefore not unlimited—shadow copy storage limit is defined for '''all''' volumes.<br>
'''Difference due to the VSS shadow copies:''' <br>
<br>
The size of the created shadow copies is added to the native data amount because the shadow copy takes up storage space at the time of measurement and backup. <br>
'''Discrepancy due to VSS shadow copies:''' <br>
Once the backup is complete, the shadow copies are removed and the native data amount decreases. This effect is particularly noticeable when backing up large volumes with low storage usage.
The size of the created shadow copies is added to the native data volume, as the shadow copy occupies storage space at the time of measurement and backup. <br>
The development team of our software manufacturer is already working on optimizing the measurement time.
Once the backup is complete, the shadow copies are removed, and the native data volume decreases.<br>
'''Shadow copy storage configuration:'''<br>
This effect is particularly noticeable when backing up large volumes with low storage utilization.<br>
You can configure the shadow copy storage via the [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#VSS_grafische_Oberfl.C3.A4che graphical interface].<br>
The software vendor's development team is already working on optimizing the timing of this measurement.<br>
Alternatively, you can also carry out the configuration via CMD or PowerShell:<br>
<br>
<code>vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB </code>
'''Configuring shadow copy storage:'''<br>
You can configure the shadow copy storage via the [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#VSS_graphical_interface graphical interface].<br>
Alternatively, you can perform the configuration using CMD or PowerShell:<br>
<code>vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB </code><br>
<br>
'''Example:''' <br>
'''Example:''' <br>
<code>vssadmin resize shadowstorage /for=c: /on=c: /maxsize=10GB </code> <br>
vssadmin resize shadowstorage /for=c: /on=c: /maxsize=10GB
<code>vssadmin resize shadowstorage /for=d: /on=d: /maxsize=10GB </code> <br>
<br>
vssadmin resize shadowstorage /for=d: /on=d: /maxsize=10GB
<br>
'''Windows Server Deduplication:''' <br>
'''Windows Server Deduplication:''' <br>
This Windows Server role enables deduplication of data on the server. The compressed and deduplicated data is displayed to you via Windows Explorer.<br>
This Windows Server role enables data deduplication on the server. Windows Explorer displays the compressed and deduplicated data set.<br>
However, the backup agent transmits the '''uncompressed''' original size of the backup set as meta information.
However, the backup agent reports the '''uncompressed''' original size of the backup set as metadata.<br>
Please check whether the role is installed on the relevant server using the following PowerShell command: <br>
Please use the following PowerShell command to check if the role is installed on the server in question: <br>
<code> Get-WindowsFeature -Name FS-Data-Deduplication </code>
Get-WindowsFeature -Name FS-Data-Deduplication
'''The role should be installed:''' <br>
<br>
Please exclude the "Chunk Store" folder under the "System Volume Information" directory from the backup.
'''If the role is installed:''' <br>
After the next backup is completed, the measured natively protected data amount should be correct again.
Please exclude the "Chunk Store" folder—located within the "System Volume Information" directory—from the backup.<br>
Once the next backup completes, the measured natively protected data volume should be correct again.<br>
<br>
'''Recommendations:'''<br>
'''Recommendations:'''<br>
In order to determine and analyze the storage space used on a volume, we recommend, in addition to Windows Explorer, the free tool [https://www.jam-software.de/treesize_fre TreeSize Free]. <br>
To determine and analyze the storage space used on a volume, we recommend using the free tool [https://www.jam-software.de/treesize_free TreeSize Free] in addition to Windows Explorer. <br>
If the natively protected amount of data even after the above mentioned If the adjustments still differ and it is a file-based job, you can still try to reduce the amount of data by excluding the System Volume Information folder (one exclusion for each system volume).
If the natively protected data volume still differs after the adjustments mentioned above and the task is a file-based job,<br>
you can also try reducing the data volume by excluding the "System Volume Information" folder (one exclusion per system volume).<br>
<br>
<span id="Sicherung_von_Wechseldatenträgern_durch_die_Jobkonfiguration_&quot;Gesamter_Server&quot;"></span>
<span id="Sicherung_von_Wechseldatenträgern_durch_die_Jobkonfiguration_&quot;Gesamter_Server&quot;"></span>
==== Backup of removable storage devices using the "Entire Server" job configuration ====
==== Backup of removable storage devices using the "Entire Server" job configuration ====


'''Error image:'''<br>
'''Issue:'''<br>
A backup job with the “Entire Server” configuration includes removable storage devices such as: B. external USB hard drives or USB sticks in the backup.
A backup job configured for "Entire Server" includes removable media—such as external USB hard drives or USB flash drives—in the backup.<br>
<br>
'''Cause:'''<br>
'''Cause:'''<br>
The value “Fixed” is stored for the “DriveType” property of the drives/volumes of the removable storage devices, which represents the storage device as permanently installed. <br>
The "DriveType" property for the drives/volumes on the removable media is set to "Fixed," which identifies the storage medium as a permanently installed drive.<br>
The backup agent checks this property and includes all drives with the “Fixed” property, including incorrectly configured removable drives. <br>
The backup agent checks this property and includes all drives with the "DriveType" set to "Fixed," thereby including the incorrectly configured removable media.<br>
You can read the "DriveType" property of the respective drives/volumes using the following PowerShell command: <br>
You can check the "DriveType" property of the respective drives/volumes using the following PowerShell command:<br>
<code>Get-Volume | Format-List -Property DriveLetter, DriveType''</code>
Get-Volume | Format-List -Property DriveLetter, DriveType
'''Solution:'''<br>
'''Solution:'''<br>
<br>
'''Option 1:''' <br>
'''Option 1:''' <br>
Remove the removable drives from the system at the time of backup. <br>
Disconnect the removable media from the system at the time of the backup.<br>
<br>
'''Option 2:''' <br>
'''Option 2:''' <br>
Remove the "Entire Server" option from the job configuration and switch to the "Bare Metal Restore" option plus the additional drives you want. <br>
Remove the "Entire Server" option from the job configuration and switch to the "Bare Metal Restore" option, adding any other desired drives.<br>
<br>
<span id="Ungültiges_Dateiformat_oder_Deltazuordnungsdatei_ist_beschädigt"></span>
<span id="Ungültiges_Dateiformat_oder_Deltazuordnungsdatei_ist_beschädigt"></span>
==== Invalid file format or delta map file is corrupted ====
==== Invalid file format or delta map file is corrupted ====
Zeile 530: Zeile 717:
''Jun 7th 22:15:38 DELT-E-04355 Invalid file format C:\Program Files\TERRA Cloud Backup\Agent\JOBNAME\0000xxxx.DTA'' <br>
''Jun 7th 22:15:38 DELT-E-04355 Invalid file format C:\Program Files\TERRA Cloud Backup\Agent\JOBNAME\0000xxxx.DTA'' <br>
''Jun 7th 22:15:38 BKUP-E-08196 Your delta mapping file is corrupted. Delete or rename the file and sync it with your Director. [VV]'' <br>
''Jun 7th 22:15:38 BKUP-E-08196 Your delta mapping file is corrupted. Delete or rename the file and sync it with your Director. [VV]'' <br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The error message states that the delta file (0000000X.DTA) or delta mapping file (0000000X.DTX) is corrupted.
The error message states that the delta file (0000000X.DTA) or delta mapping file (0000000X.DTX) is corrupted.<br>
The delta file contains checksums of the blocks that have already been backed up, the delta mapping file is an index file for the delta file.
The delta file contains checksums of the blocks that have already been backed up, the delta mapping file is an index file for the delta file.<br>
This file is needed so that the agent knows which blocks have already been backed up and which have been added or changed.
This file is needed so that the agent knows which blocks have already been backed up and which have been added or changed.<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Please carry out a backup reset. Instructions can be found in the following entry for a very similar error:
Please carry out a backup reset. Instructions can be found in the following entry for a very similar error:<br>
[[Backup_Fehlerdiagnose#DELT-E-05782_-_Delta_Datei_besch.C3.A4digt_0000000X.DTA_Datei_ist_besch.C3.A4digt:_hash_mismatch|DELT-E-05782 - Delta file damaged 0000000X.DTA file is damaged: hash mismatch]]
[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#DELT-E-05782_-_Delta_file_corrupted_0000000X.DTA_file_is_corrupt:_hash_mismatch DELT-E-05782 - Delta file damaged 0000000X.DTA file is damaged: hash mismatch]<br>
<br>
<span id="Für_Server0.Password_ist_ein_Wert_erforderlich"></span>
<span id="Für_Server0.Password_ist_ein_Wert_erforderlich"></span>
==== Server0.Password requires a value ====
==== Server0.Password requires a value ====
Zeile 550: Zeile 740:
'''Solution:'''<br>
'''Solution:'''<br>
Please re-enter the vault password in the Backup Portal by going to “Vault Settings” and editing the existing configuration:<br>
Please re-enter the vault password in the Backup Portal by going to “Vault Settings” and editing the existing configuration:<br>
See also [https://wiki.terracloud.de/index.php/Backup#Vault_Profile_konfigurieren 2.1.1]
See also [https://wiki.terracloud.de/index.php/Backup/en#Vault link]<br>
<br>
<span id="DELT-E-05782_-_Delta_Datei_beschädigt_0000000X.DTA_Datei_ist_beschädigt:_hash_mismatch"></span>
<span id="DELT-E-05782_-_Delta_Datei_beschädigt_0000000X.DTA_Datei_ist_beschädigt:_hash_mismatch"></span>
==== DELT-E-05782 - Delta file corrupted 0000000X.DTA file is corrupt: hash mismatch ====
==== DELT-E-05782 - Delta file corrupted 0000000X.DTA file is corrupt: hash mismatch ====


'''Error image:''' <br>
'''Error Description:''' <br>
You receive the following error message in the log file of a backup job: <br>
You receive the following error message in the log file of a backup job: <br>
''DELT-E-05782 C:\Program Files\TERRA Cloud Backup\Agent\Jobname\0000000X.DTA file is corrupt: hash mismatch''<br>
''DELT-E-05782 C:\Program Files\TERRA Cloud Backup\Agent\Jobname\0000000X.DTA File is corrupted: hash mismatch''<br>
<br>
'''Cause:'''<br>
'''Cause:'''<br>
The error message says that the delta file (0000000X.DTA) is corrupt, this file contains checksums of the saved blocks from the last backup.<br>
The error message indicates that the delta file (0000000X.DTA) is corrupted. This file contains checksums of the backed-up blocks from the last backup.<br>
This file is needed so that the agent knows which blocks have already been saved and which have been added or changed.<br>
This file is required so that the agent knows which blocks have already been backed up and which are new or have changed.<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Please run the [https://backup.terracloud.de/Download/TERRA%20CLOUD%20Backup%20Assistant.exe Backup Assistant] on the affected system, switch to the Agent Functions tab and start the action [https://wiki.terracloud.de/index.php/Backup#Backup_Reset Backup Reset].
Please run the following PowerShell script on the affected system:<br>
If it is not possible to use the Backup Assistant, you can alternatively use the following PowerShell script:
[https://drive.terracloud.de/dl/fiNfcS3QkGrRKLxkLqzteJPp/BackupReset.exe Backup Reset Skript]<br>
[https://drive.terracloud.de/dl/fiNfcS3QkGrRKLxkLqzteJPp/BackupReset.exe backup reset script]
This script deletes the corrupted delta file and performs a synchronization, during which the delta file is recreated.<br>
Among other things, this script deletes the damaged delta file and carries out a synchronization, thereby creating the delta file again.<br>
Depending on the system size, a synchronization may take some time.<br>
Depending on the system size, synchronization can take some time.<br>
<br>
<span id="SSET-W-04210_-_Fehler_während_Auflistungsfunktion_[VV]"></span>
<span id="SSET-W-04210_-_Fehler_während_Auflistungsfunktion_[VV]"></span>
==== SSET-W-04210 - Error during collection function [VV] ====
==== SSET-W-04210 - Error during collection function [VV] ====
Zeile 572: Zeile 765:
You receive the following error message in the log file of a backup job: <br>
You receive the following error message in the log file of a backup job: <br>
''SSET-W-04210 Error during collection function [VV]''<br>
''SSET-W-04210 Error during collection function [VV]''<br>
<br>
'''Recommendation for action:''' <br>
'''Recommendation for action:''' <br>
Please open a support ticket for this error as the backup job needs to be analyzed on the vault.
Please open a support ticket for this error as the backup job needs to be analyzed on the vault.
This process may take some time depending on the size of the backup job. <br>
This process may take some time depending on the size of the backup job. <br>
We recommend that you create a replacement job for the analysis period so that the system can continue to be protected via the TERRA CLOUD backup.
We recommend that you create a replacement job for the analysis period so that the system can continue to be protected via the TERRA CLOUD backup.<br>
<br>
<span id="PARS-W-04784_-_Wegen_einer_Computerregistrierung_fehlen_in_der_Konfigurationsdatei&quot;Name_Backup_Job&quot;_folgende_Informationen:Enc_Password_(Encryption_Password)"></span>
<span id="PARS-W-04784_-_Wegen_einer_Computerregistrierung_fehlen_in_der_Konfigurationsdatei&quot;Name_Backup_Job&quot;_folgende_Informationen:Enc_Password_(Encryption_Password)"></span>
==== PARS-W-04784 - Due to computer registration, the following information is missing from the "Name Backup Job" configuration file: Enc_Password (Encryption Password) ====
==== PARS-W-04784 - Due to computer registration, the following information is missing from the "Name Backup Job" configuration file: Enc_Password (Encryption Password) ====
Zeile 584: Zeile 779:
''PARS-W-04785 Enc_Password (Encryption Password)'' <br>
''PARS-W-04785 Enc_Password (Encryption Password)'' <br>
''PARS-W-04786 Re-enter the missing information using the Agent Console.'' <br>
''PARS-W-04786 Re-enter the missing information using the Agent Console.'' <br>
<br>
'''Cause:'''<br>
'''Cause:'''<br>
The hash value of the encryption password is stored in the job configuration file in the agent directory when the backup job is created or the encryption password is changed.<br>
The hash value of the encryption password is stored in the job configuration file in the agent directory when the backup job is created or the encryption password is changed.<br>
Reinstalling the agent in conjunction with re-registration ensures that the job configuration file '''without''' the hash value is downloaded from the vault.<br>
Reinstalling the agent in conjunction with re-registration ensures that the job configuration file
'''without''' the hash value is downloaded from the vault.<br>
Please note that the hash value of the encryption password does not leave the agent system. <br>
Please note that the hash value of the encryption password does not leave the agent system. <br>
'''Solution:'''<br>
'''Solution:'''<br>
Please edit the backup job and enter the encryption password again. <br>
Please edit the backup job and enter the encryption password again. <br>
In any case, you will receive the message regarding a possible reseeding, as the agent cannot check at this point whether the encryption password entered is correct.<br>
In any case, you will receive the message regarding a possible reseeding, as the agent cannot check at this point whether the encryption password entered is correct.<br>
<br>
<span id="BUAgent_Dienst_kann_nicht_gestartet_werden_(Fehler_1053)"></span>
<span id="BUAgent_Dienst_kann_nicht_gestartet_werden_(Fehler_1053)"></span>
==== BUAgent service cannot be started (Error 1053)====
==== BUAgent service cannot be started (Error 1053)====


'''Error image:''' <br>
'''Error image:''' <br>
The BUAgent service cannot be started. You will receive a pop-up window with the error message "Error 1053: The service did not respond to the start or control request in a timely manner."<br>
The BUAgent service cannot be started.<br>
[[File:Screenshot Fehler 1053.png|without]]
You will receive a pop-up window with the error message "Error 1053: The service did not respond to the start or control request in a timely manner."<br>
[[File:Screenshot Fehler 1053.png|ohne]]
'''Causes:''' <br>
'''Causes:''' <br>
As of agent version 8.90, the packages "Microsoft Visual C++ 2017 Redistributable (x64) and (x86) are required; these are not installed on the system.<br>
As of agent version 8.90, the packages "Microsoft Visual C++ 2017 Redistributable (x64) and (x86) are required; these are not installed on the system.<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Please run the setup of Agent 8.90 or newer again, this checks whether the two packages mentioned above are installed and reinstall them using the "Repair" option.
Please run the setup of Agent 8.90 or newer again, this checks whether the two packages mentioned above are installed and reinstall them using the "Repair" option.<br>
<br />
<br>
<span id="Unzulässige_Funktion"></span>
<span id="Unzulässige_Funktion"></span>
==== Illegal function ====
==== Illegal function ====
Zeile 632: Zeile 832:
<br>
<br>
After successful repair installation, the Global.vvc file will be filled with content.<br>
After successful repair installation, the Global.vvc file will be filled with content.<br>
Please re-enter the vault password in the backup portal. You can find instructions for this under [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#F.C3.BCr_Server0.Password_ist_ein_Wert_erforderlich "For Server0.Password is a value required“]<br>
Please re-enter the vault password in the backup portal. You can find instructions for this under [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#Server0.Password_requires_a_value "For Server0.Password is a value required“]<br>
If the error cannot be solved with these steps, a complete uninstallation followed by an installation of the agent can help. In this case, the configuration files (including Global.vvc) are downloaded from the vault system and stored in the agent directory. <br>
If the error cannot be solved with these steps, a complete uninstallation followed by an installation of the agent can help.<br>
<br />
In this case, the configuration files (including Global.vvc) are downloaded from the vault system and stored in the agent directory. <br>
<span id="BMR_-E-10760_Bare-Metal-Sicherung_enthält_kein_Systemvolume._Bare-Metal-Wiederherstellung_wird_nicht_erfolgreich_sein."></span>
==== BMR -E-10760 Bare metal backup does not contain system volume. Bare metal restore will not be successful. ====
 
'''Error image:'''<br>
The error pattern differs depending on the type of backup. <br>
'''File-based backup:''' <br>
You receive the following error message in the log file: <br>
''BMR -E-10759 System volume <'''*'''> is missing BCD files. Bare metal restore will not be successful.'' ( '''*''' = drive letter of the volume in question)<br>
or<br>
''BMR -E-10759 System volume <'''*'''> is missing BCD files. Bare metal restore will not be successful.''<br>
'''Image Backup:'''<br>
You receive the following error message in the log file: <br>
''BMR -E-10760 Bare metal backup does not contain System volume. Bare metal restore will not be successful'' <br>
or <br>
''BMR -E-10760 Bare Metal Backup does not contain a system volume. Bare metal restore will not be successful.''
'''Possible causes:'''<br>
* On a UEFI / GPT system there is a drive that has been configured as "active", although there is no boot-relevant data on it.
* On a BIOS / MBR system there is a drive that has been configured as "active", although there is no boot-relevant data on it.
'''Example:'''<br>
In this excerpt from the disk management you can see that the partition under the data drive T has been marked as "active", even though there is no boot-relevant data on it.
[[File:Active-Partition.png|without]]
'''Recommendation for action:''' <br>
Please check the posts linked below on configuring the drives and partitions. <br>
If a drive was incorrectly marked as "active", you can correct this using the tool [https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart Diskpart] using the parameter " "inactive".
'''Recommended posts from Microsoft:''' <br>
* [https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/configure-biosmbr-based-hard-drive-partitions?view=windows-11 BIOS/MBR Systeme (GEN 1)]
* [https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/configure-uefigpt-based-hard-drive-partitions?view=windows-11 UEFI/GPT Systeme (GEN 2)]
<p style="color: #FF0000;">
If the error message occurs even though there is no active drive on the system, we recommend contacting TERRA CLOUD support. When contacting us, please provide the order number or the name of the vault account as well as the log file from the last backup.
</p>
<span id="BMR_Sicherung_eines_Hyper-V_Hosts"></span>
==== BMR backup of a Hyper-V host ====
 
Experience has shown that securing physical Hyper-V hosts on which VMs are actively running causes problems with Microsoft VSS. Microsoft VSS tries to put the ENTIRE system (including the CSVs) into a consistent state. <br>
To make this possible, all virtual machines would also have to be paused. Since agent-based backup does not trigger a VSS snapshot via the integration services, there are problems with this. <br>
<br>
The general question arises as to why hypervisor servers should be secured at all.<br>
Here are sample articles from the web:<br>
*http://www.altaro.com/hyper-v/hyper-v-backup-strategies-dont-worry-management-os/ <br>
*https://www.backupassist.com/blog/support/10-tips-for-best-practice-hyper-v-backups/ <br>
*https://www.veeam.com/blog/hyper-v-hosts-to-back-up-or-not-to-back-up.html <br>
<br>
Individual files and folders can be backed up without any problems - only BMR has problems. <br>
<br>
<br>
For this reason it is not supported See [https://wiki.terracloud.de/index.php/Backup#Funktions.C3.BCbersicht function overview] <br>
With host-based backup from version 8.60 ONLY the VMs can be backed up, not the host itself (not even files and folders).<br>
<br>
'''We recommend agent-based backup (from the VM) to utilize the full functionality of the backup solution.''' <br>
'''If a Hyper-V host fails completely, it should be reinstalled and included in the cluster again.''' <br>
<br />
<span id="Backup_Jobs_stauen_sich_in_einer_Warteschlange_auf"></span>
<span id="Backup_Jobs_stauen_sich_in_einer_Warteschlange_auf"></span>
==== Backup jobs are piling up in a queue ====
==== Backup jobs are piling up in a queue ====


'''Error image:''' <br>
'''Error image:''' <br>
In the backup portal you see several processes in the queue for a system, the current backup job no longer shows any progress.
In the backup portal you see several processes in the queue for a system, the current backup job no longer shows any progress.<br>
<br>
'''Recommendation for action:''' <br>
'''Recommendation for action:''' <br>
Please restart the TERRA CLOUD backup services to terminate the open processes. <br>
Please restart the TERRA CLOUD backup services to terminate the open processes. <br>
''Get-Service -DisplayName "TERRA Cloud Backup*" | Stop service'' <br>
''Get-Service -DisplayName "TERRA Cloud Backup*" | Stop service''
''Get-Process | ? ProcessName -Match "VV|VVAgent" | Stop Process -Force''<br>
''Get-Process | ? ProcessName -Match "VV|VVAgent" | Stop Process -Force''
''Get-Service -DisplayName "TERRA Cloud Backup*" | Start service''<br>
''Get-Service -DisplayName "TERRA Cloud Backup*" | Start service''
<br />
<br>
<span id="SMTP_Prober_/_Mailbenachrichtigung"></span>
<span id="SMTP_Prober_/_Mailbenachrichtigung"></span>
==== SMTP Prober / Mail Notification ====
==== SMTP Prober / Mail Notification ====
Zeile 702: Zeile 854:
The backup agent does not send emails according to the defined criteria. <br>
The backup agent does not send emails according to the defined criteria. <br>
You will receive the following or similar messages in the log file of your backup job: <br>
You will receive the following or similar messages in the log file of your backup job: <br>
[[File:Mailbenachrichtigung.png|framed|without]]
[[File:Mailbenachrichtigung.png|framed|ohne]]
'''Recommendation for action:''' <br>
'''Recommendation for action:''' <br>
You can test the stored settings via the backup portal. If the test is not successful, you can carry out the following steps:
You can test the stored settings via the backup portal. If the test is not successful, you can carry out the following steps:
# Update the agent to the latest version as the mail notification feature has been updated to current standards in newer agent versions. <br>
# Update the agent to the latest version as the mail notification feature has been updated to current standards in newer agent versions. <br>
# Alternatively to port 25, check port 587 or 465. <br>
# Alternatively to port 25, check port 587 or 465. <br>
# Please use the SMTP Prober Tool to check whether the emails can generally be sent from the system
# Please use the SMTP Prober Tool to check whether the emails can generally be sent from the system<br>
'''SMTP Prober'''<br>
'''SMTP Prober'''<br>
You can download the tool at the following link: http://www.alexnolan.net/software/SMTPProber.htm <br>
You can download the tool at the following link: http://www.alexnolan.net/software/SMTPProber.htm <br>
If you can successfully send emails from the system using the tool, it is guaranteed that communication with the mail server can be established.
If you can successfully send emails from the system using the tool, it is guaranteed that communication with the mail server can be established.<br>
<br />
<br>
<span id="GetVolumeNameForVolumeMountPointW()_fehlgeschlagen"></span>
<span id="GetVolumeNameForVolumeMountPointW()_fehlgeschlagen"></span>
==== GetVolumeNameForVolumeMountPointW() failed ====
==== GetVolumeNameForVolumeMountPointW() failed ====
Zeile 717: Zeile 869:
'''Cause:'''<br>
'''Cause:'''<br>
This can happen when database files (MDF or LDF) exist either on a mount point or a symbolic link rather than in a normal physical location.<br>
This can happen when database files (MDF or LDF) exist either on a mount point or a symbolic link rather than in a normal physical location.<br>
<br>
''Example:''<br>
''Example:''<br>
You have your logical location for the database files in C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA, but you have created a symbolic link to the data that exists on another drive:<br>
You have your logical location for the database files in C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA, but you have created a symbolic link to the data that exists on another drive:<br>
Zeile 726: Zeile 879:
When the database is mounted, make sure to select the MDF file in the current location ''(D:\Data\MSSQL\DATA in the above example)''. <br>
When the database is mounted, make sure to select the MDF file in the current location ''(D:\Data\MSSQL\DATA in the above example)''. <br>
Once the logical reference is updated to the correct path, the backup is successful.<br>
Once the logical reference is updated to the correct path, the backup is successful.<br>
<br />
<br>
<span id="BSTR-E-04145_Fehler_beim_Öffnen_von_Datei_C:\Program_Files\TERRA_Cloud_Backup\Agent\BMR\000000XY.CAT_für_Ausgabe"></span>
<span id="BSTR-E-04145_Fehler_beim_Öffnen_von_Datei_C:\Program_Files\TERRA_Cloud_Backup\Agent\BMR\000000XY.CAT_für_Ausgabe"></span>
==== BSTR-E-04145 Error opening file C:\Program Files\TERRA Cloud Backup\Agent\BMR\000000XY.CAT for output ====
==== BSTR-E-04145 Error opening file C:\Program Files\TERRA Cloud Backup\Agent\BMR\000000XY.CAT for output ====
Zeile 733: Zeile 886:
''BSTR-E-04145 Error opening file C:\Program Files\TERRA Cloud Backup\Agent\BMR\000000XY.CAT for output'' <br>
''BSTR-E-04145 Error opening file C:\Program Files\TERRA Cloud Backup\Agent\BMR\000000XY.CAT for output'' <br>
''BKUP-F-04110 Job could not be completed.'' [VV] <br>
''BKUP-F-04110 Job could not be completed.'' [VV] <br>
<br>
'''Cause:'''<br>
'''Cause:'''<br>
The agent is unable to process the affected file. <br>
The agent is unable to process the affected file. <br>
Zeile 740: Zeile 894:
Create an exception in the existing antivirus program to give the agent unrestricted access to the files it needs: <br>
Create an exception in the existing antivirus program to give the agent unrestricted access to the files it needs: <br>
'''''C:\Program Files\TERRA Cloud Backup\*''''' <br>
'''''C:\Program Files\TERRA Cloud Backup\*''''' <br>
<br />
<br>
<span id="UTIL-E-04101_Betriebssystemmeldung:_Das_System_kann_den_angegebenen_Pfad_nicht_finden"></span>
<span id="UTIL-E-04101_Betriebssystemmeldung:_Das_System_kann_den_angegebenen_Pfad_nicht_finden"></span>
==== UTIL-E-04101 Operating system message: The system cannot find the specified path ====
==== UTIL-E-04101 Operating system message: The system cannot find the specified path ====
Zeile 747: Zeile 901:
You will receive the following error message in the log file: <br>
You will receive the following error message in the log file: <br>
''UTIL-E-04101 Operating system message: The system cannot find the specified path'' <br>
''UTIL-E-04101 Operating system message: The system cannot find the specified path'' <br>
''UTIL-E-05658 PhlWMgr::isSkip() internal error''
''UTIL-E-05658 PhlWMgr::isSkip() internal error''<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The operating system cannot access all the necessary paths to create a VSS snapshot of the system.
The operating system cannot access all the necessary paths to create a VSS snapshot of the system.
This can be caused by operating system corruption.
This can be caused by operating system corruption.<br>
<br>
'''Recommendation for action:''' <br>
'''Recommendation for action:''' <br>
Please note that this error is not a problem with the backup agent itself, but with the operating system being backed up. <br>
Please note that this error is not a problem with the backup agent itself, but with the operating system being backed up. <br>
Zeile 759: Zeile 915:
==== UTIL-E-04101 Operating system message: Access denied ====
==== UTIL-E-04101 Operating system message: Access denied ====


'''Error image:''' <br>
'''Error Symptom:''' <br>
You will receive the following error in the log file of a backup: <br>
You encounter the following error symptoms in the backup log file: <br>
''UTIL-E-04101 Operating System Message: Access Denied'' <br>
''UTIL-E-04101 Operating system message: Access denied'' <br>
''UTIL-E-05658 PhlWMgr::isSkip() internal error''
''UTIL-E-05658 PhlWMgr::isSkip() internal error''<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The operating system cannot access all of the necessary files to create a successful VSS snapshot of the system. <br>
The operating system cannot access all the files necessary to create a successful VSS snapshot of the system. <br>
In current support cases, we were able to determine a connection between the Windows 11 operating system and the use of Panda Antivirus / OneDrive.
In recent support cases, we have identified a link between the Windows 11 operating system and the use of Panda Antivirus / OneDrive.<br>
'''Recommendation for action:''' <br>
<br>
Please note that this error is not a problem with the backup agent itself, but with the operating system being backed up. <br>
'''Recommended Action:''' <br>
Generally you have two options:
Please note that this error is not caused by the backup agent itself, but by the operating system being backed up. <br>
* Find out what file(s) it is. Then ensure that the agent/VSS component has successful access to the file(s).
Generally, you have two options:
* Switch to an image-based job. Access denials would not occur again in the future because the agent backs up the existing volumes at block level instead of files/folders.
* Identify the specific file(s) involved. Then, ensure that the agent / VSS component has successful access to the file(s).
'''Determination of which file(s) it is''' <br>
* Switch to an image-based backup job.<br>This prevents future access denial issues, as the agent backs up the existing volumes at the block level rather than backing up individual files or folders.<br>
1. Edit the affected job, select the "Advanced backup options" option. <br>
<br>
2. Change log detail level from summary to files: <br>
'''Identifying the file(s) involved''' <br>
[[File:Erweiterte_Sicherungsoptionen_-_Detailebene_des_Protokolls_-_Dateien.png|framed|without]]
1. Edit the affected job and select the "Advanced backup options" option. <br>
3. Save customization and perform a backup. <br>
2. Change the log detail level from "Summary" to "Files": <br>
4. Search the log of the backup performed using CTRL + F and search for "-E-". <br>
[[File:Erweiterte_Sicherungsoptionen_-_Detailebene_des_Protokolls_-_Dateien.png|framed|none]]
5. The affected file is one line above the error message. <br>
3. Save the changes and run a backup. <br>
4. Search the log of the completed backup using Ctrl + F and look for "-E-". <br>
5. The affected file is located one line above the error message. <br>
<p style="color: #FF0000;">
<p style="color: #FF0000;">
The above Customization results in very large log files, which is why it is advisable to undo them after a backup has been made! <br>
The aforementioned adjustment results in very large log files; therefore, it is recommended to revert this change after the backup has been completed! <br>
</p>
</p>
In current support cases we have often found access denied for files in the following directory: ''C:\Windows\WinSxS\Catalogs\*'' <br>
In recent support cases, we have frequently observed access denials for files in the following directory:<br>
Apparently a hard link to the path ''\$Extend\$Deleted\'' ensures that the file cannot be accessed. <br>
''C:\Windows\WinSxS\Catalogs\*'' <br>
One solution mentioned by our customers would be to grant full access to the ''C:\Windows\WinSxS\Catalogs\*'' directory for the "Everyone" group. Unfortunately, we do not know the exact instructions/procedure.
It appears that a hard link to the path ''\$Extend\$Deleted\'' prevents access to the file. <br>
One solution suggested by our customers involves granting "Full Control" permissions for the ''C:\Windows\WinSxS\Catalogs\*'' directory to the "Everyone" group; however, we do not have specific instructions or a detailed procedure for this. <br>
<br>
<span id="UTIL-E-08235_Betriebssystemfehler_21,_Meldung:_Das_Gerät_ist_nicht_bereit"></span>
<span id="UTIL-E-08235_Betriebssystemfehler_21,_Meldung:_Das_Gerät_ist_nicht_bereit"></span>
==== UTIL-E-08235 Operating system error 21, message: The device is not ready ====
==== UTIL-E-08235 Operating system error 21, message: The device is not ready ====
Zeile 790: Zeile 951:
You will receive the following error in the log file of a backup: <br>
You will receive the following error in the log file of a backup: <br>
''UTIL-E-08235 Operating system error 21, message: The device is not ready'' <br>
''UTIL-E-08235 Operating system error 21, message: The device is not ready'' <br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The agent has lost access to the required shadow copy, causing backup problems.
The agent has lost access to the required shadow copy, causing backup problems.<br>
<br>
'''Recommendation for action:''' <br>
'''Recommendation for action:''' <br>
However, if you are looking for a new agent, you will be able to contact them. Applications that also require access to VSS shadow copies (e.g. other backup solutions) should be placed approximately 2 - 3 hours (depending on the situation) before or after the backup. <br>
However, if you are looking for a new agent, you will be able to contact them.<br>
Applications that also require access to VSS shadow copies (e.g. other backup solutions) should be placed approximately 2 - 3 hours (depending on the situation) before or after the backup. <br>
For initial backups or If you have a larger date, please note that the VSS has to be temporarily updated. <br>
For initial backups or If you have a larger date, please note that the VSS has to be temporarily updated. <br>
<br>
<br>
Zeile 805: Zeile 969:
"A problem has occurred. Please contact support if the problem persists."<br>
"A problem has occurred. Please contact support if the problem persists."<br>
</p>
</p>
<br>
'''Causes:''' <br>
'''Causes:''' <br>
One or more of the system's VSS writers are not functioning.<br>
One or more of the system's VSS writers are not functioning.<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Before you start troubleshooting the System VSS Writer, it is recommended to check the recommendation for action in the following article: [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#Eine_Netzwerkfreigabe_sorgt_daf.C3.BCr.2C_dass_ein_BMR_Job_fehlschl.C3.A4gt A network share causes a BMR job to fail] <br>
Before you start troubleshooting the System VSS Writer, it is recommended to check the recommendation for action in the following article: [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#A_network_share_causes_a_BMR_job_to_fail A network share causes a BMR job to fail] <br>
Alternatively, you can try to repair the non-functional writers via our VSS Troubleshooting Guide:
Alternatively, you can try to repair the non-functional writers via our VSS Troubleshooting Guide:
[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#VSS-Troubleshooting_Guide VSS Troubleshooting]
[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#VSS-Troubleshooting_Guide VSS Troubleshooting]<br>
<br />
<br>
<span id="SSET-E-04104_Die_Anforderung_ist_fehlgeschlagen._Der_Remote-Server_meldete_folgenden_Fehler:_RPC-E-AUTHERROR,_Authentifizierungsfehler"></span>
<span id="SSET-E-04104_Die_Anforderung_ist_fehlgeschlagen._Der_Remote-Server_meldete_folgenden_Fehler:_RPC-E-AUTHERROR,_Authentifizierungsfehler"></span>
==== SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-AUTHERROR, authentication failure ====
==== SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-AUTHERROR, authentication failure ====
'''Error Scenario:'''<br>
You encounter the following error in the backup log file: <br>
''SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-AUTHERROR, authentication error'' <br>
<br>
'''Cause:'''<br>
Our Vault rejected the backup request because the data set has been blocked. This block may be due to the following scenarios: <br>
* The affected agent is running an unsupported version. (See the newsfeed article in the Backup Portal dated Dec 12, 2023)
* The affected account has been cancelled.<br>Once a cancellation is processed via the Center, we block the data set associated with the affected account.<br>It is removed from the Vault system 14 days after the cancellation.
* The affected account, computer, or job is currently being migrated. The migration process blocks the data set at both the source and the destination.
* The Vault detected an anomaly related to the affected job.<br>Once an anomaly is detected, the Vault locks the affected data set to allow for an inspection.<br>
'''Recommended Action:'''<br>
Please first check the points listed above.<br>
If an update is required, please perform it as soon as possible.<br>
Backup operations should resume no later than one hour after the update. <br>
If the agent in question is running the current version, the backup account has not been cancelled, and no data migration is taking place (migrations are generally only performed after contacting our support team), there is most likely an issue.<br>
In this case, we recommend contacting TERRA CLOUD Support.<br>
When contacting support, please provide the order number or the name of the vault account, as well as the log file from the most recent backup.<br>
<br>
<span id="Sicherung_startet_nicht_trotz_konfigurierten_Windows-Sicherungsereignisauslösern"></span>
==== Backup does not start despite configured Windows backup event triggers ====
'''Issue:'''<br>
A file named "GlobalStatus.json" is stored in the agent directory of the system being backed up.<br>
This file records the timestamp of the last backup execution.<br>
[[Datei:GlobalStatus.json.png|border]]<br>
The schedule allows you to configure how many hours must elapse since the last backup before the next one starts.<br>
This JSON file serves as the data source for that calculation.<br>
<br>
'''Recommended Action:'''<br>
In the case described above, renaming or deleting the "GlobalStatus.json" file would resolve the issue.<br>
Once a new backup is triggered via the alternative trigger, the file is recreated and no longer takes the previous trigger into account.<br>
<br>
<span id="BFFR-F-04109_Fehler_beim_Zuweisen_von_1048576_Bytes_zu_Speicher"></span>
==== BFFR-F-04109 Error allocating 1048576 bytes to memory ====


'''Error image:'''<br>
'''Error image:'''<br>
You will receive the following error in the log file of a backup: <br>
You will receive the following error in the log file of a backup:<br>
''SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-AUTHERROR, authentication failure'' <br>
''BFFR-F-04109 Error allocating 1048576 bytes to memory''<br>
<br>
'''Possible causes:'''
#Insufficient memory is available during backup.
#One or more disks reach their capacity limit during the backup.
'''Recommendations for action:'''
* Please ensure that each drive to be backed up has at least 10% free capacity (for Microsoft VSS shadow copy).
* Check whether the RAM is fully utilized during the backup period and expand it if necessary and possible.
<br>
<span id="Mailbenachrichtigung_gestört"></span>
==== Email notification disrupted ====
 
'''Error pattern:'''<br>
You will receive the following message in the BUAgent log file of the affected agent:<br>
''AGNT-E-10084 Event in notification thread (Status=X Result = 0 Job ID=JobId=XY:XY,DateTimeString=XY,OperationType=BACKUP,EventJobStatus=COMPLETED, Job Type={3} Job Event ={4}) could not be uploaded to the server.''<br>
You can find this in the portal as follows: (Select agent -> Advanced -> Agent log files -> BUAgent-XY.XLOG - Date of first missing email)<br>
<br>
'''Cause:'''<br>
'''Cause:'''<br>
Our vault rejected the backup request because the dataset was blocked. The blockage can involve the following scenarios: <br>
The events.unsent file contains outdated information.<br>
* The affected agent has a version that is no longer supported. (See newsfeed article in Backup Portal from XXX)
<br>
* The affected account has been terminated. As soon as a cancellation is carried out via the center, we block the data of the affected account. This will be removed from the vault system after 14 days of termination.
'''Recommended actions:'''<br>
* The affected account / computer / job is currently being migrated. The migration process blocks the data at source and destination.
1. Stop the "TERRA CLOUD Backup BUAgent" service
* The Vault detected an anomaly related to the affected job. Once an anomaly is noticed, the Vault locks the affected dataset so that an inspection can be carried out.
* Open services.msc
'''Recommendation for action:'''<br>
* The "TERRA CLOUD Backup" service Search for "BUAgent"
Please check the above first. Points. If an update is required, you should carry it out as quickly as possible. The backup should then be possible again no later than 1 hour after the update. <br>
* Right-click > Exit
If the agent in question has the current version, the backup account has not been canceled and the data has not been migrated (migrations are generally only carried out after contacting our support), there is most likely an anomaly. In this case, we recommend contacting TERRA CLOUD support.<br>
2. Rename the file
When contacting us, please provide the order number or the name of the vault account as well as the log file from the last backup.
* Open the directory: C:\Program Files\TERRA CLOUD Backup\Agent
<span id="Sicherung_startet_nicht_trotz_konfigurierten_alternativen_Backup_Triggern"></span>
* Rename the file "events.unsent" to "events_old.unsent"
==== Backup does not start despite configured alternative backup triggers ====
3. Restart the service
* Return to services.msc
* Start the service "TERRA CLOUD Backup BUAgent"
4. Wait a few minutes
<br>
<br>
5. Check the log file - either in the portal or locally in the agent directory:
* C:\Program Files\TERRA CLOUD Backup\Agent
* Open the most recent BUAgent-XY.XLOG there
6. Check the log file to see if the message "Event in notification thread..." is still present.<br>
<br>
<span id="SSET-E-04104_Die_Anforderung_ist_fehlgeschlagen._Der_Remote-Server_meldete_folgenden_Fehler:_RPC-E-FAILED,_allgemeiner_RPC-Fehler_/_UTIL-W-05229_Konfigurationsdateien_konnten_nicht_hochgeladen_werden:_Datei_konnte_nicht_hochgeladen_werden._C:\Program_Files\TERRA_CLOUD_Backup\Agent\Jobname.status.cfg"></span>
==== SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-FAILED, generic RPC error / UTIL-W-05229 Could not upload configuration files: Failed to upload file. C:\Program Files\TERRA CLOUD Backup\Agent\Jobname.status.cfg ====
 
'''Error Description:'''<br>
Upon completion of the initial backup to an external hard drive or a VHDX file, the following messages appear at the end of the log file:<br>
''SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-FAILED, general RPC error''<br>
''UTIL-W-05229 Configuration files could not be uploaded: File could not be uploaded. C:\Program Files\TERRA CLOUD Backup\Agent\Jobname.status.cfg''<br>
<br>
'''Solution:'''<br>
The errors mentioned above are known to our software manufacturer, and a corresponding developer ticket already exists.<br>
A solution is currently being worked on; however, there is no specific date for the fix at this time.<br>
<br>
We can, however, confirm that you can submit the initial backup despite the displayed error messages.<br>
The import can be carried out without restrictions.<br>
<br>
<span id="Sicherung_schlägt_auf_Systemen_mit_gemounteten_Benutzerprofilen_(RDP_/_Terminalserver)_fehl"></span>
==== Backup fails on systems with mounted user profiles (RDP / Terminal Server) ====


'''Error image:'''<br>
'''Error Description:'''<br>
A file called "GlobalStatus.json" is stored in the agent directory of the system to be backed up and it states when the last backup was carried out. <br>
Backups fail or become unstable on systems with RDP or terminal server functionality.<br>
[[File:GlobalStatus.json.png|border]]<br>
This error occurs particularly when user profiles are mounted at the time of the backup.<br>
The schedule can be used to set how many hours must have passed since the last backup before the next backup is started.<br>
[[Datei:BackupSicherungsFenster.png]]<br>
This JSON file is used as a data source.
<br>
'''Recommendation for action:'''
'''Cause:'''<br>
In this case, renaming or deleting the "GlobalStatus.json" file would help.<br>
The backup is performed on a system where user profiles are mounted at the time of the backup, as is typically the case on RDP or terminal server systems.<br>
After a new backup is triggered via the alternative trigger, this file is created again and no longer takes the previous trigger into account.<br>
<br>
If the backup set is configured with the "Entire Server" option, these user profiles and volumes are included in the backup.<br>
This often leads to problems with snapshot creation (VSS) and consequently to failed backups.
Solution: On systems with RDP or terminal server functionality, the following adjustments should be made:
* Instead of "Entire Server," it is more effective to use a Bare Metal Restore and back up only the volumes that are actually needed.
* Before starting the backup, ensure that no users are actively logged in and no user profiles are mounted.
To reliably implement this, users can be automatically logged off before the backup time.<br>
This can be done, for example, using Windows Task Scheduler.<br>
Sufficient time buffer should be planned to cleanly terminate any open sessions.<br>
<br>
Alternatively, agent scripting can be used to automatically log users off before the backup and restore normal operations after the backup is complete.<br>
For implementation information, see:<br>
[https://wiki.terracloud.de/index.php/Backup/en#Address_Windows_Agent_via_script Address Windows Agent via script]<br>
[https://wiki.terracloud.de/index.php/Backup/en#Create_new_custom_command Create new custom command]<br>
<br>
=== Windows Agent Installation ===
=== Windows Agent Installation ===


-----
-----
<span id="UTIL-E-04503_Sicherungsziel_fehlt_in_Job_C:\Program_Files\TERRA_CLOUD_Backup\Agent\XYZ.vvc"></span>
==== UTIL-E-04503 Backup destination missing in job C:\Program Files\TERRA CLOUD Backup\Agent\XYZ.vvc ====
'''Error image:'''<br>
You receive an "Agent Upgrade Failed" error when upgrading the agent. <br>
[[Datei:Agent Upgrade fehlgeschlagen.png|gerahmt|ohne]]
In addition, the following errors can be seen in the agent directory in "Upgrade.xlog":<br>
''UTIL-E-04503 Backup destination is missing from job C:\Program Files\TERRA CLOUD Backup\Agent\XYZ.vvc.''<br>
''UTIL-E-08012 Upgrade aborted due to errors''<br>
<br>
'''Cause:''' <br>
During an upgrade installation, the TERRA CLOUD Backup Agent creates an "Old_Files" directory which is filled with backup copies of the configuration files.<br>
These backup copies can be used for rollback in the event of a failed or failed upgrade.<br>
With this error pattern, there is a copy of "global.vvc" in the agent directory with a different name (e.g. XYZ.vvc).<br>
The agent interprets any VVC file with a name other than "global.vvc" as a job configuration file and checks it via a lookup for a backup destination.<br>
Since the copy of "Global.vvc" is not a job configuration file, the backup creation will fail and the upgrade will be aborted.<br>
<br>
'''Solution:'''<br>
Please remove the offending "XYZ.vvc" file from the agent directory or change the file type to e.g. E.g. ".old" so that the agent does not take this into account.<br>
Then run the agent upgrade again.<br>
<br>
<span id="Fehler_1722._Mit_diesem_Windows_Installer-Paket_besteht_ein_Problem"></span>
==== Error 1722. There is a problem with this Windows Installer package ====
'''Error pattern:'''<br>
When installing or uninstalling the agent, you receive the following general error message:
[[File:1722-Installer.png|none]]
'''Possible causes:'''
# There is an umlaut in the system name, e.g. (office PC). <br>
# The Microsoft Visual C++ 2017 Redistributable libraries are damaged
'''Solution for cause 1:'''<br>
Please change the system name and remove the umlauts. <br>
Then start the installation/uninstallation of the agent again. <br>
<br>
'''Solution for cause 2:''' <br>
Please check the [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#CBFS_installation_library_could_not_be_loaded article].<br>
<br>
<span id="CBFS-Installationsbibliothek_konnte_nicht_geladen_werden"></span>
===== CBFS installation library could not be loaded =====
'''Error image:'''<br>
When installing the image plug-in, you receive the following error message in connection with the general error 1722:
[[File:CBFS-Fehler.png|550px|ohne]]
'''Cause:'''<br>
The Microsoft Visual C++ 2017 Redistributable libraries (x86 and x64) on the system are corrupted.<br>
<br>
'''Solution:'''<br>
Please uninstall the Microsoft Visual C++ 2017 Redistributable libraries (x86 and x64). <br>
Then run the installation again, the agent will then install the most recent version of the software libraries.<br>
<br>
<span id="Das_Installationspaket_wird_von_diesem_Prozessortyp_nicht_unterstützt"></span>
<span id="Das_Installationspaket_wird_von_diesem_Prozessortyp_nicht_unterstützt"></span>
==== This installation package is based on the Prozessortyp without its contents ====
==== This installation package is based on the Prozessortyp without its contents ====
Zeile 847: Zeile 1.155:
'''Error image:''' <br>
'''Error image:''' <br>
When installing the agent you receive the following error:
When installing the agent you receive the following error:
[[File:Prozessortyp.png|none]]
[[File:Prozessortyp.png|none]]<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
The setup executed is not compatible with the processor type used (64 bit or 32 bit).
The setup executed is not compatible with the processor type used (64 bit or 32 bit).<br>
<br>
'''Solution:''' <br>
'''Solution:''' <br>
Please use the appropriate setup for the type of processor used.
Please use the appropriate setup for the type of processor used.<br>
<br>
<span id="Ausstehender_Neustart"></span>
<span id="Ausstehender_Neustart"></span>
==== Pending reboot ====
==== Pending reboot ====
Zeile 857: Zeile 1.168:
'''Error image:''' <br>
'''Error image:''' <br>
When installing the agent, you receive the following message:<br>
When installing the agent, you receive the following message:<br>
[[File:Pending Reboot-1.png]]
[[File:Pending Reboot-1.png]]<br>
<br>
'''Cause:''' <br>
'''Cause:''' <br>
One or more registry keys in the operating system have a pending restart noted.
One or more registry keys in the operating system have a pending restart noted.<br>
Before installation, the Windows agent checks various registry entries for a stored value or existence of the key.
Before installation, the Windows agent checks various registry entries for a stored value or existence of the key.<br>
<br>
'''Recommendation for action:''' <br>
'''Recommendation for action:''' <br>
Please restart the system, for example to completely complete the installation of Windows Updates. <br>
Please restart the system, for example to completely complete the installation of Windows Updates. <br>
If the error continues to appear even after several restarts, we recommend that you check the following list of registry keys:
If the error continues to appear even after several restarts, we recommend that you check the following list of registry keys:<br>
https://adamtheautomator.com/pending-reboot-registry/
https://adamtheautomator.com/pending-reboot-registry/
<br>
<span style="color:red">Please note that adjustments to the registry should only be made after a successful backup (e.g. through an export)!</span>
<span style="color:red">Please note that adjustments to the registry should only be made after a successful backup (e.g. through an export)!</span>
<br />
<br>
<span id="Backup_Host_Agent_Fehler_0x800706d9"></span>
<span id="Backup_Host_Agent_Fehler_0x800706d9"></span>
==== Backup Host Agent Error 0x800706d9 ====
==== Backup Host Agent Error 0x800706d9 ====


'''Error image:''' <br>
'''Error image:''' <br>
When registering the system, you receive the following error message in the Backup Portal<br>
When registering the system, you receive the following error message in the Backup Portal:<br>
<br>
[[File:Agent Fehler x800706d9.jpg|Backup Agent Error x800706d9]]<br>
<br>
<br>
[[File:Agent Fehler x800706d9.jpg|Backup Agent Error x800706d9]]
'''Solution:'''<br>
'''Solution:'''<br>
Please check whether it is a cluster node with the failover cluster role installed and not a cluster system. <br>
Please check whether it is a cluster node with the failover cluster role installed and not a cluster system. <br>
Zeile 879: Zeile 1.194:
The agent checks: <br>
The agent checks: <br>
* If no Failover Cluster role is installed => Connect to Hyper-V <br>
* If no Failover Cluster role is installed => Connect to Hyper-V <br>
* If Failover Cluster Role is installed => Connect to the cluster instance <br>
* If the Failover Cluster role is installed => Connect to the cluster instance <br>
<br />
<br>
<span id="Keine_Verbindung_zwischen_Agent_und_Portal"></span>
<span id="Keine_Verbindung_zwischen_Agent_und_Portal"></span>
==== No connection between agent and portal ====
==== No connection between agent and portal ====


'''Error:''' <br>
'''Error:''' <br>
When installing the agent on a target system, the agent cannot authenticate itself to the portal. <br>
When installing the agent on a target system, the agent cannot authenticate with the portal. <br>
<br>
'''Causes:''' <br>
'''Causes:''' <br>
* The login details you entered are incorrect.
* The entered credentials are incorrect. * The user password contains special characters such as: ( $ ' " | & \ § ° ^ ´ ` )
* Communication is not possible due to blocked ports (8086 TCP and 8087 TCP).
* Communication is prevented by blocked ports (8086 TCP and 8087 TCP).
* A strict firewall configuration (IPS, Proxy or TLS) blocks the connection.
* A strict firewall configuration (IPS, proxy, or TLS) is blocking the connection.<br>
'''Port Check:''' <br>
'''Port Check:''' <br>
Please run the following PowerShell commands on the system where Agent is to be installed: <br> <br>
<br>
''1 .. 28 | ForEach-Object { Write-Host "amp$(($_).ToString("00")).terracloud.de" : $(Test-NetConnection "amp$(($_).ToString("00")) .terracloud.de" -Port 8087).TcpTestSucceeded } <br>
'''Windows:'''<br>
Test-NetConnection backup.terracloud.de -Port 8086'' <br> <br>
Please run the following PowerShell commands on the system where the agent is to be installed: <br>
The "TcpTestSucceeded" option must result in "True", otherwise the port is blocked.
1..28 | ForEach-Object {
$server = "amp$($_.ToString("000")).terracloud.de"
$result = Test-NetConnection $server -Port 8087
Write-Host "$server : $($result.TcpTestSucceeded)" }
$backupResult = Test-NetConnection backup.terracloud.de -Port 8086
Write-Host "backup.terracloud.de : $($backupResult.TcpTestSucceeded)"
The result for each entry must be "True"; otherwise, a required port is blocked.<br>
<br>
'''DNS Resolution:''' <br>
'''DNS Resolution:''' <br>
Please check whether the DNS name backup.terracloud.de is resolved to the public IP 185.35.12.130.
Please check whether the DNS name backup.terracloud.de resolves to the public IP address 185.35.13.210.<br>
'''Access data:''' <br>
<br>
Please check the access data; these were defined by you within the backup portal. <br>
'''Access Credentials:''' <br>
If the connection attempts fail, please enable the corresponding ports.
We recommend comparing the details with your own records of the access credentials.<br>
Ensure that there is no cell formatting (e.g., from copying and pasting from MS Excel) in any of the required fields. <br>
Also, ensure that none of the special characters mentioned above are being used.<br>
The issue has already been escalated to our software vendor, and a solution is currently being worked on.<br>
Reference OCTCR77GC4729388 <br>
<br>
'''Strict Firewall:''' <br>
'''Strict Firewall:''' <br>
A strict firewall configuration (IPS, Proxy or TLS) can also ensure that the connection remains intact despite the above. Preparations are not possible. Here you should always make sure that communication between the agent and the portal can take place undisturbed.
A Strict firewall configurations (IPS, proxy, or TLS) can also prevent the connection from being established, despite the aforementioned preparations.<br>
You should always ensure that communication between the agent and the portal can take place without interference.<br>
<br>
<span id="Agent_Upgrade_Utility_funktioniert_nicht_mehr_/_MAPI-Jobupgrade"></span>
<span id="Agent_Upgrade_Utility_funktioniert_nicht_mehr_/_MAPI-Jobupgrade"></span>
==== Agent Upgrade Utility stopped working / MAPI job upgrade ====
==== Agent Upgrade Utility stopped working / MAPI job upgrade ====
Zeile 915: Zeile 1.245:
'''Solution:'''<br>
'''Solution:'''<br>
Please run the setup again and stop at the first step.<br>
Please run the setup again and stop at the first step.<br>
<br>
Then download the following .zip file:<br>
Then download the following .zip file:<br>
[https://drive.terracloud.de/dl/fi5rVctgmVWGGaR3vU66STpt/Agent%20Upgrade%20Utility%20funktioniert%20nicht%20mehr%20Hotfix.zip Hotfix]<br>
[https://drive.terracloud.de/dl/fi5rVctgmVWGGaR3vU66STpt/Agent%20Upgrade%20Utility%20funktioniert%20nicht%20mehr%20Hotfix.zip Hotfix]<br>
Zeile 923: Zeile 1.252:
''libeay32.dll.txt -> libeay32.dll''<br>
''libeay32.dll.txt -> libeay32.dll''<br>
''ssleay32.dll.txt -> ssleay32.dll''<br>
''ssleay32.dll.txt -> ssleay32.dll''<br>
<br>
*Now change to the Temp directory of the affected system:
*Now change to the Temp directory of the affected system:
*Open Explorer -> enter ''%temp%'' in the address bar.
*Open Explorer -> enter ''%temp%'' in the address bar.
*There should be a folder called ''{​​​​​​​​BD4F2616-B17D-4982-815F-0C78C476839F}''​​​​​​​​.
*There should be a folder called ''{​​​​​​​​BD4F2616-B17D-4982-815F-0C78C476839F}''​​​​​​​​.
*Please now move the two ''".dll"'' files into the directory.
*Please now move the two ''".dll"'' files into the directory.
The update should then be possible via the process that has already started.<br>
<br>
<br>
The update should then be possible via the process that has already started.<br>
<br />
<span id="Fehler_1920_bei_der_Installation_/_beim_Update_des_Agenten"></span>
<span id="Fehler_1920_bei_der_Installation_/_beim_Update_des_Agenten"></span>
==== Error 1920 while installing/updating the agent ====
==== Error 1920 while installing/updating the agent ====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Scenario:'''<br>
'''Fehlerbild:'''<br>
During the installation or update of the Windows Agent, the following message appears:<br>
Während einer Installation / eines Updates des Windows Agenten trifft man auf folgende Meldung:<br>
<br>
<br>
[[Datei:1920 Fehler.png|border]]<br>
[[File:1920 Fehler.png|border]]<br>
<br>
<br>
'''Ursache:'''<br>
'''Cause:'''<br>
Hierfür gibt zwei mögliche Ursachen:<br>
There are two possible causes for this:<br>
1. Benötigte Visual C++ Libraries stehen nicht zur Verfügung<br>
1. Required Visual C++ libraries are not available<br>
<br>
<br>
2. Der lokale Port 2548 wird durch eine weitere Anwendung blockiert<br>
2. Local port 2548 is being blocked by another application<br>
Bekannte Softwarelösungen die für Probleme sorgen: [https://www.drtax.ch/web/ch/de/index.aspx Dr Tax]<br>
Known software solutions that cause issues: [https://www.drtax.ch/web/ch/de/index.aspx Dr Tax]<br>
<br>
'''Lösung:'''<br>
1. Bitte installieren Sie folgendes Visual C++ Kumulativ-Update und führen Sie das Agentensetup anschließend erneut aus:<br>
<br>
<br>
'''Solution:'''<br>
1. Please install the following Visual C++ cumulative update and then run the agent setup again:<br>
https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0<br>
https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0<br>
<br>
<br>
2. Überprüfen Sie über folgenden CMD Befehl, ob der Port über einen laufenden Prozess blockiert wird:<br>
2. Check whether the port is being blocked by a running process using the following CMD command:<br>
<br>
<br>
''netstat -ano | findstr 2548''<br>
''netstat -ano | findstr 2548''
''Example: TCP --- 0.0.0.0:2548 --- 0.0.0.0:0 --- LISTENING --- '''5036'''''<br>
<br>
<br>
''Beispiel: TCP --- 0.0.0.0:2548 --- 0.0.0.0:0 --- ABHÖREN --- '''5036'''''<br>
If the running process shown in Task Manager (Details tab) is not named VVAgent.exe, then the port is being blocked.<br>
You must then ensure that the port is kept open—either temporarily or, preferably, permanently.<br>
After that, the installation or update can be performed successfully.<br>
<br>
<br>
Sofern der laufende Prozess im Task-Manager(Details) dann nicht VVAgent.exe heißt, wird der Port blockiert.<br>
<span id="Windows_Agent_Deinstallation"></span>
Im Anschluss muss entweder temporär, oder besser permanent dafür gesorgt werden, dass der Port offen ist. Sobald der Port offen ist, kann die Installation / das Update erfolgreich durchgeführt werden.<br>
=== Windows Agent uninstallation ===
<br>
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
=== Windows Agent Deinstallation ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Fehler_1722_bei_der_Deinstallation_des_Backup_Agents"></span>
==== Fehler 1722 bei der Deinstallation des Backup Agents ====
==== Error 1722 while uninstalling Backup Agent ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message when uninstalling the Backup Agent:
Sie erhalten bei der Deinstallation des Backup Agenten folgende Fehlermeldung:
[[File:Fehler 1722.png|framed|ohne]]
[[Datei:Fehler 1722.png|gerahmt|ohne]]
'''Cause:''' <br>
'''Ursache:''' <br>
The error occurs if information about the agent installation (plug-ins) is missing in the Global.vvc file. Each plug-in adds an entry in this configuration file (e.g. Image Plug-in). <br>
Das Fehlerbild entsteht, wenn in der Global.vvc Datei Informationen zur Agenteninstallation (Plug-ins) fehlen. Jedes Plug-in fügt einen Eintrag in dieser Konfigurationsdatei hinzu (z.B. Image Plug-in). <br>
The error occurs if, during uninstallation, the entries in this file do not match the plug-ins stored on the system.
Der Fehler entsteht, wenn bei der Deinstallation die Einträge in dieser Datei nicht mit dem auf dem System hinterlegten Plug-ins übereinstimmen.
<br>
'''Lösung:''' <br>
'''Solution:''' <br>
# Stoppen Sie - falls noch nicht geschehen - die TERRA Cloud Backup Dienste.
# If you haven't already done so, stop the TERRA Cloud backup services.
# Bitte benennen Sie die "Global.vvc" innerhalb des Installationsverzeichnisses um in "Global.old“. <br>
# Please rename the "Global.vvc" within the installation directory to "Global.old". <br>
# Deinstallieren Sie danach den Agenten
# Then uninstall the agent
<br />
<br>
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
=== Agent Scripting ===
=== Agent Scripting ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
-----
-----
</div>
<span id="PreshutdownTimeout_Wert"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== PreshutdownTimeout Value ====
==== PreshutdownTimeout Wert ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
If you are using a Windows Server 2019 machine, specific permissions are required to modify the following registry keys:<br>
Sofern Sie eine Windows Server 2019 Maschine im Einsatz haben ist werden für das Ändern den folgenden Registry Keys gesonderte Rechte benötigt:<br>
''Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc\PreshutdownTimeout''
<br>
Please ensure that you have the necessary permissions to edit Group Policies with the currently logged-in user.<br>
''HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc\PreshutdownTimeout''<br>
<br>
Bitte stellen Sie sicher, dass Sie die Gruppen Richtlinien mit den eingeloggten Benutzer bearbeiten können.<br>
<br>
<br>
[[Datei:Permissions_gpsvc.png|border|Permissions must be changed]]
[[Datei:Permissions_gpsvc.png|border|Permissions must be changed]]
<br>
<br>
Über "Advanced" weisen Sie also bitte den jeweiligen User Owner Berechtigungen zu. <br>
Use the "Advanced" option to assign "Owner" permissions to the respective user.<br>
<br>
<br>
[[Datei:Permissions for gpsvc.png|border]]
[[Datei:Permissions for gpsvc.png|border]]<br>
<br>
<br>
Benötigt werden in dem Fall Owner Berechtigungen. <br>
[[Datei:Owner Berechtigung.png|border|Owner]]<br>
<br>
<br>
[[Datei:Owner Berechtigung.png|border|Owner]]
You should then be able to modify the registry keys.<br>
<br>
<br>
Anschließend sollten Sie Registry Key dementsprechend anpassen können.<br>
<span id="Windows_Agent_dateibasiertes_Backup"></span>
<br />
=== Windows Agent file-based backup ===
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
=== Windows Agent dateibasiertes Backup ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
-----
-----
</div>
<span id="Analysepunkt_in_folgendem_Pfad_wird_nicht_traversiert"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== Parse point in the following path is not traversed ====
==== Analysepunkt in folgendem Pfad wird nicht traversiert ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
The error message says that you are trying to save a path that represents some kind of link. <br>
Die Fehlermeldung besagt, dass Sie einen Pfad versuchen zu sichern der eine Art Verlinkung darstellt. <br>
The actual data will probably be on another partition. <br>
Der eigentliche Datenbestand wird sich vermutlich auf einer anderen Partition befinden. <br>
This directory was apparently not included in the backup, so the agent is not backing it up. <br>
Dieses Verzeichnis wurde offenbar nicht in die Sicherung inkludiert, der Agent sichert dies also nicht mit. <br>
<br>
</div>
<span id="Verknüpfte_Hardlinks_waren_nicht_ausgewählt_und_wurden_nicht_gesichert"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== Linked hardlinks were not selected and were not saved ====
==== Verknüpfte Hardlinks waren nicht ausgewählt und wurden nicht gesichert ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Scenario:'''<br>
'''Fehlerbild:'''<br>
The backup job completes with warnings stating "Linked hard links were not selected and were not backed up." This warning appears in the log file as follows:
Der Backup Job wird mit Warnungen „Verknüpfte Hardlinks waren nicht ausgewählt und wurden nicht gesichert“ abgeschlossen. Diese Warnung sieht im Logfile wie folgt aus:
[[Datei:Hardlinks.png|none]]
[[Datei:Hardlinks.png|none]]
'''Fehlerursache:'''<br>
'''Cause of Error:'''<br>
Hardlinks sind Dateien oder Verzeichnisse, die einen bestehenden Eintrag in der Master File Table referenzieren und über die identischen Eigenschaften und Inhalte, wie die Original-Datei verfügen.
Hard links are files or directories that reference an existing entry in the Master File Table and possess the same properties and content as the original file.<br>
Original-Datei und Hardlink unterscheiden sich nur im Pfad.
The original file and the hard link differ only in their paths.<br>
Der Konfigurierte Sicherungssatz beinhaltet nicht alle Hardlinks, die für die Original-Datei existieren und können daher nicht gesichert werden.  
The configured backup set does not include all hard links existing for the original file; therefore, they cannot be backed up.<br>
'''Lösungsmöglichkeiten:''' <br>
<br>
# Sobald die gesamte NTFS Partition gesichert wird, können keine verknüpften Hardlinks mehr bemängelt werden.<br>
'''Possible Solutions:'''
# Der Sicherungssatz kann um alle bestehenden Hardlinks erweitert werden, die benötigen Pfade können über den untenstehenden Befehl über die PowerShell oder die CMD ausgelesen werden.
# If the entire NTFS partition is backed up, there will be no issues regarding linked hard links.<br>
  Syntax : fsutil hardlink list <Dateiname>
# The backup set can be expanded to include all existing hard links; the required paths can be retrieved using the command below via PowerShell or CMD.
  Beispiel : fsutil hardlink list c:\liste.txt
''Syntax: fsutil hardlink list <filename>''<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
Example:
==== OneDrive Verzeichnis kann nicht gesichert werden ====
fsutil hardlink list c:\liste.txt
</div>
<br>
<span id="OneDrive_Verzeichnis_kann_nicht_gesichert_werden"></span>
==== OneDrive directory cannot be backed up ====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
A file-based backup job reports the following error in the log file:<br>
Ein filebasierter Backup Job meldet folgenden Fehler im Logfile:<br>
''DISK-E-04205 Error searching for file C:\Users\%USER%\OneDrive\*.*''<br>
''DISK-E-04205 Fehler beim Suchen nach Datei C:\Users\%USER%\OneDrive\*.*''<br>
''DISK-E-04101 Operating system message: The media is write protected.''<br>''<br>
''DISK-E-04101 Betriebssystemmeldung: Das Medium ist schreibgeschützt.''<br>''
<br>
'''Lösung:''' <br>
'''Solution:''' <br>
Eine Einstellung innerhalb von OneDrive sorgt dafür, dass der Agent nur Verknüpfungen zu Dateien sieht, da diese erst bei Bedarf heruntergeladen werden. <br>
A setting within OneDrive ensures that the agent only sees shortcuts to files, as they are only downloaded when necessary. <br>
Diese 0KB Dateien sorgen für die o. g. Fehlermeldung. Sobald Sie die Dateien auf Ihr System heruntergeladen haben, verschwinden die Fehlermeldungen.<br>
These 0KB files provide the above. Error message. Once you download the files to your system, the error messages will disappear.<br>
Das entfernen des Hakens in der "Dateien bei Bedarf" Checkbox würde ebenfalls für die gewünschte Lösung sorgen:<br>
Unchecking the “Files on demand” checkbox would also provide the desired solution:<br>
[[Datei:One-drive.png|border|One-Drive]]
[[File:One-drive.png|border|One-Drive]]<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="SV_-W-08372_Ausschluss_Exklusion_im_Backup_Job&gt;_wird_unterdrückt,_da_er_die_Bestandteil_der_BMR-Sicherung&gt;_BMR-Auswahl_beeinträchtigt"></span>
==== SV -W-08372 Ausschluss <''Exklusion im Backup Job''> wird unterdrückt, da er die <''Bestandteil der BMR-Sicherung''> BMR-Auswahl beeinträchtigt ====
==== SV -W-08372 Exclusion <''Exclusion in the backup job''> is suppressed because it affects the <''Part of the BMR backup''> BMR selection ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:'''<br>
'''Fehlerbild:'''<br>
You receive the following error message in the log file of a file-based backup job: <br>
Sie erhalten im Logfile eines dateibasierten Backup Jobs folgende Fehlermeldung: <br>
''SV -W-08372 Exclusion <exclusion in backup job> is suppressed because it affects the <part of the BMR backup> BMR selection.''<br>
''SV -W-08372 Ausschluss <Exklusion im Backup Job> wird unterdrückt, da er die <Bestandteil der BMR-Sicherung> BMR-Auswahl beeinträchtigt.''
<br>
'''Ursache:'''<br>
'''Cause:'''<br>
Die konfigurierte Exklusion würde Dateien ausschließen, die für die BMR-Sicherung notwendig sind.
The configured exclusion would exclude files that are necessary for BMR backup.
Der Backup Agent ignoriert die Exklusion um eine BMR-Sicherung durchzuführen.
The Backup Agent ignores the exclusion to perform a BMR backup.<br>
'''Handlungsempfehlung:'''<br>
<br>
Bitte entfernen Sie die bemängelte Exklusion aus dem betroffenen Backup Job, da der Job andernfalls bei jeder Sicherung mit einer Warnung abschließt.
'''Recommendation for action:'''<br>
Wandeln Sie die Exklusion, falls diese benötigt wird, dahingehend ab, dass keine systemrelevanten Dateien ausgeschlossen werden.
Please remove the exclusion in question from the affected backup job, otherwise the job will end with a warning every time it is backed up.<br>
</div>
If necessary, modify the exclusion so that no system-relevant files are excluded.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== Outlook-Offlinedatendatei (OST) ====
<span id="Outlook-Offlinedatendatei_(OST)"></span>
</div>
==== Outlook offline data file (OST) ====


<div lang="de" dir="ltr" class="mw-content-ltr">
*.ost files are offline Outlook data files that are automatically created by IMAP-, Microsoft 365-, Exchange- and Outlook.com-accounts. <br>
Bei *.ost-Dateien handelt es sich um Offline-Outlookdatendateien, welche automatisch von IMAP-Konten, Microsoft 365-Konten, Exchange-Konten und Outlook.com-Konten erstellt werden. <br>
Since these cannot be moved from one computer to another, the need for backup is eliminated.
Da diese nicht von einem Computer auf einen anderen verschoben werden können, entfällt die Notwendigkeit einer Sicherung.
By default, the following registry key excludes *.ost files from creating a VSS snapshot: <br>
Folgender Registry Key schließt standardmäßig *.ost-Dateien aus der Erstellung eines VSS Snapshots aus: <br>
''Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToSnapshot''
''Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToSnapshot''
[[Datei:Ost-Dateien.jpg|gerahmt|ohne]]
[[File:Ost-Dateien.jpg|framed|ohne]]<br>
'''Warum sollten *.ost-Dateien aus der Sicherung ausgeschlossen werden?: <br>'''
<br>
'''Why should *.ost files be excluded from backup?: '''<br>
https://social.technet.microsoft.com/Forums/en-US/fc9bebff-9494-4b45-b43d-6b2f8e98add4/oops-windows-7-backup-omits-key-outlook-mail-files <br>
https://social.technet.microsoft.com/Forums/en-US/fc9bebff-9494-4b45-b43d-6b2f8e98add4/oops-windows-7-backup-omits-key-outlook-mail-files <br>
[https://support.office.com/en-us/article/find-and-transfer-outlook-data-files-from-one-computer-to-another-0996ece3-57c6-49bc-977b-0d1892e2aacc?ui=en-US&rs=en-US&ad=US#ID0EAACAAA=Office_2007_-_2010 https://support.office.com/en-us/article/find-and-transfer-outlook-data-files-from-one-computer-to-another]
[https://support.office.com/en-us/article/find-and-transfer-outlook-data-files-from-one-computer-to-another-0996ece3-57c6-49bc-977b-0d1892e2aacc?ui=en-US&rs=en-US&ad=US#ID0EAACAAA=Office_2007_-_2010 https://support.office.com/en-us/article/find-and-transfer-outlook-data-files-from-one-computer-to-another]<br>
'''Weitere Informationen zu Dateien, die durch das Betriebsystem automatisch aus einer Sicherung exkludiert werden:'''<br>
<br>
'''For more information about files that are automatically excluded from a backup by the operating system:'''<br>
https://docs.microsoft.com/en-us/windows/win32/vss/excluding-files-from-shadow-copies
https://docs.microsoft.com/en-us/windows/win32/vss/excluding-files-from-shadow-copies
<span style="color:red">Es wird nicht empfohlen Änderungen an den erwähnten Registry Keys vorzunehmen.</span>
<span style="color:red">It is not recommended to make changes to the registry keys mentioned.</span>
<br />
<br>
</div>
<span id="DISK-E-08235_Betriebssystemfehler_1392,_Meldung:_Die_Datei_oder_das_Verzeichnis_ist_beschädigt_und_nicht_lesbar"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== DISK-E-08235 Operating system error 1392, message: The file or directory is corrupt and unreadable ====
==== DISK-E-08235 Betriebssystemfehler 1392, Meldung: Die Datei oder das Verzeichnis ist beschädigt und nicht lesbar ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the log file:<br>
Sie erhalten im Logfile folgende Fehlermeldung:
''DISK-E-08235 Operating System Error 1392, Message: The file or directory is corrupt and unreadable''<br>
''DISK-E-08235 Betriebssystemfehler 1392, Meldung: Die Datei oder das Verzeichnis ist beschädigt und nicht lesbar''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der Backup Agent gibt eine Fehlermeldung des Betriebsystems weiter, dass die bemängelte Datei beschädigt oder nicht lesbar ist.
The backup agent passes on an error message from the operating system that the file in question is damaged or unreadable.<br>
'''Handlungsempfehlung:''' <br>
<br>
Bitte prüfen Sie die entsprechende Datei, da diese Fehlermeldung nicht von der Backup Software verursacht wird. <br>
'''Recommendation for action:''' <br>
Ein Systemscan via sfc/scannow kann das Fehlerbild ggf. beheben. <br>
Please check the relevant file as this error message is not caused by the backup software. <br>
Auch eine Diagnose über CHKDSK kann in diesem Fall hilfreich sein. <br>
A system scan via sfc/scannow may be able to resolve the error. <br>
</div>
A diagnosis via CHKDSK can also be helpful in this case. <br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== Sicherheitsdatenverarbeitung aufgrund unzureichender Berechtigung deaktivieren ====
<span id="DISK-W-08623_-Sicherheitsdatenverarbeitung_aufgrund_unzureichender_Berechtigung_deaktivieren"></span>
</div>
==== DISK-W-08623 -Disable security data processing due to insufficient authorization ====


<div lang="de" dir="ltr" class="mw-content-ltr">
<p style="color: #FF0000;">
<p style="color: #FF0000;">
Dieser Artikel wurde für den Job Typen "Lokales System" verfasst. Für den Job Typ "UNC-Dateien" gibt es folgenden [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#DISK-W-08623_-_Sicherheitsdatenverarbeitung_aufgrund_unzureichender_Berechtigung_deaktivieren Artikel]
This article was written for the "Local System" job type.<br>
For the "UNC Files" job type, the following [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#DISK-W-08623_-_Security_Deactivate_data_processing_due_to_insufficient_authorization article] is available.
</p>
</p>
'''Fehlerbild:'''<br>
'''Error symptom:'''<br>
Sie erhalten im Logfile folgende Warnmeldung:
You receive the following warning message in the log file:<br>
''DISK-W-08623 Sicherheitsdatenverarbeitung aufgrund unzureichender Berechtigung deaktivieren''
''DISK-W-08623 Disable security data processing due to insufficient permissions''<br>
'''Ursache:'''<br>
<br>
Compress Advanced Attribute (Inhalt komprimieren, um Speicherplatz zu sparen) für mindestens ein Verzeichnis aktiviert.
'''Cause:'''<br>
[[Datei:Erweiterte Attribute.png|gerahmt|ohne]]
"Compress contents to save disk space" (Advanced Attribute) is enabled for at least one directory.
'''Lösung:'''<br>
[[File:Erweiterte Attribute.png|framed|none]]
Um diese Verzeichnisse zu lokalisieren können Sie den Job einmal mit einem anderem Log-Level ausführen.  
'''Solution:'''<br>
Bitte bearbeiten Sie hierzu Ihren Job und wählen als „Optionen für Protokolldatei:" die Option „Verzeichnis" aus. Führen Sie im Anschluss das Backup erneut aus, nun sollten Sie unterhalb der unten aufgezeigten Zeile Hinweise auf die Verzeichnisse finden die diese verursachen.  
To locate these directories, you can run the job once with a different log level.<br>
Diese Form der Protokollierung große Logfiles erzeugen daher sollte dieser Typ nur temporär genutzt werden.
To do this, edit your job and select the "Directory" option under "Advanced Backup Options" > "Log Detail Level".<br>
Lokalisieren Sie diese Ordner und entfernen Sie in den Eigenschaften->Erweitert den Punkt „Inhalt komprimieren, um Speicherplatz zu sparen".  
Then, run the backup again. You should now see indications of the specific directories causing the warnings listed below the warning messages themselves.<br>
Anschließend sollten die beiden TERRA CLOUD Backup Dienste neugestartet werden.
This type of logging generates large log files, so it should only be used temporarily.<br>
</div>
Locate the affected folders and, in the Properties > Advanced settings, uncheck the option "Compress contents to save disk space".<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== DISK-E-04144 Fehler beim Öffnen von Datei [...] $Exported$BCD für Eingabe ====
<span id="DISK-E-04144_Fehler_beim_Öffnen_von_Datei_[...]_$Exported$BCD_für_Eingabe"></span>
</div>
==== DISK-E-04144 Error opening file [...] $Exported$BCD for input ====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You will receive the following warning message in the log file:<br>
Sie erhalten im Logfile folgende Warnmeldung:
''DISK-E-04144 Error opening file \\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\$Exported$BCD for input'' <br>
''DISK-E-04144 Fehler beim Öffnen von Datei \\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\$Exported$BCD für Eingabe'' <br>
''DISK-E-08235 Operating System Error 32, Message: The process cannot access the file because it is in use by another process'' <br>
''DISK-E-08235 Betriebssystemfehler 32, Meldung: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird'' <br>
''DISK-E-04144 Error opening file \\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\$Exported$BCD.LOG for input'' <br>
''DISK-E-04144 Fehler beim Öffnen von Datei \\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\$Exported$BCD.LOG für Eingabe'' <br>
''DISK-E-08235 Operating System Error 32, Message: The process cannot access the file because it is in use by another process'' <br>
''DISK-E-08235 Betriebssystemfehler 32, Meldung: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird'' <br>
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Dieses Fehlerbild wird von verschiedener Antivirensoftware verursacht die auf Bitdefender basieren. Verantwortlich ist das Modul "Verhaltensscan" in der Version 6.6.18.265.
This error is caused by various antivirus software based on Bitdefender.<br>
'''Lösung:''' <br>
The “Behavior Scan” module in version 6.6.18.265 is responsible.<br>
Bitte führen Sie ein Update der Antivirensoftware durch, da dieses Fehlerbild in einem Update behoben wurde.
<br>
</div>
'''Solution:''' <br>
<div lang="de" dir="ltr" class="mw-content-ltr">
Please update your antivirus software as this error has been fixed in an update.<br>
==== UTIL-E-04101 O/S message: Die Anforderung konnte wegen eines E/A-Gerätefehlers nicht ausgeführt werden ====
<br>
</div>
<span id="UTIL-E-04101_O/S_message:_Die_Anforderung_konnte_wegen_eines_E/A-Gerätefehlers_nicht_ausgeführt_werden"></span>
==== UTIL-E-04101 O/S message: The request could not be completed due to an I/O device error ====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Symptom:'''<br>
'''Fehlerbild:'''<br>
You receive the following warning message in the log file: <br>
Sie erhalten im Logfile folgende Warnmeldung: <br>
''UTIL-E-04101 O/S message: The request could not be performed because of an I/O device error''<br>
''UTIL-E-04101 O/S message: Die Anforderung konnte wegen eines E/A-Ger tefehlers nicht ausgeführt werden''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der Backup Agent gibt diese Fehlermeldung des Betriebsystems im Logfile weiter.  
The backup agent passes this operating system error message on to the log file.<br>
Sie finden diese Fehlermeldung auch in den System Eventlogs unter der ID 153 wieder.
You can also find this error message in the system event logs under ID 153.<br>
Es handelt sich dabei nicht um ein Problem mit der Backup Lösung.  
This is not an issue with the backup solution itself.<br>
'''Handlungsempfehlung:''' <br>
<br>
Bitte prüfen Sie folgenden [https://docs.microsoft.com/en-us/archive/blogs/ntdebugging/interpreting-event-153-errors Microsoft Beitrag] zu dieser ID.
'''Recommended Action:''' <br>
Wie in dem Microsoft Beitrag beschrieben, handelt es sich um einen Timeout einer Anfrage an den Storage.  
Please review the following [https://docs.microsoft.com/en-us/archive/blogs/ntdebugging/interpreting-event-153-errors Microsoft article] regarding this ID.<br>
Zum weiteren Fehlerdiagnose empfehlen wir das CHDSK Tool, weitere Informationen dazu finden Sie unter:
As described in the Microsoft article, this indicates a timeout of a request to the storage system. <br>
[https://docs.microsoft.com/de-de/windows-server/administration/windows-commands/chkdsk Microsoft Beitrag chdsk]
We recommend using the CHKDSK tool for further troubleshooting; you can find more information here:<br>
</div>
[https://docs.microsoft.com/de-de/windows-server/administration/windows-commands/chkdsk Microsoft article on chdsk]<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== ENVC-E-04096 GetProcessorInfo FindFirstObject failed ====
==== ENVC-E-04096 GetProcessorInfo FindFirstObject failed ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the log file of a file-based backup job:<br>
Sie erhalten im Logfile eines dateibasierten Backup Jobs folgende Fehlermeldung:
''ENVC-E-04096 GetProcessorInfo FindFirstObject failed'' <br>
''ENVC-E-04096 GetProcessorInfo FindFirstObject failed'' <br>
''ENVC-E-04096 GetBootConfiguration FindFirstObject failed'' <br>
''ENVC-E-04096 GetBootConfiguration FindFirstObject failed'' <br>
Zeile 1.178: Zeile 1.480:
''ENVC-E-04096 GetOSInfo FindFirstObject failed'' <br>
''ENVC-E-04096 GetOSInfo FindFirstObject failed'' <br>
''ENVC-E-04096 CaptureSystemRestorePointInfo Env Exception: Failed to obtain EnvInfo''<br>
''ENVC-E-04096 CaptureSystemRestorePointInfo Env Exception: Failed to obtain EnvInfo''<br>
''BMR -E-08382 BMRCaptureEnvInfo.dll konnte nicht initialisiert werden: BMR::CaptureEnvInfoDLL::captureSystemRestorePointInfo(): BMRCaptureEnvInfo.dll DLL failed to Capture System Restore Point Info'' <br>
''BMR -E-08382 BMRCaptureEnvInfo.dll could not be initialized: BMR::CaptureEnvInfoDLL::captureSystemRestorePointInfo(): BMRCaptureEnvInfo.dll DLL failed to Capture System Restore Point Info'' <br>
'''Ursache:''' <br>
<br>
Der Backup Agent kann keine Informationen des Systems (z.B. Version des Betriebsystems) über die WMI Schnittstelle abrufen. Dieses Fehlerbild wird '''nicht''' durch den TERRA CLOUD Backup Agenten verursacht.
'''Cause:''' <br>
Es kann sein, dass die benötigten Dateien sich noch im Zugriff durch andere Programme befinden und daher die Informationen nicht ausgelesen werden können.
The backup agent cannot retrieve any system information (e.g. version of the operating system) via the WMI interface. This error is '''not''' caused by the TERRA CLOUD backup agent.<br>
'''Handlungsempfehlung:'''<br>
It may be that the required files are still being accessed by other programs and therefore the information cannot be read.<br>
Bitte prüfen Sie exemplarisch die folgende Abfrage über die PowerShell: <br>
<br>
''Get-WmiObject Win32_Processor''
'''Recommended action:'''<br>
Sollte auch hier keine Ausgabe möglich sein, empfehlen wir Ihnen die Windows Event Logs zu diesem Zeitpunkt zu prüfen.
Please check the following query using PowerShell as an example: <br>
</div>
''Get-WmiObject Win32_Processor''
<div lang="de" dir="ltr" class="mw-content-ltr">
If no output is possible here either, we recommend that you check the Windows Event Logs at this time.<br>
==== DISK-W-08197 Datei kann nicht auf Hardlinks  geprüft werden: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\DateiXY (OS error (0x5): Zugriff verweigert  ====
<br>
</div>
<span id="DISK-W-08197_Datei_kann_nicht_auf_Hardlinks_geprüft_werden:_\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\DateiXY_(OS_error_(0x5):_Zugriff_verweigert"></span>
==== DISK-W-08197 File cannot be checked for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\FileXY (OS error (0x5): Access denied ====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the log file of a file-based backup job:<br>
Sie erhalten im Logfile eines dateibasierten Backup Jobs folgende Fehlermeldung:
''DISK-W-08197 Cannot check file for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\FileXY (OS error (0x5): Access denied )'' <br>
''DISK-W-08197 Datei kann nicht auf Hardlinks  geprüft werden: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\DateiXY (OS error (0x5): Zugriff verweigert )'' <br>
''DISK-E-04144 Error opening file \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\FileXY for input''<br>
''DISK-E-04144 Fehler beim Öffnen von Datei \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\DateiXY für Eingabe''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der Backup Agent ist nicht in der Lage, die betroffene Datei zu sichern.
The Backup Agent is unable to back up the affected file.<br>
'''Handlungsempfehlung:'''<br>
<br>
Der in der Fehlermeldung genannte Pfad (\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\) kann ganz normal auf ein vorhandenes Volume aufgelöst werden. <br>
'''Recommendation for action:'''<br>
Bitte überprüfen Sie, warum der Zugriff nicht möglich ist. Meist befinden sich die Dateien im Zugriff einer weiteren vorhandenen Anwendung. <br>
The path mentioned in the error message (\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\) can be resolved normally to an existing volume. <br>
Generell muss sichergestellt werden, dass der Agent Zugriff auf die betroffene Datei erhält. <br>
Please check why access is not possible. The files are usually accessed by another existing application. <br>
Der Wechsel auf eine imagebasierte Sicherung wäre ebenfalls eine Möglichkeit, die Problematik permanent zu lösen.
In general, it must be ensured that the agent has access to the affected file. <br>
</div>
Switching to image-based backup would also be a way to permanently solve the problem.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== DISK-E-08235 Betriebssystemfehler 225, Meldung: Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Virus oder möglicherweise unerwünschte Software enthält ====
<span id="DISK-E-08235_Betriebssystemfehler_225,_Meldung:_Der_Vorgang_konnte_nicht_erfolgreich_abgeschlossen_werden,_da_die_Datei_einen_Virus_oder_möglicherweise_unerwünschte_Software_enthält"></span>
</div>
==== DISK-E-08235 Operating System Error 225, Message: The operation could not be completed successfully because the file contains a virus or possibly unwanted software ====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:'''<br>
'''Fehlerbild:'''<br>
''DISK-E-04144 Error opening file XYZ for input'' <br>
''DISK-E-04144 Fehler beim öffnen von Datei XYZ für Eingabe'' <br>
''DISK-E-08235 Operating System Error 225, Message: The operation could not be completed successfully because the file contains a virus or possibly unwanted software'' <br>
''DISK-E-08235 Betriebssystemfehler 225, Meldung: Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Virus oder möglicherweise unerwünschte Software enthält'' <br>
<br>
'''Ursache:'''<br>
'''Cause:'''<br>
Dieses Fehlerbild wird nicht durch die TERRA CLOUD Backup Lösung verursacht. Der Windows Agent gibt eine Meldung des Betriebssystems über die Logdatei der Sicherung weiter. <br>
This error is not caused by the TERRA CLOUD backup solution. The Windows Agent passes on a message from the operating system via the backup log file. <br>
Die Meldung stammt dabei von den MS Security Essentials bzw. dem Windows Defender. <br>
The message comes from MS Security Essentials or Windows Defender. <br>
'''Handlungsempfehlung:'''<br>
<br>
*Bitte führen Sie einen vollständigen Antivirenscan des Systems durch
'''Recommendation for action:'''<br>
*Prüfen Sie die Windows Eventlogs und die Logdateien der verwendeten Antivirenlösung
*Please run a full antivirus scan of the system.
*Sollten die Datei/Dateien auf dem System verbleiben, exkludieren Sie diese aus dem Sicherungsjob
*Check the Windows event logs and the log files of the antivirus solution used.
*Ändern Sie die Einstellung für die Option "[[Backup#Erweiterte_Agentenkonfiguration|Behebung von Fehlern beim Lesen von Daten]]" auf "Fehler protokollieren und Sicherung fortsetzen"
*If the file(s) remain on the system, exclude them from the backup job.
</div>
*Change the setting for the option "[https://wiki.terracloud.de/index.php/Backup/en#Advanced_Agent_Configuration Fix data read errors]" to "Log errors and continue backup".
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== Windows Agent UNC Backup ===
=== Windows Agent UNC Backup ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
-----
-----
</div>
<span id="DISK-W-04449_-_Fehler_letzte_Zugriffszeit_konnte_nicht_zurückgesetzt_werden"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== DISK-W-04449 - Error last access time could not be reset ====
==== DISK-W-04449 - Fehler letzte Zugriffszeit konnte nicht zurückgesetzt werden ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error in the log file of a UNC job: <br>
Sie erhalten in einem UNC-Job im Logfile folgenden Fehler: <br>
''DISK-W-04449 Unable to reset last access time for FILE PATH''<br>
''DISK-W-04449 Letzte Zugriffszeit für DATEIPFAD kann nicht zurückgesetzt werden''  
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der Agent prüft bei einem filebasierten Backup die letzte Zugriffszeit und merkt sich diese, danach wird die Datei gelesen und gesichert.
With a file-based backup, the agent checks the last access time and remembers it, then the file is read and saved.<br>
Durch die Sicherung wird die letzte Zugriffszeit verändert und der Agent versucht diese auf die ursprüngliche Zugriffszeit zu ändern.  
The backup changes the last access time and the agent tries to change it to the original access time.<br>
Manche NAS Systeme erlauben das Zurücksetzen der Zugriffszeit nicht und somit entsteht das Fehlerbild.  
Some NAS systems do not allow resetting the access time and this causes the error.<br>
'''Lösung:''' <br>
<br>
1. Bearbeiten Sie die job.vvc im Installationsverzeichnis des Agenten <br>
'''Solution:''' <br>
2. Fügen Sie diese Zeile zur Backup{ } section hinzu: ''Last_Access_Time_Fix = False'' <br>
1. Edit the job.vvc in the agent installation directory <br>
<br />
2. Add this line to the Backup{ } section: ''Last_Access_Time_Fix = False'' <br>
</div>
[[Datei:Backup-DE-UNC-Zugriffszeit zurücksetzen.png|gerahmt|ohne]]<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== DISK-W-08623 - Sicherheitsdatenverarbeitung aufgrund unzureichender Berechtigung deaktivieren ====
<span id="DISK-W-08623_-_Sicherheitsdatenverarbeitung_aufgrund_unzureichender_Berechtigung_deaktivieren"></span>
</div>
==== DISK-W-08623 - Security Deactivate data processing due to insufficient authorization ====


<div lang="de" dir="ltr" class="mw-content-ltr">
<p style="color: #FF0000;">
<p style="color: #FF0000;">
Dieser Artikel wurde für den Job Typen "UNC-Dateien" verfasst. Für den Job Typ "Lokales System" gibt es folgenden [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#Sicherheitsdatenverarbeitung_aufgrund_unzureichender_Berechtigung_deaktivieren Artikel]
This article was written for the "UNC files" job type.<br>
For the "Local System" job type, please refer to the following [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#DISK-W-08623_-Sicherheitsdatenverarbeitung_aufgrund_unzureichender_Berechtigung_deaktivieren article]
</p>
</p>
'''Fehlerbild:''' <br>
'''Error symptom:''' <br>
Sie erhalten im Logfile eines UNC Jobs folgende Warnmeldung: <br>
You receive the following warning message in the log file of a UNC job: <br>
''DISK-W-08623 Sicherheitsdatenverarbeitung aufgrund unzureichender Berechtigung deaktivieren''
''DISK-W-08623 Disable security data processing due to insufficient permissions''<br>
'''Ursache:'''<br>
<br>
Das NAS erlaubt die Sicherung der ACLs nicht.
'''Cause:'''<br>
'''Handlungsempfehlung:'''<br>
The NAS does not allow the backup of ACLs (Access Control Lists).<br>
Bitte gehen Sie auf das Agentensystem und öffnen die Jobkonfiguration:<br>
<br>
C:\Program Files\TERRA Cloud Backup\Agent\<JOBNAME>.vvc"<br>
'''Solution:'''<br>
Hier finden Sie die Einträge Ignore_Security und Ignore_AltData:<br>
'''1.''' Open the job configuration on the agent system:<br>
Ignore_Security: Dieser Schalter legt fest, ob die ACLs gesichert werden sollen oder nicht. Das NAS (z.B. QNAP) erlaubt die Sicherung der ACLs nicht, sodass Sie den Schalter auf TRUE setzen müssen.<br>
'''C:\Program Files\TERRA Cloud Backup\Agent\<JOBNAME>.vvc'''<br>
Ignore_AltData: Dieser Schalter legt fest, ob die erweiterten Attribute gesichert werden sollen oder nicht.  
<br>
Sofern die Option Ignore_Security auf TRUE gesetzt wurde, oder MAC-Dateien über den Job gesichert werden, müssen Sie den Schalter ebenfalls auf TRUE setzen.<br>
'''2.''' Set the entries '''Ignore_Security''' and '''Ignore_AltData''' to TRUE.<br>
Anschließend sollten die beiden TERRA Cloud Backup Dienste neugestartet werden. <br>
[[File:Backup-DE-UNC-ACL ausschließen.png|framed|none]]
<p style="color: #FF0000;">
[[File:Backup-DE-UNC-ACL ausschließen-02.png|framed|none]]
Bitte stellen Sie ebenfalls sicher, dass das Agentenverzeichnis '''(C:\Program Files\TERRA Cloud Backup\Agent\*)''' als Ausnahme im vorhandenen Antivirenprogramm konfiguriert wird. Andernfalls kann es nach der Konfiguration der o. g. Parameter zu Problemen bei der Sicherung kommen.
'''3.''' Restart the two TERRA Cloud Backup services.<br>
</p>
<br>
Nachdem Sie die Optionen gesetzt haben und eine Sicherung erfolgt ist, sollten Sie auf jeden Fall eine Testrücksicherung durchführen.<br>
'''4.''' Ensure that the agent directory '''(C:\Program Files\TERRA Cloud Backup\Agent\*)''' is configured as an exception in the existing antivirus program.<br>
Da die Sicherung von MAC-Dateien nicht offiziell von unserer Lösung unterstützt wird, können wir nicht zu 100 % garantieren, dass die Dateien ohne Probleme wiederherstellt werden können.<br>
Otherwise, after configuring the above-mentioned settings... ...parameters may lead to backup issues.<br>
<br />
Once you have configured the options and a backup has been performed, you should definitely carry out a test restore.<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
'''Further Information'''<br>
<br>
'''Ignore_Security''':<br>
This switch determines whether or not ACLs are backed up.<br>
<br>
'''Ignore_AltData''':<br>
This switch determines whether or not extended attributes are backed up.<br>
<br>
=== Windows Agent Image Backup ===
=== Windows Agent Image Backup ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
-----
-----
</div>
<span id="CBT_(Changed_Block_Tracking)_deaktivieren"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== Disable CBT (Changed Block Tracking) ====
==== CBT (Changed Block Tracking) deaktivieren ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Instructions:''' <br>
'''Anleitung:''' <br>
1. Stop the two TERRA CLOUD Backup Agent services <br>
# Beenden Sie die beiden Dienste des TERRA CLOUD Backup Agenten
2. Navigate to the installation directory of the TERRA CLOUD Backup Agent (default installation path: "C:\Program Files\TERRA Cloud Backup\Agent")<br>
# Bitte navigieren Sie in das Installationsverzeichnis des TERRA CLOUD Backup Agenten (Standardinstallationspfad:"C:\Program Files\TERRA Cloud Backup\Agent")
3. Open the file ''NameOfTheBackupJob.vvc''<br>
# Öffnen Sie die Datei ''NamedesBackupJobs.vvc''
4. Add a new switch:<br>
# Fügen Sie einen neuen Schalter wie unten beschrieben hinzu
Look for the following section in the open configuration file:<br>
# Speichern Sie die Datei inklusive der Änderungen
VolumeImageBackup {
# Starten Sie die beiden Dienste des TERRA CLOUD Backup Agenten
SQLServer_Awareness = False
'''Schritt 7:''' <br>
}
Suchen Sie nach dem folgenden Abschnitt in der geöffneten Konfigurationsdatei:
Add the following switch:
<code>VolumeImageBackup { <br>
VolumeImageBackup {
SQLServer_Awareness = False <br>
SQLServer_Awareness = False
} </code> <br>
'''EnableCBT = False'''
Fügen Sie den folgenen Schalter hinzu:
}
<code>VolumeImageBackup { <br>
5. Save the file, including the changes<br>
SQLServer_Awareness = False <br>
6. Start the two TERRA CLOUD Backup Agent services<br>
EnableCBT = False <br>
<br>
} </code> <br>
'''Impact of this modification:''' <br>
'''Auswirkungen dieser Anpassung:''' <br>
This configuration change disables delta detection via Changed Block Tracking technology.
Durch diese Konfigurationsanpassung wird die Deltaermittlung über die Changed Block Tracking Technologie ausgeschaltet.
You will receive a warning in the log file regarding this modification: <br>
Sie erhalten im Logfile eine Warnung bezüglich der Anpassung: <br>
''VIMG-W-09854 CBT (Changed Block Tracking) is disabled in the configuration file. The entire volume is read for the backup.'' <br>
''VIMG-W-09854 CBT (Changed Block Tracking) ist in der Konfigurationsdatei deaktiviert. Zur Sicherung wird das gesamte Volume gelesen.'' <br>
The full volume read process increases the backup time.<br>
Durch den vollständigen Leseprozess des Volumes verlängert sich die Sicherungszeit.
<br>
</div>
<span id="VIMG-W-09841_-_CBT_(Changed_Block_Tracking)_ist_nicht_verfügbar"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== VIMG-W-09841 - CBT (Changed Block Tracking) is not available ====
==== VIMG-W-09841 - CBT (Changed Block Tracking) ist nicht verfügbar ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error message:''' <br>
'''Fehlermeldung:''' <br>
You will receive the following warning message in the log file:<br>
Sie erhalten im Logfile folgende Warnmeldung:
''VIMG-W-09841 CBT (Changed Block Tracking) is not available.''<br>
''VIMG-W-09841 CBT (Changed Block Tracking) ist nicht verfügbar.''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Die Installation des CBT-Treibers (Changed Block Tracking) benötigt einen Neustart, dieser wurde zum Zeitpunkt des Backups noch nicht durchgeführt. <br>
The installation of the CBT driver (Changed Block Tracking) requires a restart; this was not yet carried out at the time of the backup. <br>
'''Hinweis:''' <br>
<br>
Die Sicherung eines Systems über einen Image Backup Job ist auch ohne das Changed Block Tracking möglich, jedoch ist die Sicherungsdauer wesentlich länger. <br>
'''Note:''' <br>
'''Lösung:''' <br>
Backing up a system using an image backup job is also possible without changed block tracking, but the backup time is significantly longer. <br>
Bitte führen Sie einen Systemneustart durch um den vollen Funktionsumfang des Image Plug-ins nutzen zu können. <br>
<br>
<br />
'''Solution:''' <br>
</div>
Please restart the system to be able to use the full functionality of the image plug-in. <br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== VIMG-W-09829 - Der Treiber für die Protokollierung geänderter Blöcke kann die Änderungen für Volume <X>:<Volume{XY}> nicht protokollieren. (Zustand 0, Status 0)====
<span id="VIMG-W-09829_-_Der_Treiber_für_die_Protokollierung_geänderter_Blöcke_kann_die_Änderungen_für_Volume_:_nicht_protokollieren._(Zustand_0,_Status_0)"></span>
</div>
==== VIMG-W-09829 - The changed block logging driver cannot log the changes for volume <X>:<Volume{XY}>. (State 0, Status 0)====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error message:''' <br>
'''Fehlermeldung:''' <br>
You will receive the following warning message in the log file:<br>
Sie erhalten im Logfile folgende Warnmeldung:
''VIMG-W-09829 The changed block logging driver cannot log the changes for volume <X>:<Volume{XY}>. (State 0, Status 0)''<br>
''VIMG-W-09829 Der Treiber für die Protokollierung geänderter Blöcke kann die Änderungen für Volume <X>:<Volume{XY}> nicht protokollieren. (Zustand 0, Status 0)''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Die Installation des CBT-Treibers (Changed Block Tracking) benötigt einen Neustart, dieser wurde zum Zeitpunkt des Backups noch nicht durchgeführt. <br>
The installation of the CBT driver (Changed Block Tracking) requires a restart; this was not yet carried out at the time of the backup. <br>
'''Hinweis:''' <br>
<br>
Die Sicherung eines Systems über einen Image Backup Job ist auch ohne das Change Block Tracking möglich, jedoch ist die Sicherungsdauer wesentlich länger. <br>
'''Note:''' <br>
'''Lösung:''' <br>
Backing up a system using an image backup job is also possible without change block tracking, but the backup time is significantly longer. <br>
Bitte führen Sie einen Systemneustart durch um den vollen Funktionsumfang des Image Plug-ins nutzen zu können. <br>
<br>
<br />
'''Solution:''' <br>
</div>
Please restart the system to be able to use the full functionality of the image plug-in. <br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== PLGN-E-05905 Konnte <VolumeImagePlugin.dll> nicht laden ====
<span id="PLGN-E-05905_Konnte_nicht_laden"></span>
</div>
==== PLGN-E-05905 Could not load <VolumeImagePlugin.dll> ====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error message:'''<br>
'''Fehlermeldung:'''<br>
You receive the following error message in the log file.<br>
Sie erhalten im Logfile folgende Fehlermeldung.
''PLGN-E-05905 Could not load <VolumeImagePlugin.dll>''<br>
''PLGN-E-05905 Konnte <VolumeImagePlugin.dll> nicht laden''<br>
''DISK-E-04793 Drive $VOLUMEIMAGE$:\ is not recognized as a persistent mapped drive (drive not found)''.<br>
''DISK-E-04793 Laufwerk $VOLUMEIMAGE$:\ wird nicht als persistentes zugeordnetes Laufwerk erkannt (Laufwerk nicht gefunden)''.<br>
''DISK-E-04204 Error assigning channel to $VOLUMEIMAGE$:\*.*''<br>
''DISK-E-04204 Fehler beim Zuweisen von Kanal zu $VOLUMEIMAGE$:\*.*''<br>
<br>
'''Cause:'''<br>
The backup solution is unable to use the image plugin. Often due to the following causes:<br>
*The image plugin was forgotten to install after a reinstallation / re-registration.<br>
*The image plugin/agent is corrupt.<br>
<br>
'''Solution:'''<br>
By running the agent setup again, you have the option to carry out a change installation. You can reinstall the image plugin here.<br>
Please note that a restart should occur after installing the image plugin.<br>
By running the agent setup again, you also have the option of performing a repair installation of the agent.<br>
<br>
<br>
'''Ursache:'''<br>
<span id="VIMG-W-09197_Das_Fehlschlagen_des_VSS-Snapshots_wird_aufgrund_der_verwendeten_Strategie_erzwungen:_Fail_/_VIMG-E-04495_Volumeimage_plugin::VolumeImageBackupAdapter::getNextBackupObject_fehlgeschlagen"></span>
Die Backuplösung ist nicht in der Lage, das Image-Plugin zu verwenden. Oftmals aufgrund folgender Ursachen:<br>
==== VIMG-W-09197 VSS snapshot failure is forced due to the strategy used: Fail / VIMG-E-04495 Volumeimage_plugin::VolumeImageBackupAdapter::getNextBackupObject failed ====
*Das Image-Plugin wurde nach einer Neuinstallation / Erneuten Registrierung vergessen zu installieren.<br>
*Das Image-Plugin / der Agent ist beschädigt.<br>
<br>
'''Lösung:'''<br>
Durch ein erneutes Ausführen des Agentensetups, haben Sie die Möglichkeit, eine Änderungsinstallation durchzuführen. Hier können Sie das Image-Plugin nachinstallieren.<br>
Bitte beachten Sie, dass ein Neustart nach der Installation des Image-Plugins erfolgen sollte.<br>
Durch ein erneutes Ausführen des Agentensetups haben Sie ebenfalls die Möglichkeit, eine Reparaturinstalltion des Agenten durchzuführen.
<br />
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== VIMG-E-0449 Volumeimage_plugin::VolumeImageBackupAdapter::getNextBackupObject fehlgeschlagen ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error message:'''<br>
'''Fehlermeldung:'''<br>
VIMG-W-09197 VSS snapshot failure forced due to the strategy used: Fail <br>
01.ago. 07:18:47 VIMG-E-07966 Job kann nicht fortgesetzt werden.<br>
VIMG-E-04495 volumeimage_plugin::VolumeImageBackupAdapter::getNextBackupObject failed. <br>
01.ago. 07:18:59 VIMG-E-04495 volumeimage_plugin::VolumeImageBackupAdapter::getNextBackupObject fehlgeschlagen.<br>
BMR -E-10760 Bare-metal backup does not contain a system volume. Bare-metal recovery will not succeed. [VV] <br>
01.ago. 07:18:59 BSTR-E-04144 Fehler beim Öffnen von Datei C:\Program Files\TERRA Cloud Backup\Agent\*<br>
BSTR-E-04144 Error opening file C:\Program Files\TERRA CLOUD Backup\Agent\XY\000000XY.CAT for input <br>
01.ago. 07:18:59 BKUP-E-04706 Job wird zum Fehlschlagen gezwungen. [VV]<br>
BKUP-E-04706 Job forced to fail. [VV] <br>
01.ago. 07:18:59 BKUP-F-04110 Job konnte nicht abgeschlossen werden. [VV]<br>
BKUP-F-04110 Job could not be completed. [VV] <br>
<br>
<br>
'''Ursache:'''<br>
'''Cause:'''<br>
Der Microsoft VSS Dienst kann das System nicht in einen konsistenten Zustand versetzen.  
The Microsoft VSS service cannot place the system into a consistent state.
Es gibt viele mögliche Ursachen z.B.:
Possible causes include:
# Auf dem zu sichernden System ist der "Microsoft Hyper-V VSS Writer" hinterlegt, bitte beachten Sie, dass eine BMR Sicherung auf Hyper-V Hosts nicht unterstützt wird
# The "Microsoft Hyper-V VSS Writer" is active on the system being backed up. Please note that BMR backup is not supported on Hyper-V hosts.
# VSS Writer einer Drittanbietersoftware sind auf dem System hinterlegt und sorgen für Probleme (meist Inkompatibilität)
# Third-party VSS writers are present on the system and are causing issues (usually due to incompatibilities).
# Ein auf dem System vorhandener Dienst verweist auf eine Netzwerkfreigabe, bitte beachten Sie, dass die VSS Komponente nicht auf Netzwerkfreigaben zugreifen kann
# A service installed on the system references a network share. Note that the VSS component cannot access network shares.
'''Recommended action:'''<br>
Please perform the following troubleshooting steps:
# Check the registered VSS writers using the command `vssadmin list writers` and compare the output with a system on which an image-based BMR backup completes successfully.
# If a VSS writer from third-party software is listed, it may cause issues (e.g., due to incompatibilities).<br>You can also consult our [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#VSS-Troubleshooting_Guide VSS Troubleshooting Guide] to check the VSS component.
# Check whether a service on the system points to a network share. Note that the VSS component cannot access network shares.<br>For further information, please refer to the following article:<br>[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#A_network_share_causes_a_BMR_job_to_fail A network share causes a BMR job to fail]<br>
<br>
<br>
'''Handlungsempfelung:'''<br>
<span id="VIMG-E-10681_Volume_hat_einen_nicht_unterstützten_Partitionstyp"></span>
Bitte prüfen Sie die hinterlegten VSS Writer über den Befehl "vssadmin list Writers" und vergleichen Sie diese mit einem System, auf dem eine imagebasierte BMR Sicherung möglich ist.
==== VIMG-E-10681 Volume<Volume{GUID}> has an unsupported partition type ====
Zur Überprüfung der Dienste (Punkt 3) kann folgender Beitrag verwendet werden: <br>
[https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose#Eine_Netzwerkfreigabe_sorgt_daf.C3.BCr.2C_dass_ein_BMR_Job_fehlschl.C3.A4gt Eine Netzwerkfreigabe sorgt dafür, dass ein BMR Job fehlschlägt]
<br />
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== VIMG-E-10681 Volume<Volume{GUID}> hat einen nicht unterstützten Partitionstyp ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Symptom:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the log file: <br>
Sie erhalten im Logfile die folgende Fehlermeldung: <br>
''VIMG-E-10681 Volume<Volume{GUID}> has an unsupported partition type''<br>
''VIMG-E-10681 Volume<Volume{GUID}> hat einen nicht unterst??tzten Partitionstyp''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Dieser Fehler tritt nach der Aktualisierung des Agenten auf die Version 8.90 oder höher auf.
This error occurs after updating the agent to version 8.90 or higher.<br>
Ab der Agentenversion 8.90 muss die Windows Recovery Partition nicht mehr gesichert werden, da diese bei der Wiederherstellung rekonstruiert werden kann.
As of agent version 8.90, the Windows Recovery Partition no longer needs to be backed up, as it can be reconstructed during recovery.<br>
In der Jobkonfiguration wurde das Volume(<Volume{GUID}>) gesondert in den Sicherungssatz übernommen (neben z.B. BMR oder gesamter Server).
In the job configuration, the volume (<Volume{GUID}>) was explicitly included in the backup set (alongside, for example, BMR or the entire server).<br>
Der aktualisierte Agent kann diese Jobkonfiguration nicht vollständig abarbeiten, daher gibt der Agent eine Fehlermeldung.  
The updated agent cannot fully process this job configuration and issues an error message. <br>
Die Qualität des Backups wird durch dieses Fehlerbild nicht gemindert, sofern keine sonstigen Fehler oder Warnung im Logfile dokumentiert sind.
The quality of the backup is not compromised by this error, provided no other errors or warnings are recorded in the log file.<br>
'''Lösung:''' <br>
<br>
Bitte entfernen Sie das Volume (<Volume{GUID}>) aus dem Sicherungssatz.
'''Solution:''' <br>
</div>
Please remove the volume (<Volume{GUID}>) from the backup set.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
==== Fehler beim Erfassen der Informationen zum Systembereitstellungspunkt ====
<span id="Fehler_beim_Erfassen_der_Informationen_zum_Systembereitstellungspunkt"></span>
</div>
==== Error collecting system mount point information ====


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You will receive the following or similar error message in the log file:<br>
Sie erhalten im Logfile folgendes oder ähnliches Fehlerbild:
''BKUP-E-08235 Operating System Error 2, Message: The system cannot find the specified file'' <br>
''BKUP-E-08235 Betriebssystemfehler 2, Meldung: Das System kann die angegebene Datei nicht finden'' <br>
''BKUP-W-08732 Unable to collect mount point information for system. [VV]''<br>
''BKUP-W-08732 Einhängepunkt-Informationen für System konnten nicht erfasst werden. [VV]''<br>
''BKUP-E-09401 An error occurred while collecting system mount point information. [VV]'' <br>
''BKUP-E-09401 An error occurred while collecting system mount point information. [VV]'' <br>
''BKUP-E-08235 O/S error 2, message: Das System kann die angegebene Datei nicht finden'' <br>
''BKUP-E-08235 O/S error 2, message: The system cannot find the specified file'' <br>
''BKUP-W-08732 Failed to collect system mount point information [VV]'' <br>
''BKUP-W-08732 Failed to collect system mount point information [VV]'' <br>
'''Handlungsempfehlung:'''<br>
Bitte führen Sie folgenden Befehl auf dem betroffenen System aus:<br>
''Mountvol /r''<br>
(Entfernt Volume Mount-Point-Verzeichnisse und Registrierungseinstellungen für Volumes, die sich nicht mehr im System befinden und verhindert so, dass sie automatisch gemountet werden und ihre früheren Volume Mount-Punkte erhalten, wenn sie dem System wieder hinzugefügt werden.)<br>
<br>
<br>
Ein Neustart des Systems kann ebenfalls hilfreich sein.<br>
'''Recommendation for action:'''<br>
<br />
Please run the following command on the affected system:<br>
</div>
''Mountvol /r''
<div lang="de" dir="ltr" class="mw-content-ltr">
(Removes volume mount point directories and registry settings for volumes that are no longer on the system, preventing them from being automatically mounted and receiving their previous volume mount points when added back to the system.)<br>
==== ENVC-E-04096 Failed to find System volume '\Device\HarddiskVolumeXY'. This sometimes happens if disk has been recently converted to Dynamic and Windows was not yet rebooted ====
<br>
</div>
Restarting the system may also help.<br>
<br>
==== ENVC-E-04096 Failed to find System volume '\Device\HarddiskVolumeXY' ====


<div lang="de" dir="ltr" class="mw-content-ltr">
This error message can occur if the disk was recently converted to a dynamic disk and Windows has not yet been restarted.<br>
'''Fehlerbild:''' <br>
ENVC-E-04096 Failed to find System volume '\Device\HarddiskVolumeXY'. This sometimes happens if disk has been recently converted to Dynamic and Windows was not yet rebooted <br>
'''Ursache:''' <br>
Ein auf dem System vorhandenes Volume befindet sich im RAW Zustand, sodass keine Sicherung möglich ist. Über Diskpart lässt sich dies wie folgt überprüfen: <br>
[[Datei:Diskpart RAW.png|border|Diskpart RAW]]<br>
'''Handlungsempfehlung:''' <br>
Über CHKDSK lässt sich das Problem lösen: <br>
<br>
<br>
CHKDSK /f /r <br>
'''Cause:''' <br>
A volume on the system is in a RAW state, making a backup impossible. You can verify this using Diskpart as follows: <br>
[[File:Diskpart RAW.png|border|Diskpart RAW]]<br>
<br>
<br>
Oftmals benötigt dieser Befehl einen Systemneustart. Dieser sollte auf jeden Fall erst ausgeführt werden, sobald alle wichtigen Anwendungen gestoppt wurden. Für Informationen zu den o.g. Parametern können Sie "chkdsk /?" ausführen. <br>
'''Recommended Action:''' <br>
The problem can be resolved using CHKDSK: <br>
CHKDSK /f /r
This command often requires a system restart. This should only be performed after all important applications have been stopped.<br>
For information on the parameters mentioned above, you can run "chkdsk /?". <br>
<br>
<br>
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== VIMG-E-08821 Internal error in volumeimage_plugin::BlockBitmap::ConvertToBitmapIndexAndLength ====
==== VIMG-E-08821 Internal error in volumeimage_plugin::BlockBitmap::ConvertToBitmapIndexAndLength ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the log file: <br>
Sie erhalten im Logfile die folgende Fehlermeldung: <br>
''VIMG-E-08821 Internal error in volumeimage_plugin::BlockBitmap::ConvertToBitmapIndexAndLength''<br>
''VIMG-E-08821 Internal error in volumeimage_plugin::BlockBitmap::ConvertToBitmapIndexAndLength''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Dieses Fehlerbild tritt auf, sofern Agenten Version 9.20/9.21 verwendet wird und folgende Option auf einem vorhandenen Volume aktiviert wurde: <br>
This error occurs if Agent version 9.20/9.21 is used and the following option has been activated on an existing volume: <br>
[[Datei:Laufwerk_komprimieren,_um_Speicherplatz_zu_sparen.png|border]]<br>
[[File:Laufwerk_komprimieren,_um_Speicherplatz_zu_sparen.png|border]]<br>
'''Handlungsempfehlung:''' <br>
<br>
Unser Softwarehersteller wurde bereits über diese Problematik informiert und arbeitet aktuell an einer permanenten Lösung. In der Zwischenzeit bleibt leider nur der Workaround, die betroffene Option zu deaktivieren.
'''Recommendation for action:''' <br>
</div>
Our software manufacturer has already been informed about this problem and is currently working on a permanent solution. In the meantime, the only workaround that remains is to deactivate the affected option.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== Windows Agent SQL Backup ===
=== Windows Agent SQL Backup ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
-----
-----
</div>
<span id="SQL_Express_DB-Sicherung_per_SQL-Plugin_schlägt_fehl"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== SQL Express DB backup via SQL plugin fails ====
==== SQL Express DB-Sicherung per SQL-Plugin schlägt fehl ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:'''<br>
'''Fehlerbild:'''<br>
06.ago. 14:08:25 DISK-E-04144 Error opening file \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy217\Program Files\Microsoft SQL Server\MSSQL10_50._SQLEXPRESS\MSSQL\DATA\SQLEXPRESS\%DB%.mdf for input
06.ago. 14:08:25 DISK-E-04144 Fehler beim Öffnen von Datei \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy217\Programme\Microsoft SQL Server\MSSQL10_50._SQLEXPRESS\MSSQL\DATA\SQLEXPRESS\%DB%.mdf für Eingabe
<br>
06.ago. 14:08:25 VSS -E-08102 Error while backing up file (reason: stream backup error) C:\Program Files\Microsoft SQL Server\MSSQL10_50._SQLEXPRESS\MSSQL\DATA\SQLEXPRESS\%DB%.mdf Component <writer SqlServerWriter (SQL Server 2008 R2:SQLWriter), component %SERVERNAME%\ SQLEXPRESS\ SQLEXPRESS> fails.
<br>
<br>
06.ago. 14:08:25 VSS -E-08102 Fehler beim Sichern von Datei (reason: stream backup error) C:\Programme\Microsoft SQL Server\MSSQL10_50._SQLEXPRESS\MSSQL\DATA\SQLEXPRESS\%DB%.mdf Komponente <writer SqlServerWriter (SQL Server 2008 R2:SQLWriter), component %SERVERNAME%\ SQLEXPRESS\ SQLEXPRESS> schlägt fehl.
06.ago. 14:08:25 CTLG-W-09909 Incomplete saveset metadata. Information for "plugin-specific" could not be retrieved<br>
<br>
<br>
06.ago. 14:08:25 CTLG-W-09909 Unvollständige Sicherungssatz-Metadaten. Informationen für "plugin-specific" konnten nicht abgerufen werden
'''Cause:'''<br>
'''Ursache:'''<br>
SQL Express instances can only be backed up with the SQL plug-in from agent version 8.71. You can find an overview of the supported SQL versions in the release notes. <br>
SQL Express Instanzen können mit dem SQL Plug-in erst ab der Agentenversion 8.71 gesichert werden. Eine Übersicht der Unterstützten SQL Versionen finden Sie in den Release Notes. <br>
[https://drive.terracloud.de/getlink/fiLpZboTGRPeqzW1cqwS6yin Documentation and Release Notes]<br>
[https://drive.terracloud.de/getlink/fiLpZboTGRPeqzW1cqwS6yin Documentation and Release Notes]<br>
'''Lösung:'''<br>
<br>
Bitte aktualisieren Sie die Agentenversion auf 8.71 oder höher.<br>
'''Solution:'''<br>
<br />
Please update the agent version to 8.71 or later.<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="SQ12-E-09295_Von_der_Datenbank_XY_wurde_noch_keine_erfolgreiche_vollständige_Sicherung_erstellt"></span>
==== SQ12-E-09295 Von der Datenbank XY wurde noch keine erfolgreiche vollständige Sicherung erstellt.====
==== SQ12-E-09295 No successful full backup has been created of database XY====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the error message in the log file that a successful backup of a database could not be created:<br>
Sie erhalten im Logfile die Fehlermeldung, dass von einer Datenbank keine erfolgreiche Sicherung erstellt werden konnte:
''SQ12-E-09295 A successful full backup has not yet been created of database '''databasename'''.''<br>
''SQ12-E-09295 Von der Datenbank '''Datenbankname''' wurde noch keine erfolgreiche vollständige Sicherung erstellt.''
<br>
'''Mögliche Ursachen:''' <br>
'''Possible causes:''' <br>
# Der MSSQL-VSSWriter Dienst wird unter einem Systemkonto ausgeführt.
# The MSSQL-VSSWriter service runs under a system account.
# Der MSSQL-VSSWriter Dienst ist nicht aktiv
# The MSSQL-VSSWriter service is not active
# Der Hostname bzw. Instanzname wurde geändert
# The hostname or instance name has been changed<br>
'''Handlungsempfehlungen:'''
'''Recommendations for action:'''<br>
Punkt 1 + 2: <br>
Point 1 and 2: <br>
*Der MSSQL-VSSWriter Dienst sollte auf einen ActiveDirectory-Account mit Administrator-Rechten umgestellt werden. <br>
*The MSSQL-VSSWriter service should be switched to an ActiveDirectory account with administrator rights. <br>
Punkt 3: <br>
Point 3: <br>
* Siehe [[Backup_Fehlerdiagnose#SQL_Backup_Job_l.C3.A4sst_sich_nach_einer_.C3.84nderung_der_User-Credentials_.2F_des_Instanznamen_.2F_Hostnamen_nicht_bearbeiten|SQL Backup Job lässt sich nach einer Änderung der User-Credentials / des Instanznamen / Hostnamen nicht bearbeiten]]
* See [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#SQL_Backup_Job_cannot_be_edited_after_changing_user_credentials_/_instance_name_/_host_name SQL Backup Job cannot be edited after a change in the user credentials / instance name / host name]<br>
<br />
<br>
</div>
<span id="SQL_Backup_Job_lässt_sich_nach_einer_Änderung_der_User-Credentials_/_des_Instanznamen_/_Hostnamen_nicht_bearbeiten"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== SQL Backup Job cannot be edited after changing user credentials / instance name / host name ====
==== SQL Backup Job lässt sich nach einer Änderung der User-Credentials / des Instanznamen / Hostnamen nicht bearbeiten ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Solution:''' <br>
'''Lösung:''' <br>
Make a backup copy before changing the files! <br>
Legen Sie vor dem Ändern der Dateien eine Sicherungskopie an! <br>
<br>
1. Legen Sie einen neuen SQL Job mit den neuen Credentials an. <br>
1. Create a new SQL job with the new credentials. <br>
2. Sie finden im Installationsverzeichnis des Agenten die Datei „JOBNAME.vvc“ <br>
2. You will find the file “JOBNAME.vvc” <br> in the agent installation directory
3. Kopieren Sie den Absatz „WindowsCredentials“, sofern die Windows Authentifizierung genutzt wurde, andernfalls den Absatz "SQLServer0" von Ihrem Testjob in die .vvc des richtigen Backup Jobs. <br>
3. Copy the "WindowsCredentials" paragraph if Windows authentication was used, otherwise the "SQLServer0" paragraph from your test job into the .vvc of the correct backup job. <br>
Im Anschluss sollte das Bearbeiten wieder möglich sein. <br>
Editing should then be possible again. <br>
<br />
<br>
</div>
<span id="Vom_Agenten_konnte_keine_Instanzliste_bereitgestellt_werden"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== The agent could not provide an instance list ====
==== Vom Agenten konnte keine Instanzliste bereitgestellt werden ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Scenario:'''<br>
'''Fehlerbild:'''<br>
You receive the error message shown in the screenshot below when attempting to create a new SQL backup job via the Backup Portal:
Sie erhalten die Fehlermeldung auf dem folgenden Screenshot, wenn Sie über das Backup Portal einen neuen SQL-Backup Job anlegen möchten:
[[Datei:Instanzliste-SQL.jpg|border|none]]
[[Datei:Instanzliste-SQL.jpg|border|ohne]]
'''Cause:'''<br>
'''Ursache:'''<br>
The agent cannot establish a connection to the SQL instance.<br>
Der Agent kann keine Verbindung zu der SQL Instanz aufbauen.
Possible causes include: <br>
Mögliche Ursachen dafür sind: <br>
# No SQL instance is installed on the system.
# Es ist keine SQL Instanz auf dem System installiert
# The installed SQL instance is not supported by the SQL plug-in.<br>This could be due to an unsupported SQL version or an SQL instance that is not based on Microsoft SQL Server.<br>
# Die installierte SQL Instanz wird vom SQL Plug-in nicht unterstützt, da es z.B. keine Microsoft SQL Instanz ist
'''Recommended Action:'''<br>
'''Handlungsempfehlung:'''<br>
Please check the current [https://drive.terracloud.de/getlink/fiLpZboTGRPeqzW1cqwS6yin Release Notes] for the Windows agent to verify whether the installed instance is supported.<br>
Bitte überprüfen Sie die aktuellen [https://drive.terracloud.de/getlink/fiLpZboTGRPeqzW1cqwS6yin Release Notes] für den Windows Agenten, ob die installierte Instanz unterstützt wird.
<br>
</div>
<span id="Ihnen_werden_die_Datenbanken_einer_benannten_Instanz_angezeigt,_obwohl_Sie_&quot;Standard&quot;_als_Instanz_ausgewählt_haben"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== You are shown the databases of a named instance even though you have selected "Standard" as the instance ====
==== Ihnen werden die Datenbanken einer benannten Instanz angezeigt, obwohl Sie "Standard" als Instanz ausgewählt haben ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Issue:'''<br>
'''Fehlerbild:'''<br>
When setting up a new SQL backup job or editing an existing one, the databases for the MSSQL instance are not displayed.<br>
Bei der Einrichtung eines neuen SQL Backup Jobs, oder bei der Bearbeitung eines bestehenden Jobs, werden Ihnen nicht die Datenbanken der MSSQL Instanz angezeigt.
Additionally, you may be unable to log in using the MSSQL instance user credentials, even though you selected the default instance.<br>
Zusätzlich können Sie sich ggf. nicht mit den SQL Zugangsdaten des Benutzers der MSSQL Instanz anmelden, obwohl Sie die Standard Instanz ausgewählt haben.  
<br>
'''Ursache:'''<br>
'''Cause:'''<br>
Wenn Sie im Backup Portal Standard als Instanz auswählen, wird im Hintergrund die Instanz geprüft für die der Port '''1433''' zugewiesen ist.
When you select the default instance in the backup portal, the system checks in the background for the instance assigned to port '''1433'''.<br>
Sollte dieser Port einer anderen Instanz zugewiesen sein, wir Ihnen diese Instanz angezeigt bzw. Sie werden aufgefordert sich für diese zu authentifizieren.
If this port is assigned to a different instance, that instance will be displayed, or you will be prompted to authenticate for it.<br>
'''Lösungsmöglichkeit 1:'''<br>
<br>
Weisen Sie falls möglich der Standard Instanz wieder den Port 1433 zu.
'''Solution Option 1:'''<br>
#Öffnen Sie dazu den SQL Server Configuration Manager
If possible, reassign port 1433 to the default instance.
#Wählen Sie den Menüpunkt SQL-Server Netzwerkkonfiguration aus -> Protokolle für MSSQLSERVER -> TCP/IP -> IPALL
#Open SQL Server Configuration Manager.
#Für diese Option sollte der Port 1433 hinterlegt sein, wie auf folgendem Screenshot
#Select SQL Server Network Configuration -> Protocols for MSSQLSERVER -> TCP/IP -> IPALL.
[[Datei:Port 1433.jpg|border|ohne|700px]]
#Port 1433 should be specified for this option, as shown in the screenshot below.
'''Lösungsmöglichkeit 2:'''<br>
[[File:Port 1433.jpg|border|none|700px]]<br>
Sollte Lösungsmöglichkeit 1 nicht möglich sein, empfehlen wir Ihnen die folgenden Schritte umzusetzen:<br>
<br>
Bitte überprüfen Sie zunächst den Connection String:<br>
'''Solution Option 2:'''<br>
1.Öffnen Sie Notepad<br>
If Solution Option 1 is not feasible, we recommend the following steps:<br>
2.Bitte fügen Sie die folgenden 3 Zeile der Textdatei hinzu. <hostname> steht für den Hostnamen Ihres SQL-Servers;<port_number> ist der zugewiesene Port der Standard Instanz <br>
First, please check the connection string:<br>
    ''set db = CreateObject("ADODB.Connection")'' <br>
1.Open Notepad.<br>
    ''db.open "Driver={SQL Server};Server=<hostname>,<port_number>;Database=;"''<br>
2.Add the following 3 lines to the text file. <hostname> represents your SQL server's hostname; <port_number> is the assigned port for the default instance. <br>
    ''MsgBox(db.Provider)''<br>
''set db = CreateObject("ADODB.Connection")''
3.Speichern Sie die Textdatei als z.B. "test_db.vbs" ab. <br>
''db.open "Driver={SQL Server};Server=<hostname>,<port_number>;Database=;"''
4.Führen Sie das erstellte Skript aus <br>
''MsgBox(db.Provider)''
Führen Sie bitte nach der Verifizierung der Verbindung die folgende Anpassung in der Registry des SQL-Servers durch: <br>
3. Save the text file as, for example, "test_db.vbs". <br>
1.Öffnen Sie die Registry <br>
4. Run the created script. <br>
2.Navigieren Sie zu “HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\” <br>
<br>
3.Erstellen Sie den Eintrag "ADOConnectionStrings" als “REG MULTI SZ” hinzu <br>
After verifying the connection, please make the following adjustment in the SQL server's registry: <br>
4.Fügen Sie dem erstellen Eintrag den folgenden Schlüssel zu <br>
1. Open the Registry. <br>
''<hostname>="Driver={SQL Server};Server=<hostname>,<port_number>;Database=;"'' <br>
2. Navigate to the following registry path:
Ein Beispiel wäre dafür:
''HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\''
''"SQL01="Driver={SQL Server};Server=SQL01,1434;Database=;"''  
3. Create an entry named "ADOConnectionStrings" with the type "REG_MULTI_SZ". <br>
In diesem Beispiel ist SQL01 der Hostname und 1434 der zugewiesene Port.
4. Add the key ''<hostname>="Driver={SQL Server};Server=<hostname>,<port_number>;Database=;"'' to the created entry. <br>
Nach der Anpassung wird Ihnen die richtige Instanz im Backup Portal angezeigt, wenn Sie "Standard" auswählen.
An example of this would be:
</div>
''"SQL01="Driver={SQL Server};Server=SQL01,1434;Database=;"''
<div lang="de" dir="ltr" class="mw-content-ltr">
In this example, SQL01 is the hostname and 1434 is the assigned port. <br>
After making this adjustment, the correct instance will be displayed in the Backup Portal when you select "Standard". <br>
<br>
=== Windows Agent Exchange Backup ===
=== Windows Agent Exchange Backup ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
-----
-----
</div>
<span id="EX10-W-08964_Datenbank_Mailbox_Database_befindet_sich_nicht_in_verfügbarem_Status:_Incremental_backup_of_database_with_circular_logging"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== EX10-W-08964 Database Mailbox Database is not in available status: Incremental backup of database with circular logging ====
==== EX10-W-08964 Datenbank Mailbox Database befindet sich nicht in verfügbarem Status: Incremental backup of database with circular logging ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:'''<br>
'''Fehlerbild:'''<br>
You receive the following error message in the log file of an Exchange backup job: <br>
Sie erhalten im Logfile eines Exchange Backup Jobs die folgende Fehlermeldung: <br>
''EX10-W-08964 Database Mailbox Database is not in available state: Incremental backup of database with circular logging. Backup is not performed.'' <br>
''EX10-W-08964 Datenbank Mailbox Database befindet sich nicht in verfügbarem Status: Incremental backup of database with circular logging. Sicherung wird nicht durchgeführt.'' <br>
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der Backup Job wurde mit dem Sicherungstyp "Inkrementell" durchgeführt und es handelt sich um eine Deltasicherung. <br>
The backup job was carried out with the backup type "Incremental" and is a delta backup. <br>
Der Sicherungstyp "Inkrementell" sichert bei der ersten Ausführung die gesamten Datenbanken, alle folgenden Sicherungen schützen die Transaktionsprotokolle. <br>
The Incremental backup type backs up the entire databases the first time it runs, and all subsequent backups protect the transaction logs. <br>
Umlaufprotokollierung in Verbindung mit dem Sicherungstyp "Inkrementell" werden nicht unterstützt. <br>
Circular logging with the Incremental backup type is not supported. <br>
'''Lösungsmöglichkeiten:'''<br>
<br>
1. [https://docs.microsoft.com/de-de/exchange/configure-circular-logging-for-a-mailbox-database-exchange-2013-help Deaktivierung der Umlaufprotokollierung] <br>
'''Possible solutions:'''<br>
2. Änderung des Sicherungstyps auf "Vollständig" über den Zeitplan des Exchange Backup Jobs <br>
1. [https://docs.microsoft.com/de-de/exchange/configure-circular-logging-for-a-mailbox-database-exchange-2013-help Disabling circular logging] <br>
<br />
2. Change backup type to “Full” via Exchange Backup Job <br> schedule<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Anpassung_Ziel-Mountpfad_bei_Granular_Exchange_Restore"></span>
==== Anpassung Ziel-Mountpfad bei Granular Exchange Restore ====
==== Adjustment of target mount path for Granular Exchange Restore ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
By default it mounts below C:\RestoreMount. If there is not enough space on the disk, a different drive letter must be used. <br>
Standardmäßig wird unterhalb von C:\RestoreMount gemountet. Sofern auf der Platte nicht genügend Platz ist, muss ein anderer Laufwerksbuchstabe verwendet werden. <br>
The target path can be adjusted using the registry key below. <br>
Über den untenstehenden Registry-Key kann der Zielpfad angepasst werden. <br>
<br>
<br>
'''Lösung:'''<br>
'''Solution:'''<br>
Erstellen Sie den folgenden Registry Eintrag mit einer Zeichenfolge:<br>
Create the following registry entry with a string:<br>
''HKEY_LOCAL_MACHINE\SOFTWARE\EVault\Infostage\Agent\MountAlternatePath=''<br>
''HKEY_LOCAL_MACHINE\SOFTWARE\EVault\Infostage\Agent\MountAlternatePath=''<br>
<br>
<br>
Es wird kein Neustart des Backup Dienstes benötigt.<br>
No restart of the backup service is required.<br>
<br>
<br>
'''Beispiel:'''<br>
'''Example:'''<br>
''HKEY_LOCAL_MACHINE\SOFTWARE\EVault\Infostage\Agent\MountAlternatePath=e:\mp''<br>
''HKEY_LOCAL_MACHINE\SOFTWARE\EVault\Infostage\Agent\MountAlternatePath=e:\mp''<br>
<br>
<br>
Wenn e:\mp als Zeichenfolge verwendet wird, wird die Freigabe freigegeben: ''\\EX2007SERVER\e$\mp\GRT_00000010_2013-06-25-10-13-43<br>
If e:\mp is used as a string, the share will be shared: ''\\EX2007SERVER\e$\mp\GRT_00000010_2013-06-25-10-13-43<br>
[[Datei:MountAlternatePath.PNG|border|Alternativer Pfad]]<br>
[[File:MountAlternatePath.PNG|border|Alternate Path]]<br>
<br>
<br>
'''Hinweis:'''<br>
'''Note:'''<br>
Nur mit dem Granular Restore Tool 8.x oder höher möglich.<br>
Only possible with Granular Restore Tool 8.x or higher.<br>
<br />
<br>
</div>
<span id="Die_Validierung_für_Exchange-Datenbank_Database-XYZ_ist_fehlgeschlagen,_Ursache:_Timed_Out"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== Validation for Exchange database Database-XYZ failed, Cause: Timed Out ====
==== Die Validierung für Exchange-Datenbank Database-XYZ ist fehlgeschlagen, Ursache: Timed Out ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the Exchange backup log files: <br>
Sie erhalten in den Logfiles der Exchange Sicherung folgende Fehlermeldung: <br>
''EX10-F-10379 Validation for Exchange database Database-XYZ failed, cause: Timed Out''<br>
''EX10-F-10379 Die Validierung für Exchange-Datenbank Database-XYZ ist fehlgeschlagen, Ursache: Timed Out''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Die Überprüfung der Datenbank über das ESEUTIL benötigt zu viel Zeit, dies kann auf eine starke Auslastung oder zu geringe Performance des Systems zurückgeführt werden.
Checking the database via the ESEUTIL takes too much time; this can be attributed to a heavy load or insufficient system performance.<br>
'''Handlungsempfehlung:''' <br>
<br>
Bitte setzen Sie folgende Registry Einträge, um den Timeout der Überprüfung zu erhöhen und den Ablauf der Überprüfung anzupassen (sequentiell):<br>
'''Recommendation for action:''' <br>
Please set the following registry entries to increase the check timeout and adjust the check process (sequential):<br>
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\Ex2010SequentialValidation = 1 (DWORD)<br>
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\Ex2010SequentialValidation = 1 (DWORD)<br>
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\Ex2010ValidationTimeOut = 18000 (DWORD)<br>
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\Ex2010ValidationTimeOut = 18000 (DWORD)<br>
Starten Sie beide TERRA CLOUD Backup Dienste neu und versuchen Sie erneut eine Sicherung inklusive einer Datenbanküberprüfung zu starten. <br>
Restart both TERRA CLOUD backup services and try to start a backup again including a database check. <br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="EX10-F-10380_Die_Validierung_für_Exchange-Transaktionsprotokolldateien_in_Datenbank_Database-XYZ_ist_fehlgeschlagen,_Ursache:_Failed_with_exit_code_-1032"></span>
==== EX10-F-10380 Die Validierung für Exchange-Transaktionsprotokolldateien in Datenbank Database-XYZ ist fehlgeschlagen, Ursache: Failed with exit code -1032 ====
==== EX10-F-10380 Validation failed for Exchange transaction log files in database Database-XYZ, Cause: Failed with exit code -1032 ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the Exchange backup log files: <br>
Sie erhalten in den Logfiles der Exchange Sicherung folgende Fehlermeldung: <br>
''EX10-F-10380 Validation failed for Exchange transaction log files in database Database-XYZ, Cause: Failed with exit code -1032''<br>
''EX10-F-10380 Die Validierung für Exchange-Transaktionsprotokolldateien in Datenbank Database-XYZ ist fehlgeschlagen, Ursache: Failed with exit code -1032''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der Microsoft Exchange VSS Writer kann nicht auf die Transaktionsprotokolle zugreifen, da diese nicht im hinterlegten Pfad verfügbar sind. <br>
The Microsoft Exchange VSS Writer cannot access the transaction logs because they are not available in the stored path. <br>
Da sie z. B. von einer Antiviruslösung in Quarantäne verschoben wurden.  
Since they z. B. have been quarantined by an antivirus solution.<br>
'''Handlungsempfehlung:''' <br>
<br>
Bitte überprüfen Sie, ob die Transaktionsprotokolldateien im hinterlegten Pfad vorhanden sind.<br>
'''Recommendation for action:''' <br>
</div>
Please check whether the transaction log files exist in the provided path.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== Windows Agent Oracle Backup ===
=== Windows Agent Oracle Backup ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
-----
-----
</div>
<span id="Die_Anmeldeinformationen_für_das_Plug-in_konnten_aufgrund_eines_unerwarteten_Fehlers_nicht_überprüft_werden._Überprüfen_Sie,_ob_die_Anmeldeinformationen_korrekt_sind,_und_versuchen_Sie_es_erneut"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
==== The plugin credentials could not be verified due to an unexpected error. Check that the credentials are correct and try again ====
==== Die Anmeldeinformationen für das Plug-in konnten aufgrund eines unerwarteten Fehlers nicht überprüft werden. Überprüfen Sie, ob die Anmeldeinformationen korrekt sind, und versuchen Sie es erneut ====
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
The Oracle plug-in uses the connection to the Oracle database EZCONNECT. Make sure your configuration in the sqlnet.ora file is correct. <br>
Das Oracle Plug-In nutzt die Verbindung zur zu der Oracle Datenbank EZCONNECT. Stellen Sie sicher, dass Ihre Konfiguration in der sqlnet.ora Datei korrekt ist. <br>
e.g.: <br>
z.B.: <br>
''# SQLNET.ORA Network Configuration File: d:\oracle\ora92\network\admin\sqlnet.ora'' <br>
''# SQLNET.ORA Network Configuration File: d:\oracle\ora92\network\admin\sqlnet.ora'' <br>
''# Generated by Oracle configuration tools.'' <br>
''# Generated by Oracle configuration tools.'' <br>
''SQLNET.AUTHENTICATION_SERVICES= (NONE)'' <br>
''SQLNET.AUTHENTICATION_SERVICES= (NONE)'' <br>
''NAMES.DIRECTORY_PATH = (EZCONNECT,TNSNAMES)'' <br>
''NAMES.DIRECTORY_PATH = (EZCONNECT,TNSNAMES)'' <br>
Starten Sie Oracle listener und versuchen Sie es erneut mit einem Backup. <br>
Start Oracle listener and try backing up again. <br>
<br />
<br>
</div>
==== ORCL-E-06390 Connection: //ServerXY/[Service Name] [User] could not be connected. OERR: ORA-12541: TNS:no listener ====
<div lang="de" dir="ltr" class="mw-content-ltr">
 
'''Error Scenario:''' <br>
You receive the following error message when creating an Oracle job:<br>
''The plug-in credentials could not be verified due to an unexpected error. Check that the credentials are correct and try again.''<br>
<br>
Additionally, you receive the following error message in the BUAgent log file: <br>
''ORCL-E-06390 Connection: //ServerXY/[Service Name] [User] could not be connected. OERR: ORA-12541: TNS:no listener''<br>
<br>
'''Recommended Action:''' <br>
Please create a new Oracle job using the following format:<br>
''servicename:XXXX''<br>
Replace "XXXX" with the port being used.<br>
<br>
Once the job has been created using this format, it should be possible to set up and subsequently start the job without issues.<br>
<br>
 
== '''Hyper-V Agent''' ==
== '''Hyper-V Agent''' ==
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Hyper-V_Installation_der_Visual_C++_2017_Runtime(64)_fehlgeschlagen"></span>
===Hyper-V Installation der Visual C++ 2017 Runtime(64) fehlgeschlagen ===
===Hyper-V installation of Visual C++ 2017 Runtime(64) failed ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Scenario:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message during the installation of the Hyper-V Management Agent:
Sie erhalten während der Installation des Hyper-V Management Agents folgende Fehlermeldung im Setup:
[[Datei:Hyper-V-Agent-Installation.jpg|framed|none]]
[[Datei:Hyper-V-Agent-Installation.jpg|gerahmt|ohne]]
'''Cause of Error:''' <br>
'''Fehlerursache:''' <br>
As indicated in the error message, there was a problem downloading the runtime. This issue occurs only sporadically.<br>
Wie in der Fehlermeldung bereits beschrieben, gab es ein Problem mit dem Download der Runtime. Dieses Fehlerbild tritt nur sporadisch auf.
<br>
'''Lösung:'''<br>
'''Solution:'''<br>
Sie können entweder das Setup abbrechen und die Installation inklusive dem Download der Runtime erneut durchführen oder die Runtime manuell herunterladen und installieren.
You can either cancel the setup and restart the installation—including the runtime download—or manually download and install the runtime.<br>
Die aktuelle Runtime können Sie unter folgendem Link herunterladen: <br>
You can download the current runtime at the following link: <br>
https://aka.ms/vs/16/release/vc_redist.x64.exe
https://aka.ms/vs/16/release/vc_redist.x64.exe<br>
Weitere Informationen dazu finden Sie unter: <br>
<br>
https://support.microsoft.com/de-de/help/2977003/the-latest-supported-visual-c-downloads
Further information can be found here: <br>
</div>
https://support.microsoft.com/de-de/help/2977003/the-latest-supported-visual-c-downloads<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
===Hyper-V VM wird von anderem Prozess gesichert===
<span id="Hyper-V_VM_wird_von_anderem_Prozess_gesichert"></span>
</div>
===Hyper-V VM is backed up by another process===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Code:''' <br>
'''Fehlercode:''' <br>
AGCD-E-10348 The virtual machine "XXX" ["VM-ID"] could not be backed up because it is currently being backed up by another process.<br>
AGCD-E-10348 Die virtuelle Maschine "XXX" ["VM-ID"] konnte nicht gesichert werden, da sie derzeit von einem anderen Prozess gesichert wird.<br>
<br>
<br>
'''Ursache:'''<br>
'''Cause:'''<br>
Hierbei kann keine Sicherung der VM’s durchgeführt werden, da aufgrund eines Updates des Hyper-V Host Agenten von Version 7.x auf Version 8.60 übrig gebliebene Dateien vorhanden sind, <br>
The VMs cannot be backed up because there are files left over due to an update of the Hyper-V Host Agent from version 7.x to version 8.60, <br>
welche bei der Backup-Anfrage fehlinterpretiert werden. <br>
which are misinterpreted in the backup request. <br>
<br>
<br>
'''Lösung:'''<br>
'''Solution:'''<br>
Bitte wechseln Sie in folgendes Verzeichnis und entfernen alle dort befindlichen Dateien:<br>
Please change to the following directory and remove all files there:<br>
''C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\''<br>
''C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\''<br>
'''Hinweis:'''
<br>
<pre style="color: red"> Bitte führen Sie zunächst ein Update auf die aktuellste Version des Hyper-V Agenten durch, da dieses Fehlerbild in der Version 8.84.1309 behoben wurde. </pre style="color: red">
'''A notice:'''<br>
<br />
<pre style="color: red"> Please first update to the latest version of the Hyper-V agent, as this error was fixed in version 8.84.1309. </pre style="color: red">
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Hyper-V_unbekannte_Ausnahme"></span>
===Hyper-V unbekannte Ausnahme===
===Hyper-V unknown exception===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error message:'''<br>
'''Fehlermeldung:'''<br>
“unknown exception” in the backup portal during configuration/setup <br>
„unbekannte Ausnahme“ im Backupportal bei der Konfiguration/Einrichtung <br>
[[File:Unbekannte Ausnahme.png|border|unknown exception]]<br>
[[Datei:Unbekannte Ausnahme.png|border|unbekannte Ausnahme]]<br>
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Hierbei kann keine Sicherung der VM’s durchgeführt werden, da aufgrund eines Updates des Hyper-V Host Agenten von Version 7.x auf Version 8.60 übrig gebliebene Dateien vorhanden sind,<br>
The VMs cannot be backed up because there are files left over due to an update of the Hyper-V Host Agent from version 7.x to version 8.60,<br>
welche bei der Backup-Anfrage fehlinterpretiert werden. <br>
which are misinterpreted in the backup request. <br>
<br>
<br>
'''Lösung:'''<br>
'''Solution:'''<br>
Bitte wechseln Sie in folgendes Verzeichnis und entfernen alle dort befindlichen Dateien:<br>
Please change to the following directory and remove all files there:<br>
''C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\''<br>
''C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\''<br>
'''Hinweis:'''
<br>
<pre style="color: red"> Bitte führen Sie zunächst ein Update auf die aktuellste Version des Hyper-V Agenten durch, da dieses Fehlerbild in der Version 8.84.1309 behoben wurde. </pre style="color: red">
'''A notice:'''<br>
<br />
<pre style="color: red"> Please first update to the latest version of the Hyper-V agent, as this error was fixed in version 8.84.1309. </pre style="color: red">
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Hyper-V_Sicherung_zeigt_keinen_Fortschritt"></span>
===Hyper-V Sicherung zeigt keinen Fortschritt===
===Hyper-V backup shows no progress===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error code:'''<br>
'''Fehlercode:'''<br>
A previously working backup starts after the update to 8.60, but no progress is apparent.<br>
Eine vorher funktionierende Sicherung startet nach dem Update auf 8.60, jedoch ist kein Fortschritt ersichtlich.<br>
[[File:Job hängt.PNG|border|Backup seems to be hanging]]<br>
[[Datei:Job hängt.PNG|border|Sicherung scheint zu hängen]]<br>
'''Ursache:'''<br>
Hierbei kann keine Sicherung der VMs durchgeführt werden, da aufgrund eines Updates des Hyper-V Host Agenten von Version 7.x auf Version 8.60 übrig gebliebene Dateien vorhanden sind, <br>
welche bei der Backup-Anfrage fehlinterpretiert werden. <br>
<br>
<br>
'''Lösung:'''<br>
'''Cause:'''<br>
# Stoppen Sie die Agentendienste des MGMT Agenten und aller Host Agenten <br>
The VMs cannot be backed up because there are files left over due to an update of the Hyper-V Host Agent from version 7.x to version 8.60, <br>
# Bitte wechseln Sie in folgendes Verzeichnis (Schritt 3) und entfernen alle dort befindlichen Dateien:<br>
which are misinterpreted in the backup request. <br>
<br>
'''Solution:'''<br>
# Stop the agent services of the MGMT agent and all host agents <br>
# Please change to the following directory (step 3) and remove all files there:<br>
# ''C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\''<br>
# ''C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\''<br>
# Bitte starten Sie die Agentendienste des MGMT und aller Host Agenten wieder. <br>
# Please restart the agent services of the MGMT and all host agents. <br>
'''Hinweis:'''
<br>
<pre style="color: red"> Bitte führen Sie zunächst ein Update auf die aktuellste Version des Hyper-V Agenten durch, da dieses Fehlerbild in der Version 8.84.1309 behoben wurde. </pre style="color: red">
'''A notice:'''<br>
<br />
<pre style="color: red"> Please first update to the latest version of the Hyper-V agent, as this error was fixed in version 8.84.1309. </pre style="color: red">
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Hyper-V_Sicherungen_werden_nicht_mehr_über_den_Zeitplan_gestartet"></span>
=== Hyper-V Sicherungen werden nicht mehr über den Zeitplan gestartet ===
=== Hyper-V backups no longer start on schedule ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
The Hyper-V Agent no longer starts backup on schedule.<br>
Der Hyper-V Agent startet keine Sicherung mehr über den Zeitplan.<br>
<br>
'''Lösung:''' <br>
'''Solution:''' <br>
Bitte stoppen Sie die Dienste des Agenten und warten Sie, bis der Eintrag im Portal den Status Offline erhält. Nachdem Sie die Dienste des Agenten im Anschluss wieder gestartet haben, sollte der Zeitplan wieder greifen. <br>
Please stop the agent's services and wait until the entry in the portal becomes Offline. After you have restarted the agent's services, the schedule should work again. <br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Hyper-V_Update_von_8.60_auf_8.X_schlägt_fehl"></span>
=== Hyper-V Update von 8.60 auf 8.X schlägt fehl ===
=== Hyper-V update from 8.60 to 8.X fails ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Message:''' <br>
'''Fehlermeldung:''' <br>
You receive the following error message when installing the update for the management and host components of agent version 8.X:<br>
Sie erhalten bei der Updateinstallation der Management- und Host-Komponenten der Agentenversion 8.X folgende Fehlermeldung:
''Error 1316. The specified account already exists.''
''Error 1316.Das angegebene Konto ist bereits vorhanden.''
[[File:Error1316.png|framed|none]]
[[Datei:Error1316.png|gerahmt|ohne]]
'''Cause:'''<br>
'''Ursache:'''<br>
A registry entry for each of the MGMT and host components is incorrect, preventing the update from version 8.60 to 8.X.<br>
Jeweils ein Registry Eintrag für die MGMT- und die Host-Komponenten ist fehlerhaft und verhindert das Update von 8.60 auf 8.X.
<br>
'''Lösung:'''<br>
'''Solution:'''<br>
# Bitte öffnen Sie auf den Systemen auf denen die einzelnen Komponenten installiert sind die Registry
# Open the Registry on the systems where the individual components are installed.
# Suchen Sie nach der folgenden GUID des MGMT Agenten 27FB23FA45CDCCA419AFA539FAB44906 und klicken Sie auf den Ordner "SourceList"
# Search for the following GUID for the MGMT agent: 27FB23FA45CDCCA419AFA539FAB44906, and click on the "SourceList" folder.
# Ändern Sie der Wert des Schlüssels "PackageName" in TERRA Cloud Backup Hyper-V Agent Management.msi ab und speichern Sie diesen
# Change the value of the "PackageName" key to "TERRA Cloud Backup Hyper-V Agent Management.msi" and save the change.
# Suchen Sie in der Registry der Systeme auf denen der Host Agent installiert ist nach der GUID 2BFC6FB3019E15D449DEFDFA7BA62BA0
# In the Registry of the systems where the host agent is installed, search for the GUID 2BFC6FB3019E15D449DEFDFA7BA62BA0.
# Navigieren Sie in den Ordner "SourceList" und ändern Sie den Wert des Schlüssels "PackageName" in TERRA Cloud Backup Hyper-V Agent Host.msi ab und speichern Sie diesen
# Navigate to the "SourceList" folder, change the value of the "PackageName" key to "TERRA Cloud Backup Hyper-V Agent Host.msi", and save the change.
# Danach können Sie das Update durchführen
# You can then proceed with the update.
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Hyper-V_Fehler_bei_der_Einrichtung_(EVault.Shared.BamsErrorMessage:_UNKNOWN_ERROR[-1])"></span>
=== Hyper-V Fehler bei der Einrichtung (EVault.Shared.BamsErrorMessage: UNKNOWN_ERROR[-1]) ===
=== Hyper-V Setup Error (EVault.Shared.BamsErrorMessage: UNKNOWN_ERROR[-1]) ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:'''<br>
'''Fehlerbild:'''<br>
You receive the following error message when you try to connect to the Hyper-V environment when setting up the management component:
Sie erhalten die folgende Fehlermeldung, wenn Sie bei der Einrichtung der Management Komponente eine Verbindung zur Hyper-V Umgebung aufbauen möchten:
[[File:Hyper-V-Bamserror.png|ohne]]
[[Datei:Hyper-V-Bamserror.png|ohne]]
'''Cause:''' <br>
'''Ursache:''' <br>
The Microsoft “Failover Clustering” feature is installed on the host to be backed up, although no cluster has been set up.<br>
Auf dem zu sichernden Host ist das Microsoft Feature "Failover Clustering" installiert, obwohl keine Cluster eingerichtet ist.
<br>
'''Lösung:''' <br>
'''Solution:''' <br>
Bitte deinstallieren Sie das Feature "Failover Clustering" und installieren Sie alle aktuellen erforderlichen Windows Updates. <br>
Please uninstall the "Failover Clustering" feature and install all current required Windows updates. <br>
Danach können Sie mit der Einrichtung des Management Agenten fortfahren. Ggf. ist es erforderlich den Management Agenten neu zu installieren, um die Einrichtung durchzuführen.
You can then continue setting up the management agent. It may be necessary to reinstall the management agent to complete the setup.<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Hyper-V_Verbindung_fehlgeschlagen._Bitte_überprüfen_Sie_die_Anmeldeinformationen"></span>
=== Hyper-V Verbindung fehlgeschlagen. Bitte überprüfen Sie die Anmeldeinformationen ===
=== Hyper-V connection failed. Please check the credentials ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:'''<br>
'''Fehlerbild:'''<br>
You receive the following error message when you try to connect to the Hyper-V environment when setting up the management component:
Sie erhalten die folgende Fehlermeldung, wenn Sie bei der Einrichtung der Management Komponente eine Verbindung zur Hyper-V Umgebung aufbauen möchten:
[[File:Hyper-V_Verbindung_fehlgeschlagen._Bitte_überprüfen_Sie_die_Anmeldeinformationen.png|ohne]]
[[Datei:Hyper-V_Verbindung_fehlgeschlagen._Bitte_überprüfen_Sie_die_Anmeldeinformationen.png|ohne]]
In addition, you will receive the following entry in the log file of the management service (C:\Program Files\TERRA CLOUD Backup\Hyper-V Agent Management\Data\Logs\Service-AgentCoordinator.XLOG): <br>
Zusätzlich erhalten Sie im Logfile des Management Dienstes (C:\Program Files\TERRA CLOUD Backup\Hyper-V Agent Management\Data\Logs\Service-AgentCoordinator.XLOG) folgenden Eintrag: <br>
''HYPV-E-09615 Failed to login to WMI namespace "root\MSCluster" on host "192.168.187.1". System error message: "Access denied (0x80070005)".'' <br>
''HYPV-E-09615 Anmeldung bei WMI-Namespace "root\MSCluster" auf Host "192.168.187.1" fehlgeschlagen. Systemfehlermeldung: "Zugriff verweigert (0x80070005)".'' <br>
The following entry should also be visible in the Windows Event Logs (System) of the hypervisor: <br>
In den Windows Event Logs (System) des Hypervisors sollte zusätzlich folgender Eintrag ersichtlich sein: <br>
''The server-side authentication level policy does not allow the user to activate the DCOM server via the address 192.168.187.100 DomainXY\Administrator SID (S-1-5-21-2769728824-1306310488-2103641813-187). Increase the activation authentication level to at least RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in the client application.''<br>
''Die Richtlinie für die serverseitige Authentifizierungsebene lässt nicht zu, dass der Benutzer den DCOM-Server über die Adresse 192.168.187.100 DomainXY\Administrator SID (S-1-5-21-2769728824-1306310488-2103641813-187) aktiviert. Erhöhen Sie die Aktivierungsauthentifizierungsebene mindestens auf RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in der Clientanwendung.''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Eine von Microsoft vorgenommene Härtungsmaßnahme für den vom Agenten genutzten DCOM-Service sorgt dafür, dass die Verbindung zur Hyper-V Umgebung nicht zugelassen wird. <br>
A hardening measure taken by Microsoft for the DCOM service used by the agent ensures that the connection to the Hyper-V environment is not permitted. <br>
<br>
'''Workaround:''' <br>
'''Workaround:''' <br>
Es gibt einen [https://support.microsoft.com/en-us/topic/kb5004442-manage-changes-for-windows-dcom-server-security-feature-bypass-cve-2021-26414-f1400b52-c141-43d2-941e-37ed901c769c Workaround], welcher bis zum 14.03.2023 verwendet werden kann: <br>
There is a [https://support.microsoft.com/en-us/topic/kb5004442-manage-changes-for-windows-dcom-server-security-feature-bypass-cve-2021-26414-f1400b52-c141-43d2-941e-37ed901c769c Workaround], which can be used until March 14, 2023: <br>
Registry-Einstellung zum Aktivieren oder Deaktivieren der Härtungsmaßnahme <br>
Registry setting to enable or disable the hardening measure <br>
Während der Übergangsphase, in welcher Sie die Härtungsmaßnahme für CVE-2021-26414 aktivieren oder deaktivieren können, kann folgender Registrierungsschlüssel verwenden werden: <br>
During the transition period, during which you can enable or disable the hardening action for CVE-2021-26414, the following registry key can be used: <br>
Pfad : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\AppCompat <br>
<br>
Schlüsselname : "RequireIntegrityActivationAuthenticationLevel" <br>
Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\AppCompat <br>
Typ : DWORD <br>
Key name: "RequireIntegrityActivationAuthenticationLevel" <br>
Schlüsseldaten : default = 0x00000001 bedeutet Härtung aktiviert. 0x00000000 bedeutet Härtung deaktiviert. <br>
Type : DWORD <br>
Starten Sie Ihr Gerät nach dem Setzen dieses Registrierungsschlüssels neu, damit dieser wirksam wird.
Key data: default = 0x00000001 means hardening activated. 0x00000000 means hardening disabled. <br>
'''Hinweis:''' <br>
<br>
Unser Softwarehersteller wurde bereits über diese Problematik informiert, sodass dieser bereits an einer permanenten Lösung arbeitet.
After setting this registry key, restart your device for it to take effect.<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
'''Note:''' <br>
=== Hyper-V Fehler bei der granularen Wiederherstellung / beim Drag and Drop von Dateien (Fehler 0x80080780) ===
Our software manufacturer has already been informed about this problem, so they are already working on a permanent solution.<br>
</div>
<br>
<span id="Hyper-V_Fehler_bei_der_granularen_Wiederherstellung_/_beim_Drag_and_Drop_von_Dateien_(Fehler_0x80080780)"></span>
=== Hyper-V Granular Restore / File Drag and Drop Error (Error 0x80080780) ===
 
'''Error Scenario:'''<br>
You receive the following error message when initiating a drag-and-drop operation during a granular restore: <br>
''Error 0x80070780: The system cannot access the file.'' <br>
[[Datei:Fehler_0x80070780.png|rahmen]]<br>
<br>
'''Possible Cause:''' <br>
<br>
'''Windows Server Deduplication''' <br>
The backed-up VM uses Windows Server Deduplication, but the corresponding role has not been installed on the management system/host. <br>
You can check whether the role is installed on the source VM using PowerShell, for example: <br>
''Get-WindowsFeature -Name FS-Data-Deduplication''
'''NTFS Permissions of the Source System''' <br>
The NTFS permissions on the source system prevent the management system from accessing the files. <br>
This often occurs in setups where, for instance, the management system is not in the same domain as the backed-up VMs, meaning the local administrator lacks access to the files. <br>
<br>
'''Solution:''' <br>
<br>
'''Windows Server Deduplication''' <br>
Once you have installed the role on the management system, access to the files should be restored. <br>
If you are hesitant to enable data deduplication due to the increased disk I/O, you can disable it again after the restore is complete.<br>
However, data deduplication will likely need to be enabled again for future restores.<br>
<br>
'''Source system NTFS permissions''' <br>
If possible, you can adjust the permissions on the source system.<br>
These adjustments would then be stored in the backup set starting with the next backup, allowing the files to be accessed again from that point on. <br>
Alternatively, you have the following options: <br>
* Add the management system to the domain of the backed-up VMs or ensure that the user account being used has access to the files. <br>
* Restore the entire VM (if possible, start the VM directly from the backup – see [https://wiki.terracloud.de/index.php/Backup#Rapid_VM_Recovery_.28schnelle_VM-Wiederherstellung.29_2 Rapid VM Recovery Hyper-V]).<br>
<br>
<span id="Hyper-V_Granulare_Wiederherstellung_schlägt_fehl_/_HYPV-E-10619_Für_VM_konnten_keine_Volumes_gemountet_werden._Wiederherstellung_einzelner_Daten_kann_nicht_fortgesetzt_werden"></span>
=== Hyper-V Granular Restore Fails / HYPV-E-10619 No volumes could be mounted for the VM. Individual data restore cannot proceed ===
 
'''Error message in MOUNTXY.XLOG.txt file''' <br>
HYPV-E-10619 Could not mount volumes for VM. Individual data recovery cannot proceed.<br>
REST-F-04110 Job could not be completed. [VV]<br>
UTIL-F-08266 Fatal error during job processing [VV]<br>
<br>
'''Possible cause:'''
<br>
The VHDX of the affected VM cannot be mounted on the host, or it is mounted in an offline state, preventing the creation of a share.<br>
<br>
'''Solution:''' <br>
Please investigate why the VHDX cannot be mounted successfully. The following settings often cause VHDs to be mounted offline:<br>
''CMD
''Diskpart
''san
If the SAN policy appears as "Offline Shared," VHDs will be mounted offline.<br>
<br>
Fix:<br>
''san policy=OnlineAll''
Changes your SAN policy to "Online All."<br>
If successful, you will see the message: "DiskPart successfully changed the SAN policy for the current operating system."<br>
<br>
Alternatively, check the automount setting:<br>
''Diskpart
''automount
If the system reports that automatic mounting of new volumes is disabled, VHDs will be mounted offline.<br>
<br>
Fix:<br>
''automount enable
<br>
<span id="Hyper-V_Checkpoint_einer_VM_kann_nicht_gelöscht_werden"></span>
=== Hyper-V Checkpoint of a VM cannot be deleted ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Image:'''<br>
'''Fehlerbild:'''<br>
In the following scenarios, a VM's checkpoint cannot be removed:<br>
Sie erhalten die folgende Fehlermeldung, wenn Sie bei einer granularen Wiederherstellung einen Drag and Drop einleiten: <br>
1. You perform a Hyper-V backup of a VM.<br>
''Fehler 0x80070780: Das System kann auf die Datei nicht zugreifen.'' <br>
2. After the backup creates a VM snapshot and data transfer is still in progress, the Hyper-V host is accidentally restarted.<br>
[[Datei:Fehler_0x80070780.png|rahmen]]
3. Afterward, the VM snapshot cannot be deleted via the Hyper-V Manager user interface because the "Delete" option is missing.<br>
'''Mögliche Ursache:''' <br>
[[Datei:VM-Snapshot_kann_nicht_über_die_Benutzeroberfläche_des_Hyper-V-Managers_gelöscht_werden.png]]<br>
'''Windows Server Deduplikation''' <br>
4. In this state, a subsequent backup also fails.<br>
Die gesicherte VM benutzt Windows Server Deduplikation, während die Rolle allerdings nicht auf dem Management System / Host installiert wurde. <br>
<br>
Sie können z. B. per PowerShell kontrollieren, ob die Rolle auf der Quell-VM installiert wurde: <br>
'''Cause:'''<br>
<code>Get-WindowsFeature -Name FS-Data-Deduplication</code>
The Hyper-V hypervisor was restarted during the creation of a checkpoint. Shut down.<br>
'''NTFS-Berechtigungen des Quellsystems''' <br>
<br>
Die NTFS-Berechtigungen des Quellsystems lassen es nicht zu, dass das Management System auf die Dateien zugreifen kann. <br>
'''Workaround:'''<br>
Oftmals handelt es sich um ein Setup, wo sich das Management System z. B. nicht in der gleichen Domäne wie die gesicherten VMs befindet, weshalb der lokale Admin keinen Zugriff auf die Dateien hat. <br>
Remove the snapshot using the PowerShell cmdlet "Remove-VMSnapshot".<br>
'''Lösung:''' <br>
<code>''Remove-VMSnapshot -VMName <VM Name> -Name <Snapshot Name>''</code>
'''Windows Server Deduplikation''' <br>
<br>
Nachdem Sie die Rolle auf dem Management System installiert haben, sollte der Zugriff auf die Dateien wieder möglich sein. <br>
Wenn Sie zögern, die Datendeduplizierung aufgrund der erhöhten Festplatten-I/O zu aktivieren, können Sie sie nach Abschluss der Wiederherstellung wieder deaktivieren. Bei zukünftigen Wiederherstellungen muss die Datendeduplizierung jedoch wahrscheinlich wieder aktiviert werden.
'''NTFS-Berechtigungen des Quellsystems''' <br>
Sofern möglich, können Sie die Berechtigungen auf dem Quellsystem anpassen. Diese Anpassungen wären dann ab der nächsten Sicherung im Sicherungssatz hinterlegt, sodass ab diesem Punkt wieder auf die Dateien zugegriffen werden kann. <br>
Alternativ haben Sie noch folgende Möglichkeiten: <br>
- Management System in die Domäne der gesicherten VMs aufnehmen bzw. sicherstellen, dass der verwendete Benutzer Zugriff auf die Dateien hat <br>
- Wiederherstellung der kompletten VM (falls möglich VM aus dem Backup heraus starten – siehe [https://wiki.terracloud.de/index.php/Backup#Rapid_VM_Recovery_.28schnelle_VM-Wiederherstellung.29_2 Rapid VM Recovery Hyper-V])
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
== '''Linux Agent''' ==
== '''Linux Agent''' ==
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="DISK-F-04144_Fehler_beim_Öffnen_von_Datei_/var/lib/lxcfs"></span>
=== DISK-F-04144 Fehler beim Öffnen von Datei /var/lib/lxcfs ===
=== DISK-F-04144 Error opening file /var/lib/lxcfs ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
In the log file of a Linux BMR job you receive the error message that files under the /var/lib/lxcfs/ directory cannot be backed up due to a lack of authorization.<br>
Sie erhalten im Logfile eines Linux BMR Jobs die Fehlermeldung, dass Dateien unterhalb des Verzeichnisses /var/lib/lxcfs/ aufgrund fehlender Berechtigung nicht gesichert werden können.
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Es handelt sich um ein FUSE Dateisystem für die Nutzung von Linux Containern. Innerhalb dieses Systems besitzt der root User nicht die notwendigen Berechtigungen.
It is a FUSE file system for the use of Linux containers. Within this system, the root user does not have the necessary permissions.<br>
'''Weitere Informationen zu dem Thema:''' <br>
<br>
'''Further information on this topic:''' <br>
https://ubuntu.com/blog/introducing-lxcfs <br>
https://ubuntu.com/blog/introducing-lxcfs <br>
https://linuxcontainers.org/lxcfs/introduction/ <br>
https://linuxcontainers.org/lxcfs/introduction/ <br>
'''Handlungsempfehlung:''' <br>
<br>
Da dieses Verzeichnis für eine BMR-Rücksicherung nicht notwendig ist, können Sie dieses Vezeichnis auf dem Backup Job entfernen.
'''Recommendation for action:''' <br>
Nach der Exklusion taucht die Fehlermeldung nicht mehr auf.
Since this directory is not necessary for a BMR restore, you can remove this directory on the backup job.
[[Datei:Exklusion lxcfs.jpg|gerahmt|ohne]]
After the exclusion, the error message no longer appears.
</div>
[[File:Exklusion lxcfs.jpg|framed|ohne]]<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== Delta Datei nicht gefunden / beschädigt ===
<span id="Delta_Datei_nicht_gefunden_/_beschädigt"></span>
</div>
=== Delta file not found / damaged ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error symptoms:'''<br>
'''Fehlerbild:'''<br>
You receive the following error message in the log file:<br>
Sie erhalten im Logfile folgende Fehlermeldung:
''BSTR-E-04166 File not found /opt/BUAgent/localjob/000000XY.DTA''<br>
''BSTR-E-04166 Datei nicht gefunden /opt/BUAgent/localjob/000000XY.DTA''
''BKUP-E-08194 Delta file missing. Synchronize the job to recreate the delta file. [VV]''<br>
''BKUP-E-08194 Deltadatei fehlt. Synchronisieren Sie den Job, um die Deltadatei neu zu erstellen. [VV]''
The error symptoms are very similar if the delta file is corrupt.<br>
Bei einer beschädigten Delta Datei sieht das Fehlerbild sehr ähnlich aus.
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der Agent kann nicht auf die Delta Datei zugreifen, da sie entweder nicht vorhanden ist wie im Beispiel oben oder beschädigt ist und die hinterlegte Prüfsumme der Datei nicht mit der aktuell gemessen übereinstimmt.<br>
The agent cannot access the delta file because it is either missing or—as in the example above—corrupt, meaning the stored checksum does not match the currently calculated checksum.<br>
'''Lösung:''' <br>
<br>
Überprüfen Sie auf dem geschützen System im Agentenverzeichnis ob im Job Ordner .DTA und .DTX Dateien vorhanden sind, falls nicht können Sie eine Synchronistation des Jobs im Backup Portal starten. <br>
'''Solution:''' <br>
Sollten Datei vorhanden sein, entfernen Sie diese bitte per ''rm DATEINAME'' oder z.B. per WinSCP. Bitte starten Sie danach eine Synchronisation des Jobs.
Check the agent directory on the protected system to see if .DTA and .DTX files exist in the job folder; if not, you can start a job synchronization in the Backup Portal.<br>
</div>
If the files do exist, please remove them using ''rm FILENAME'' or, for example, WinSCP.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
Then, please start a synchronization of the job.<br>
=== Ein zusätzlicher Prozess startet bei einer Sicherung/Wiederherstellung/Synchronisation ===
<br>
</div>
<span id="Ein_zusätzlicher_Prozess_startet_bei_einer_Sicherung/Wiederherstellung/Synchronisation"></span>
=== An additional process starts during a backup/restore/sync ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
When a Linux backup job is executed, a second "empty" process starts.<br>
Wenn ein Linux Backup Job ausgeführt wird startet ein zweiter "leerer" Prozess.
In this screenshot you can see an "empty" process that is still active even after two other processes have completed.<br>
Auf diesem Screenshot sehen Sie einen "leere" Prozess der auch nach dem Abschluss von zwei anderen Prozessen noch aktiv ist.
<br>
'''Hinweis:''' <br>
'''Note:''' <br>
Dieses Fehlerbild wurde bereits an den Softwarehersteller weitergegeben, es handelt sich bei diesem Prozess lediglich um einen Anzeigefehler, da es auf dem entsprechenden System keinen Prozess mit der angezeigten Prozess-ID gibt.
This error pattern has already been passed on to the software manufacturer; this process is simply a display error, as there is no process with the displayed process ID on the corresponding system.
[[Datei:Leerer Prozess Linux.png|gerahmt|ohne]]
[[File:Leerer Prozess Linux.png|framed|ohne]]<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Linux_System_wird_im_Portal_als_&quot;Offline&quot;_angezeigt"></span>
=== Linux System wird im Portal als "Offline" angezeigt ===
=== Linux system is displayed as "Offline" in the portal ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
In the backup portal, a Linux agent is displayed as "Offline", although the backed up system is active and backups are still being carried out.<br>
Im Backup Portal wird Ihnen ein Linux Agent als "Offline" angezeigt, obwohl das gesicherte System aktiv ist und Backups weiterhin durchgeführt werden.
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der Dienst "VVAgent" funktioniert nicht mehr korrekt oder ist gestoppt.
The "VVAgent" service no longer works correctly or has stopped.<br>
'''Lösung:''' <br>
<br>
Führen Sie auf dem betreffenden System z.B. folgenden Befehl aus um den Dienst neuzustarten:
'''Solution:''' <br>
''/etc/init.d/vvagent restart''
For example, run the following command on the system in question to restart the service:
'''Alternativ:''' <br>
''/etc/init.d/vvagent restart''
''systemctl restart VVAgent''
'''Alternative:''' <br>
</div>
''systemctl restart VVAgent''
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== BMR -E-10596 ISO-Image am angegebenen Ort nicht gefunden: /Bare_Metal_Restore_Image.iso ===
<span id="BMR_-E-10596_ISO-Image_am_angegebenen_Ort_nicht_gefunden:_/Bare_Metal_Restore_Image.iso"></span>
</div>
=== BMR -E-10596 ISO image not found at specified location: /Bare_Metal_Restore_Image.iso ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the log file of a Linux BMR job: <br>
Sie erhalten im Logfile eines Linux BMR-Jobs folgende Fehlermeldung: <br>
''BMR -E-10596 ISO image not found at specified location: /Bare_Metal_Restore_Image.iso''<br>
''BMR -E-10596 ISO-Image am angegebenen Ort nicht gefunden: /Bare_Metal_Restore_Image.iso''
<br>
'''Mögliche Ursache:''' <br>
'''Possible cause:''' <br>
#Auf dem zu sichernden System ist nicht die Relax and Recover Version 2.6 installiert (nur diese Version wird für den aktuellen Linux Agenten unterstützt) <br>
#Relax and Recover version 2.7 is not installed on the system to be backed up (only this version is supported for the current Linux agent) <br>
#Das Betriebssystem bzw. die Version des Betriebssystems wird nicht durch den Linux Agenten unterstützt, bitte prüfen Sie dafür die aktuellesten Release Notes <br>
#The operating system or version of the operating system is not supported by the Linux agent, please check the latest release notes <br>
#Das Verzeichnis "VV" konnte nicht im Pfad ''/usr/share/rear/restore/'' erstellt werden
#The directory "VV" could not be created in the path ''/usr/share/rear/restore/''
#Abhängige Softwarekomponenten auf dem System fehlen z. B. isolinux
#Dependent software components on the system are missing, for example B. isolinux<br>
'''Handlungsempfehlung:''' <br>
<br>
Bitte prüfen Sie zunächst die installierte Version über folgenden Befehl: <br>
'''Recommendation for action:''' <br>
Please first check the installed version using the following command: <br>
<code>rear -V</code>
<code>rear -V</code>
Sollte die Version kleiner als 2.6 sein, können Sie diese auf 2.6 aktualisieren.
If the version is less than 2.7, you can update it to 2.7.
Im Fall einer neueren Version müssten Sie ein Downgrade in Form einer Deinstallation und einer neuen Installation der Version 2.6 vornehmen.
In the case of a newer version, you would have to downgrade by uninstalling and reinstalling version 2.7.
Bitte prüfen Sie ob das Verzeichnis "VV" im Pfad "/usr/share/rear/restore/" erstellt werden konnte.
Please check whether the "VV" directory could be created in the path "/usr/share/rear/restore/".
Erstellen Sie es, falls es noch nicht vorhanden sein sollte.
Create it if it doesn't already exist.
Fehlende Softwarekomponenten werden in vielen Fälle in der Ausgabe des "mkrescue" Befehls erwähnt. <br>
Missing software components are often mentioned in the output of the "mkrescue" command. <br>
Bitte prüfen Sie dazu diesen [[Backup_Fehlerdiagnose#Relax_and_Recover_auf_Funktion_.C3.BCberpr.C3.BCfen|Artikel]]. <br>
Please check this [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#Check_Relax_and_Recover_for_functionality Article]. <br>
'''Wichtig:'''<br>
<br>
Diese Informationen beziehen sich auf die aktuellste Version des Linux Agenten. Es kann sein, dass ältere Versionen des Agenten mit älteren Versionen von Relax and Recover kompatibel sind.
'''Important:'''<br>
Weitere Informationen und Anleitung zu Relax and Recover finden Sie unter: <br>
This information refers to the latest version of the Linux agent. Older versions of the agent may be compatible with older versions of Relax and Recover.<br>
https://relax-and-recover.org/documentation/
Further information and instructions on Relax and Recover can be found at: <br>
</div>
https://relax-and-recover.org/documentation/<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== Relax and Recover auf Funktion überprüfen ===
<span id="Relax_and_Recover_auf_Funktion_überprüfen"></span>
</div>
=== Check Relax and Recover for functionality ===
 
You can check whether Relax and Recover can create a recovery ISO using the following command. <br>
The generated ISO can then be further modified by the Linux agent.
''rear -D -v mkrescue
If it is not possible to create an ISO, you will find further information about the cause of the error in the resulting log file. <br>
Please note that Relax and Recover is not TERRA CLOUD software and therefore no further support can be offered.<br>
<br>
<span id="Keine_Verbindung_zwischen_Agent_und_Vault"></span>
=== No connection between agent and vault===
 
'''Error:''' <br>
The agent could not connect to the vault. The vault address, port number or login information may be invalid. <br>
<br>
'''Reasons:''' <br>
* The login information entered is incorrect.
* Communication with the affected vault system is not possible.
* A strict firewall configuration (IPS, proxy or TLS) blocks the connection
The following port must be opened so that communication between the agent and the vault can take place: <br>
* 2546 TCP
<br>
'''Check:''' <br>
<br>
You can check the connection using the following terminal command:<br>
''nc -zv vault-wmh1-p002.terracloud.de 2546
(Please use the correct vault address here, see the account provision email) <br>
If the process is not possible despite the port being open, you should check the access data of the affected vault profile. To do this, go to the "Sites" tab, select the affected customer site and edit the existing entry. Enter the access data from the provision email 1:1. (if necessary, copy into a notepad beforehand to be on the safe side) <br>
A strict firewall configuration (IPS, proxy or TLS) can also ensure that the connection is not possible despite the above preparations. Here you should always ensure that communication between the agent and the vault system can take place without interruption.<br>
<br>
<span id="Keine_Verbindung_zwischen_Agent_und_Portal"></span>
=== No connection between agent and portal ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error:''' <br>
Sie können über den folgenden Befehl prüfen, ob Relax und Recover ein Wiederherstellungs ISO erstellen kann. <br>
During the installation of the agent on a target system, the agent fails to authenticate with the portal. <br>
Das erzeugte ISO kann dann durch den Linux Agenten weiter modifiziert werden.
<br>
<code>rear -D -v mkrescue</code>
'''Causes:''' <br>
Sollte es nicht möglich sein ein ISO zu erzeugen finden Sie in dem resultierenden Logfile weitere Informationen zur Fehlerursache. <br>
* The entered credentials are incorrect.
Bitte beachten Sie, dass es sich bei Relax and Recover nicht um eine Software der TERRA CLOUD handelt und daher kein weitergehender Support angeboten werden kann.
* Communication is prevented by blocked ports (8086 TCP and 8087 TCP).
</div>
* A strict firewall configuration (IPS, proxy, or TLS) is blocking the connection.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
'''Port Check:''' <br>
<br>
Please execute the following terminal commands on the system where the agent is to be installed: <br>
for ((k=1; k<10; k++)); do
nc -zv amp00$k.terracloud.de 8087
done
for ((k=10; k<29; k++)); do
nc -zv amp0$k.terracloud.de 8087
done
nc -zv backup.terracloud.de 8086
Each query must return "done" or "succeeded"; otherwise, a required port is blocked.<br>
<br>
'''DNS Resolution:''' <br>
Please verify that the DNS name backup.terracloud.de resolves to the public IP address 185.35.13.210.<br>
<br>
'''Credentials:''' <br>
We recommend comparing the entered details with the data we provided. <br>
Also, ensure that there is no cell formatting (e.g., from copying and pasting from MS Excel) in any of the required fields. <br>
<br>
'''Strict Firewall:''' <br>
A strict firewall configuration (IPS, proxy, or TLS) can also prevent the connection, despite the aforementioned... ...preparations are not possible.<br>
You should always ensure that communication between the agent and the portal can take place without interruption.<br>
<br>
== '''VMware vSphere Recovery Agent''' ==
== '''VMware vSphere Recovery Agent''' ==
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Zertifikatsfehler"></span>
=== Zertifikatsfehler ===
=== Certificate error ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image''':<br>
'''Fehlerbild''':<br>
The status of a vSphere Recovery Agent version 8.87 or later shows a certificate error as shown in the figure below.<br>
Der Status eines vSphere Recovery Agenten der Version 8.87 oder neuer zeigt, wie in der Abbildung unten, einen Zertifikatsfehler.
Additionally, backup and restore of the environment is not possible.
Zusätzlich ist die Sicherung und Wiederherstellung der Umgebung nicht möglich.
[[File:Zertifikatsfehler.png|ohne]]
[[Datei:Zertifikatsfehler.png|ohne]]
'''Cause''':<br>
'''Ursache''':<br>
The vSphere Recovery Agent stores the public key of the ESXi/vCenter Server certificate of the environment to be backed up. <br>
Der vSphere Recovery Agent speichert den Public Key des ESXi/vCenter Server Zertifikats der zu sichernden Umgebung. <br>
If the public key is through e.g. B. an exchange of the certificate changes, the error occurs. <br>
Sofern sich der Public Key durch z. B. einen Austausch des Zertifikats ändert, tritt das Fehlerbild auf. <br>
<br>
'''Lösung:'''<br>
'''Solution:'''<br>
Bitte wählen Sie im TERRA CLOUD Backup Portal die Checkbox nebem dem betroffenen Computer aus und führen Sie die Aktion "Zertifikat erneut anheften" aus. <br>
In the TERRA CLOUD Backup Portal, please select the checkbox next to the affected computer and carry out the “Repin certificate” action. <br>
Weitere Informationen zu diesem Fehlerbild finden Sie in der [[Backup#Dokumentation_vSphere_Recovery_Agent|Dokumentation]] des Agenten. <br>
For more information about this error pattern, see the agent's [https://drive.terracloud.de/getlink/fiLpZboTGRPeqzW1cqwS6yin Documentation]. <br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="VSPH-W-10577_Informationen_über_VSS-Schreiber_für_VM_VM-Name_konnten_nicht_abgerufen_werden._Anwendungsfähiges_Backup_kann_nicht_erstellt_werden"></span>
=== VSPH-W-10577 Informationen über VSS-Schreiber für VM VM-Name konnten nicht abgerufen werden. Anwendungsfähiges Backup kann nicht erstellt werden ===
=== VSPH-W-10577 Failed to get VSS writer information for VM VM name. Cannot create application ready backup ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Symptom:''' <br>
'''Fehlerbild:''' <br>
During a backup job (using the application-consistent backup option) involving a vSphere Recovery Agent, you receive the following warning message in the log file: <br>
Sie erhalten bei einem Backup Job (mit der Option anwendungskonsistentes Backup) eines vSphere Recovery Agent folgende Warnmeldung im Logfile: <br>
''VSPH-W-10577 Information about VSS writers for VM [VM-Name] could not be retrieved. Application-consistent backup cannot be created.'' <br>
''VSPH-W-10577 Informationen über VSS-Schreiber für VM VM-Name konnten nicht abgerufen werden. Anwendungsfähiges Backup kann nicht erstellt werden'' <br>
<br>
'''Mögliche Ursachen:'''<br>
'''Possible Causes:'''<br>
# Das Gastbetriebssystem der virtuellen Maschine verfügt über dynamische Datenträger, diese werden nicht durch Microsoft VSS unterstützt und können durch das TERRA CLOUD Backup nicht anwendungskonsistent gesichert werden
# The virtual machine's guest operating system uses dynamic disks; these are not supported by Microsoft VSS and cannot be backed up in an application-consistent manner by TERRA CLOUD Backup.
# Speicherplatz auf den Datenträgern reicht nicht mehr aus, um eine Schattenkopie zu erstellen
# Insufficient disk space to create a shadow copy.<br>
'''Handlungsempfehlung:'''<br>
'''Recommended Action:'''<br>
In Verbindung mit dem Gastbetriebssystem Windows Server 2016 und 2019 konnte der folgende VMware Artikel Abhilfe schaffen: <br>
For Windows Server 2016 and 2019 guest operating systems, the following VMware article has provided a solution: <br>
https://kb.vmware.com/s/article/52815
https://kb.vmware.com/s/article/52815<br>
Alternativ können Sie mit folgender Anleitung überprüfen, ob die Virtualisierung über VMware auf die VSS Komponenten innerhalb der virtuellen Maschine zugreifen kann:
<br>
#Erstellen Sie über VMware einen Snapshot, inklusive der Option "Gast-Dateisystem stilllegen"
Alternatively, you can use the following instructions to verify whether the VMware virtualization layer can access the VSS components within the virtual machine:<br>
#Wechseln Sie nach der Erstellung des Snapshots in den folgenden Pfad des Dateisystems des Gastbetriebssystems:<br>
1. Create a snapshot via VMware, including the "Quiesce guest file system" option.<br>
    <code>C:\ProgramData\VMware\VMware Tools\</code>
2. After creating the snapshot, navigate to the following path within the guest operating system's file system:<br>
#Öffnen Sie die Datei "backup.xml" in dem vss_manifest.zip" Archiv
<code>C:\ProgramData\VMware\VMware Tools\</code><br>
#Prüfen Sie den Inhalt und die Größe der "backup.xml" Datei, diese sollte Informationen zu verschiedenen VSS Writern enthalten
3. Open the "backup.xml" file located inside the "vss_manifest.zip" archive.<br>
Sollte die Datei keine Informationen über die VSS Writer enthalten, kann VMware nicht korrekt auf diese zugreifen.<br>
4. Check the content and size of the "backup.xml" file; it should contain information regarding various VSS writers.<br>
In diesem Fall handelt es sich nicht um ein Problem mit dem vSphere Recovery Agent.
<br>
</div>
If the file does not contain information about the VSS writers, VMware is unable to access them correctly.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
In this case, the issue does not originate with the vSphere Recovery Agent.<br>
=== VSPH-W-10566 Es konnte nicht geprüft werden, ob SQL Server-Transaktionsprotokolle für Instanz ESXI-SQL auf VM {1} gekürzt wurden. ===
<br>
</div>
<span id="VSPH-W-10566_Es_konnte_nicht_geprüft_werden,_ob_SQL_Server-Transaktionsprotokolle_für_Instanz_ESXI-SQL_auf_VM_{1}_gekürzt_wurden."></span>
=== VSPH-W-10566 Failed to check whether SQL Server transaction logs were truncated for instance ESXI-SQL on VM {1}. ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Issue:''' <br>
'''Fehlerbild:''' <br>
During a backup job using vSphere Recovery Agent version 8.82 or later, you receive the following warning message in the log file:<br>
Sie erhalten bei einem Backup Job eines vSphere Recovery Agent ab der Version 8.82 folgende Warnmeldung im Logfile:
''VSPH-W-10566 Could not verify whether SQL Server transaction logs for instance ESXI-SQL on VM {1} were truncated.''<br>
''VSPH-W-10566 Es konnte nicht geprüft werden, ob SQL Server-Transaktionsprotokolle für Instanz ESXI-SQL auf VM {1} gekürzt wurden.''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der vSphere Recovery Agent kann bei einer deutschen SQL Installation nicht prüfen ob die Transaktionsprotokolle abgeschnitten wurden.  
The vSphere Recovery Agent cannot verify whether transaction logs have been truncated when using a German SQL installation.<br>
Vermutlich tritt dieses Fehlerbild bei allen nicht-englischen Installationen auf.
This issue likely occurs with all non-English installations.<br>
'''Handlungsempfehlung:''' <br>
<br>
Bitte ändern Sie die Einstellung für die Kürzung der Transaktionsprotokolle auf "Sicherung nur mit Kopie" (siehe Screenshot) ab.
'''Recommended Action:''' <br>
[[Datei:Sicherung nur mit Kopie.png|gerahmt|ohne]]
Please change the transaction log truncation setting to "Copy-only backup" (see screenshot).
Die Transaktionsprotokolle können Optional über Boardmittel von Microsoft SQL abgeschnitten werden.
[[Datei:Sicherung nur mit Kopie.png|framed|none]]
Alternativ können Sie in der VM einen Windows Agenten inklusive SQL Plug-in installieren und die Datenbank über einen SQL Backup Job schützen. Bei diesem Szenario sichern Sie das System über ein Hostbackup und die Datenbank zusätzlich über ein andwendungskonsistentes Agent Backup.
Transaction logs can optionally be truncated using native Microsoft SQL tools.<br>
</div>
Alternatively, you can install a Windows Agent (including the SQL plug-in) on the VM and protect the database using an SQL backup job.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
In this scenario, you back up the system via a host backup and additionally back up the database via an application-consistent agent backup.<br>
=== VSPH-W-10274 Virtuelle Maschine "Name der VM" konnte nicht unterdrückt werden. Die Sicherung wird stattdessen einen absturzkonsistenten Snapshot versuchen ===
<br>
</div>
<span id="VSPH-W-10274_Virtuelle_Maschine_&quot;Name_der_VM&quot;_konnte_nicht_unterdrückt_werden._Die_Sicherung_wird_stattdessen_einen_absturzkonsistenten_Snapshot_versuchen"></span>
=== VSPH-W-10274 Virtual machine "name of VM" could not be suppressed. The backup will attempt a crash-consistent snapshot instead ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Symptom:''' <br>
'''Fehlerbild:''' <br>
You find the following error message in the log file:<br>
Sie finden im Logfile folgende Fehlermeldung:
''VSPH-W-10274 Virtual machine "VM Name" could not be quiesced. The backup will attempt a crash-consistent snapshot instead.''<br>
''VSPH-W-10274 Virtuelle Maschine "Name der VM" konnte nicht unterdrückt werden. Die Sicherung wird stattdessen einen absturzkonsistenten Snapshot versuchen.''
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Der vSphere Recovery Agent kann über das vCenter das Filesystem innerhalb der VM nicht anhalten, da die Funktion "Quiesce guest file system" nicht verfügbar ist.
The vSphere Recovery Agent cannot quiesce the file system inside the VM via vCenter because the "Quiesce guest file system" function is unavailable.<br>
'''Handlungsempfehlung:''' <br>
<br>
Bitte prüfen Sie, ob Sie im vCenter die unten abgebildete Option bei der Erstellung eines Snapshots zur Verfügung steht.
'''Recommended Action:''' <br>
Überprüfen Sie ob die VMware Tools innerhalb der VM installiert und auf dem aktuellen Stand sind.
Please check if the option shown below is available in vCenter when creating a snapshot.<br>
Sollte es weiterhin nicht möglich sein diese Funktion zu nutzen, wenden Sie sich bitte an den VMware Support, da es sich um ein Problem mit dem Hypervisor handelt.
Verify that VMware Tools are installed and up to date within the VM.<br>
[[Datei:Snapshot erstellen.png|gerahmt|ohne]]
If it is still not possible to use this function, please contact VMware Support, as this is an issue with the hypervisor.
</div>
[[Datei:Snapshot erstellen.png|framed|none]]<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== VSPH-I-10525 Auf VM XYZ ist eine alte Version der VMware-Tools installiert. Aktualisieren Sie die VMware-Tools auf die aktuelle Version ===
<span id="VSPH-I-10525_Auf_VM_XYZ_ist_eine_alte_Version_der_VMware-Tools_installiert._Aktualisieren_Sie_die_VMware-Tools_auf_die_aktuelle_Version"></span>
</div>
=== VSPH-I-10525 An old version of VMware tools is installed on VM XYZ. Update VMware Tools to the latest version ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Symptom:''' <br>
'''Fehlerbild:''' <br>
The log file indicates that the VMware Tools installed on a VM are outdated, preventing the creation of an application-consistent backup.<br>
Sie erhalten im Logfile die Information, dass die installierten VMware-Tools auf einer VM veraltet sind und somit keine anwendungskonsistente Sicherung erstellt werden kann.
<br>
'''Ursache:''' <br>
'''Cause:''' <br>
Für eine anwendungskonsistente Sicherung müssen die Microsoft VSS-Komponenten innerhalb der VM angesprochen werden, um diesen Funktion nutzen zu können, muss mindestens die Version 11 oder höher installiert sein.
Creating an application-consistent backup requires accessing the Microsoft VSS components within the VM.<br>
'''Handlungsempfehlung:''' <br>
To use this feature, version 11 or higher must be installed.<br>
Bitte prüfen Sie die Versionsnummer der VMware Tools z.B. im vCenter und aktualisieren Sie diese.
<br>
Nach der Aktualisierung ist ein anwendungskonsistentes Backup möglich.
'''Recommended Action:''' <br>
[[Datei:VMware Tools.png|gerahmt|ohne]]
Please check the VMware Tools version number (e.g., in vCenter) and update it.<br>
Weitere Informationen finden Sie in der aktuellen [https://drive.terracloud.de/dl/fiLpZboTGRPeqzW1cqwS6yin/Documentation_and_Release_Notes Dokumentation] des vSphere Recovery Agents.
Once updated, application-consistent backups will be possible.
</div>
[[File:VMware Tools.png|framed|none]]
<div lang="de" dir="ltr" class="mw-content-ltr">
For further information, please refer to the latest [https://drive.terracloud.de/getlink/fiLpZboTGRPeqzW1cqwS6yin documentation] for the vSphere Recovery Agent.<br>
=== VSPH-E-10247 Von Server "XY" wurde eine ungültige Antwort empfangen. Ziel ist möglicherweise kein vCenter/ESXi ===
<br>
</div>
<span id="VSPH-E-10247_Von_Server_&quot;XY&quot;_wurde_eine_ungültige_Antwort_empfangen._Ziel_ist_möglicherweise_kein_vCenter/ESXi"></span>
=== VSPH-E-10247 An invalid response was received from server "XY". Target may not be vCenter/ESXi ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You will find the following error message in the log file of a backup: <br>
Sie finden im Logfile einer Sicherung folgende Fehlermeldung: <br>
''VSPH-E-10247 An invalid response was received from server "XY". Target may not be vCenter/ESXi.'' <br>
''VSPH-E-10247 Von Server "XY" wurde eine ungültige Antwort empfangen. Ziel ist möglicherweise kein vCenter/ESXi.'' <br>
<br>
<br>
Ebenfalls kann es sein, dass Sie folgende Situation beim Login in das betroffene vCenter auffinden: <br>
You may also encounter the following situation when logging into the affected vCenter: <br>
[[Datei:VCenter_Zertifikat_abgelaufen.png|gerahmt|ohne]]
[[File:VCenter_Zertifikat_abgelaufen.png|framed|ohne]]
'''Ursache:''' <br>
'''Cause:''' <br>
Das interne Zertifikat der vCenter Appliance ist höchstwahrscheinlich abgelaufen. Generell stellt der Agent fest, dass die Funktionalität des Ansprechpartners (ESXi Host / vCenter) aktuell nicht gegeben / gestört ist. <br>
The vCenter Appliance's internal certificate has most likely expired. In general, the agent determines that the functionality of the contact person (ESXi Host / vCenter) is currently not available/disturbed. <br>
'''Handlungsempfehlung:''' <br>
<br>
Bitte überprüfen Sie die Situation des vCenters / ESXi Hosts und erneuern Sie das benötigte Zertifikat, sofern es abgelaufen ist.
'''Recommendation for action:''' <br>
</div>
Please check the situation of the vCenter / ESXi host and renew the required certificate if it has expired.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== VSPH-E-10250 VSPH-E-10253 Beim Kommunizieren mit Server "XY" wurde ein unbekannter Fehler empfangen. ===
<span id="VSPH-E-10250_VSPH-E-10253_Beim_Kommunizieren_mit_Server_&quot;XY&quot;_wurde_ein_unbekannter_Fehler_empfangen."></span>
</div>
=== VSPH-E-10250 VSPH-E-10253 An unknown error was received while communicating with server "XY". ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
The agent's backups fail and the following error can be seen in the log file: <br>
Die Sicherungen des Agenten schlagen fehl und folgender Fehler ist im Logfile ersichtlich: <br>
''VSPH-E-10253 An unknown error was received while communicating with server "XY."'' <br>
''VSPH-E-10253 Beim Kommunizieren mit Server "XY" wurde ein unbekannter Fehler empfangen.'' <br>
When processing existing jobs, the agent asks for credentials of the VMware user used. <br>
Bei der Bearbeitung der vorhandenen Jobs fragt der Agent nach Credentials des verwendeten VMware Benutzers. <br>
<br>
'''Mögliche Ursache:'''<br>
'''Possible cause:'''<br>
Ein nicht vom Agenten unterstütztes Sonderzeichen (z. B. §) befindet sich im Passwort des verwendeten VMware Benutzers.
A special character not supported by the agent (e.g. §) is in the password of the VMware user used.<br>
'''Handlungsempfehlung:'''<br>
<br>
Bitte überprüfen Sie das Kennwort und versuchen Sie, nur unterstützte Sonderzeichen zu verwenden: !@#$%^&*()_-+=[]{}|'";:<.>\/?
'''Recommendation for action:'''<br>
</div>
Please check the password and try to use only supported special characters: !@#$%^&*()_-+=[]{}|'";:<.>\/?<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
== '''TERRA CLOUD Backup Satellit''' ==
<span id="Wiederherstellungsfreigabe_wird_nicht_erzeugt_REST-E-09279_Freigabe_des_Sicherungssatzes_fehlgeschlagen_[VV]"></span>
</div>
=== Restore share is not created REST-E-09279 Backup set release failed [VV] ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error pattern:''' <br>
=== Backup "Job kann nicht am Vault registriert werden. Er ist möglicherweise bereits im Vault vorhanden." (Nur in Verbindung mit einem Satelliten) ===
The vSphere Agent is unable to create a recovery share. The following error message can be seen in the log file:<br>
</div>
''REST-F-04110 Job could not be completed. [VV]''<br>
''UTIL-F-08266 Serious error while processing the job [VV]''<br>
''REST-E-09279 Failed to share the backup set [VV]''<br>
<br>
'''Cause:''' <br>
The affected virtual machine has a file system that is not supported by Windows. (usually Linux). <br>
<br>
'''Solution:''' <br>
Virtual machines with a file system that is not supported by Windows can only be fully restored.<br>
After the restoration, you must move the required files manually.<br>
<br>
<span id="TERRA_CLOUD_Backup_Satellit"></span>
== '''TERRA CLOUD Backup Satellite''' ==


<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Backup_&quot;Job_kann_nicht_am_Vault_registriert_werden._Er_ist_möglicherweise_bereits_im_Vault_vorhanden.&quot;_(Nur_in_Verbindung_mit_einem_Satelliten)"></span>
'''Ursache:''' <br>
=== Backup "Cannot register the job with the vault. It might exist on the vault already." (Only in conjunction with a satellite) ===
Sofern der Satellit auf "Bypass inaktiv" steht, kann ein Computer oder ein Backup Job nicht direkt auf dem Basevault registriert werden, da der Basevault als aktuelles Sicherungsziel in den Vault-Einstellungen hinterlegt ist.<br>
'''Lösung:''' <br>
Bitte hinterlegen Sie die lokale IP-Adresse des Satelliten in den Vault-Einstellungen und versuchen Sie erneut den Job anzulegen oder den Computer hinzuzufügen.
<br />
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
=== Uhrzeit im Satellit stimmt nicht ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Cause:''' <br>
'''Ursachen:''' <br>
This message indicates an incorrect combination of bypass and target vault configurations.<br>
Die Bandbreitenlimitierung hält sich an die empfangende Uhrzeit. Wenn die Uhrzeit nicht synchron ist, funktioniert der Plan nicht korrekt. <br>
It occurs in the following cases:<br>
'''Lösung:''' <br>
*The bypass is '''activated''', but the agent attempts to connect to the '''Satellite'''.
Bitte Port NTP Port 123/UDP vom Satelliten ins Internet freigeben. <br>
*The bypass is '''deactivated''', but the agent attempts to connect directly to the '''Basevault'''.
<br />
[[Datei:Backup-DE-Cannot register job.png|800px|none]]
</div>
'''Solution:'''<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
The bypass function allows the Satellite to be temporarily bypassed so that the backup is performed directly to the Basevault.<br>
=== SSET-F-04145 Fehler beim Öffnen von Datei 192.168.187.69"00000-KUNDE 00000-KUNDE Jobname 0000000X":: für Ausgabe ===
An activated bypass can be deactivated via the Satellite's WebGUI.<br>
</div>
The bypass can only be activated by TERRA CLOUD Support.<br>
This is only possible following prior consultation and in designated exceptional cases.<br>
<br>
The target vault must be correctly configured in the vault settings of the TERRA CLOUD Backup Portal.<br>
<br>
<span id="Uhrzeit_im_Satellit_stimmt_nicht"></span>
=== The time in the satellite is not correct ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Causes:''' <br>
'''Mögliche Ursachen:''' <br>
The bandwidth limitation depends on the receiving time. If the time is out of sync, the plan will not work correctly. <br>
#Der Satellit hat seine Speicherkapazitätsgrenze von 90 % erreicht und nimmt deshalb keine Datensicherungen mehr entgegen.
#Die Vebindung (Heartbeat) zwischen dem Satelliten und dem Basevault ist seit 30 Tagen oder länger getrennt
<br>
<br>
'''Kontrolle:''' <br>
'''Solution:''' <br>
Die aktuelle Speicherkapazität kann über das [https://wiki.terracloud.de/index.php/Backup#Satelliteninterface Satelliteninterface] und die Verbindung zum Rechenzentum über [https://wiki.terracloud.de/index.php/Backup#Konnektivit.C3.A4t Konnektivität] kontrolliert werden.
Please enable port NTP port 123/UDP from the satellite to the Internet. <br>
'''Lösung bei nicht ausreichendem Speicher:''' <br>
<br>
A) Wechsel auf einen größeren Satelliten. <br>
<span id="SSET-F-04145_Fehler_beim_Öffnen_von_Datei_192.168.187.69&quot;00000-KUNDE_00000-KUNDE_Jobname_0000000X&quot;::_für_Ausgabe"></span>
B) Bereinigung des Satelliten über das Webinterface - [https://wiki.terracloud.de/index.php/Backup#Backup_Daten Löschung von nicht mehr benötigten Jobs / Systemen] <br>
=== SSET-F-04145 Error opening file 192.168.187.69"00000-CUSTOMER 00000-CUSTOMER jobname 0000000X":: for output ===
Sofern eine Interfaceversion '''< 0.11.11.3''' installiert ist, kontaktieren Sie bitte den TERRA CLOUD Support, um eine Terminabstimmung für eine Remote Session zwecks Interfaceupdate / Bereinigung zu vereinbaren. <br> Hier ist die Löschung  über das Interface noch nicht möglich. <br>
'''Lösung bei fehlender Konnektivität zum Rechenzentrum:''' <br>
Bitte prüfen Sie die notwendigen [https://wiki.terracloud.de/index.php/Backup#Netzwerkkonfiguration Ports] für die Verbindung zwischen dem Satelliten und dem Rechenzentrum. Schauen Sie ebenfalls, ob der Replikationsdienst des Satelliten ggf. gestoppt ist. Ein laufender Replikationsdienst wird benötigt, damit der Satellit sich bei unserem Basevault melden kann.
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
=== Wiederherstellung nicht möglich, wenn das Safeset offline ist ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Possible causes:''' <br>
'''Fehlerbild:'''<br>
#The satellite has reached its storage capacity limit of 90% and is therefore no longer accepting data backups.
Sie erhalten nach dem Start einer Wiederherstellung im TERRA CLOUD Backup Portal die folgende Fehlermeldung:
#The connection (heartbeat) between the satellite and the Basevault has been disconnected for 30 days or longer.
[[Datei:Wiederherstellung-offline-safeset.png|ohne]]
'''Check:''' <br>
'''Ursache:'''<br>
Current storage capacity can be checked via the [https://wiki.terracloud.de/index.php/Backup/en#Satellite_interface satellite interface], and the connection to the data center via [https://wiki.terracloud.de/index.php/Backup/en#Connectivity connectivity].<br>
Das für die Wiederherstellung ausgewählte Safeset ist auf dem verbundem Vault nur als "Offline Safeset" verfügbar. <br>
<br>
Bei einem "Offline Safeset" liegen auf dem Vault nur Metadaten für das Safeset vor (Safesetnummer, Sicherungszeitpunkt, nativ geschützte Datenmenge uvm.), jedoch sind die Nutzdaten auf diesem Vault nicht gespeichert. <br>
'''Solution for insufficient storage:''' <br>
Dies tritt auf, wenn z. B. eine Datensicherung von einem TERRA CLOUD Backup Satelliten über das Webinterface gelöscht wurde (das Safeset wird nur vom Speicher des Satelliten gelöscht) und die TERRA CLOUD Backup Agenten danach keine Sychronisation durchgeführt haben. <br>
A) Upgrade to a larger satellite. <br>
Die lokalen Metadaten der Agenten beinhalten die Information, dass Safeset X für eine Wiederherstellung vom verbundenem Vault zu Verfügung steht, jedoch wurden die Nutzdaten auf dem Satelliten in diesem Beispiel schon entfernt, damit ist eine Wiederherstellung von diesem Safeset von diesem Vault nicht möglich.
B) Clean up the satellite via the web interface – [https://wiki.terracloud.de/index.php/Backup/en#Deletion_of_data_backups deletion of jobs/systems that are no longer needed] <br>
'''Lösung:'''<br>
If an interface version '''< 0.11.11.3''' is installed, please contact TERRA CLOUD Support to schedule a remote session for an interface update or cleanup. <br> Deletion via the interface is not yet possible in this version. <br>
Um eine Wiederherstellung des betroffenen Safesets durchführen zu können, müssen Sie den vorhandenen Eintrag im Reiter Vault-Einstellungen anpassen und hier die lokale IP des Satelliten durch die Basevault Adresse (vault-wmhX-bvXY.terracloud.de) anpassen. <br>
<br>
Nachdem Sie die Anpassung vorgenommen haben, muss der betroffene Backup Job zwingend synchronisiert werden, um die Metadaten des Agenten zu aktualisieren. <br>
'''Solution for lack of connectivity to the data center:''' <br>
Solange die Anpassung greift, wird es nicht möglich sein, eine Sicherung des Agenten durchzuführen. Es empfiehlt sich also, die Anpassung vor dem nächsten Durchlauf des Zeitplans wieder rückgängig zu machen.<br>
Please check the necessary [https://wiki.terracloud.de/index.php/Backup/en#Network_configuration ports] for the connection between the satellite and the data center.<br>
</div>
Also, check whether the satellite's replication service has stopped.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
A running replication service is required for the satellite to communicate with our Basevault.<br>
== '''BMR-Wiederherstellung''' ==
<br>
</div>
<span id="Wiederherstellung_nicht_möglich,_wenn_das_Safeset_offline_ist"></span>
=== Cannot restore if safeset is offline ===
 
'''Error Scenario:'''<br>
After initiating a restore in the TERRA CLOUD Backup Portal, you receive the following error message:
[[Datei:Wiederherstellung-offline-safeset.png|none]]
'''Cause:'''<br>
The safeset selected for the restore is available on the connected satellite only as an "Offline Safeset." <br>
With an "Offline Safeset," only metadata regarding the safeset (safeset number, backup timestamp, volume of natively protected data, etc.) exists on the satellite; the actual payload data is not stored there. <br>
This occurs, for example, if a backup was deleted from a TERRA CLOUD Backup satellite via the web interface (removing the safeset only from the satellite's storage) and the TERRA CLOUD Backup agents did not subsequently perform a synchronization. <br>
The agents' local metadata indicates that Safeset X is available for restoration from the connected vault; however, since the payload data has already been removed from the satellite in this scenario, restoring from that safeset via that satellite is not possible.<br>
<br>
'''Solution:'''<br>
To restore the affected safeset, you must modify the existing entry in the "Vault Settings" tab by replacing the satellite's local IP address with the Basevault address (vault-wmhX-bvXY.terracloud.de). <br>
After making this change, you must synchronize the affected backup job to update the agent's metadata. <br>
As long as this modification is in effect, it will not be possible to run a backup for the agent. Therefore, it is recommended to revert the change before the scheduled backup runs again.<br>
<br>
<span id="BMR-Wiederherstellung"></span>
== '''BMR Recovery''' ==


<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Checkliste_Fehlerdiagnose_BMR-Wiederherstellung"></span>
=== Checkliste Fehlerdiagnose BMR-Wiederherstellung ===
=== Checklist for fault diagnosis BMR recovery ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''General:''' <br>
'''Allgemein:''' <br>
Please go through the following checklist in the event of an error during or after a BMR restore.<br>
Bitte gehen Sie im Fehlerfall während oder nach einer BMR-Wiederherstellung die folgende Checkliste durch.<br>
Based on the answers, the error pattern can be narrowed down if it is not already covered by the Troubleshooting Guide.<br>
Anhand der Antworten kann das Fehlerbild, sofern es nicht bereits durch den Troubleshooting Guide abgedeckt wird, eingegrenzt werden.<br>
Furthermore, the checklist enables a faster and more efficient support process.<br>
Desweiteren ermöglicht die Checkliste eine schnelleren und effizienteren Support Prozess.
<br>
'''Checkliste:'''
'''Checklist:'''
#Handelt es sich um eine Produktivrücksicherung oder eine Testrücksicherung?  
#Is this a productive restore or a test restore?
#Wann wurde das System zum letzten Mal in einer Testrücksicherung wiederhergestellt?
#When was the system last restored in a test restore?
#Welche Version des Restore ISOs wurde verwendet? &rarr; ''Bitte verwenden Sie stets die aktuellste Version.''
#Which version of the restore ISO was used? ? ''Please always use the latest version.''
#Haben Sie einen datei- oder imagebasierten Backup Job wiederhergestellt?
#Did you restore a file or image based backup job?
#Tritt das Problem während der Konfiguration der Rücksichung auf? ''Falls Ja'' &rarr; ''Bitte prüfen Sie dazu die Vorgehensweise in der [https://drive.terracloud.de/dl/fiLpZboTGRPeqzW1cqwS6yin/Documentation_and_Release_Notes.zip Dokumentation]
#Does the problem occur during backup configuration? ''If Yes'' &rarr; ''Please check the procedure in the [https://drive.terracloud.de/getlink/fiLpZboTGRPeqzW1cqwS6yin documentation]
#Haben Sie bereits Logdateien der BMR-Rücksicherungen gespeichert? ''Falls nein'' &rarr; ''Eine dafür finden Sie Anleitung unter'' [[#Logdateien_einer_BMR-R.C3.BCcksicherung_speichern|Logdateien einer BMR-Rücksicherung speichern]]
#Have you already saved BMR restore log files? ''If no'' &rarr; ''You can find instructions for this at'' [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#Log_files_in_system_restore_(BMR_recovery) Save log files of a BMR restore]
#Erfolgte die Wiederherstellung auf ein physisches oder virtuelles System? ''Falls virtuell'' &rarr; ''welche Virtualisierungstechnik wird eingesetzt?''
#Was the restore to a physical or virtual system? ''If virtual'' ? ''Which virtualization technology is used?''
#Handelt es sich bei dem Ursprungssystem um eine BIOS oder UEFI Installation? &rarr; ''Die eingesetzte Firmware entscheidet z.B. bei Hyper-V die VM-Generation.''
#Is the original system a BIOS or UEFI installation? ? ''The firmware used determines the VM generation, for example with Hyper-V.''
#Haben Sie alle Volumes wiederhergestellt oder nur die für das Betriebsystem notwendigen?
#Did you restore all volumes or just those necessary for the operating system?
#Wurden bereits verschiedene Sicherungspunkte/Safesets für die Rücksicherung gewählt?
#Have different backup points/safesets already been chosen for the restore?
#Welche Rolle/Einsatzzweck hat das Ursprungssystem? &rarr; ''z.B. DC, MS-SQL, Fileserver usw.''
#What role/purpose does the original system have? ? ''e.g. DC, MS-SQL, file server, etc.''<br>
'''Tipps:'''<br>
'''Tips:'''<br>
Eine fehlerhafte Produktivrücksicherung ruft eine Stresssituation hervor und die Ausfallzeiten sollen so kurz wie möglich gehalten werden.<br>
A faulty productive restore creates a stressful situation and downtimes should be kept as short as possible.<br>
Die folgenden Tipps können die Entstörung vereinfachen und kostbare Zeit sparen.<br>
The following tips can simplify decluttering and save valuable time.<br>
'''Disaster Recovery Möglichkeiten:'''<br>
<br>
Das folgende Ablaufschaubild zeigt Ihnen mögliche Workflows und Handlungsempfehlungen für verschiedene '''[[DRaaS|Disaster Recovery]]''' Szenarios auf. <br>
'''Disaster recovery options:'''<br>
'''Parallele Wiederherstellung:'''<br>
The following flow chart shows you possible workflows and recommendations for action for various ''[[DRaaS/en|Disaster Recovery]]'' scenarios. <br>
Sie können gleichzeitig vom primären und sekundären Vault und ggf. einem Satelliten wiederherstellen.
<br>
Damit stehen Ihnen die Backups von mindestens zwei Quellen gleichzeitig zur Verfügung.<br>
'''Parallel Restore:'''<br>
Die FQDNs und Öffentlichen IPs können Sie der [https://backup.terracloud.de/Download/ip_overview.pdf Vault-Übersicht] entnehmen.
You can simultaneously restore from the primary and secondary vaults and, if necessary, a satellite.
'''Mehrere Lösungswege gleichzeitg verfolgen:'''<br>
This means that backups from at least two sources are available to you at the same time.<br>
Beispiel: <br>
The FQDNs and public IPs can be found in the [https://backup.terracloud.de/Download/ip_overview.pdf Vault overview].<br>
Nach der Wiederherstellung des aktuellsten Safesets booted das System in einen Bluescreen, da es zum Sicherungszeitpunkt eine Beschädigung des Betriebsystems vorlag. <br>
<br>
In diesem Szenario könnten Sie zwei ältere Safesets z.B. von vor drei Tagen und am Ende des letzten Monats gleichzeitig wiederherstellen, mit Hilfe der '''Parallele Wiederherstellung'''. <br>
'''Pursue several solutions at the same time:'''<br>
Durch diese Strategie verdoppeln sich die Chancen einen Sicherungspunkt zu treffen, welcher die Daten das System vor der Beschädigung des Betriebsystems beinhaltet.
Example: <br>
'''Wiederherstellung in einer Disaster Recovery VM:'''<br>
After restoring the latest safe set, the system booted into a blue screen because there was damage to the operating system at the time of backup. <br>
Die TERRA CLOUD bietet Ihnen die Möglichkeit eine virtuelle Maschine oder eine virtuelle Disaster Recovery Umgebung vollständig automatisiert bereitzustellen.<br>
In this scenario, you could restore two older safesets, for example from three days ago and at the end of last month, at the same time using ''Parallel Restore''. <br>
Nutzen Sie dieses Angebot um neben der Entstörung der primären Wiederherstellung eine sekundäre Wiederherstellung einzuleiten in eine völlig neu erstelle Umgebung auf Basis von Microsoft Hyper-V.<br>
This strategy doubles the chances of hitting a backup point that contains the system data from damage to the operating system.<br>
Sollte die Wiederherstellung auf dem ursprünglichen System/Umgebung nicht möglich sein, kann die Wiederherstellung in eine DRVM die Chance erhöhen.
<br>
'''Dokumentation der Wiederherstellung:''' <br>
'''Recovery in a Disaster Recovery VM:'''<br>
Bitte fügen Sie Screenshots von Fehlermeldung/Fehlverhalten direkt einem Support Ticket bzw. einer Anfrage bei.  
The TERRA CLOUD offers you the opportunity to provide a virtual machine or a virtual disaster recovery environment in a completely automated manner.<br>
Durch eine Dokumentation in Form der Checkliste und Screenshots verkürzen Sie den Teil der Informationsgewinnung in einem Support Ticket.
Use this offer to initiate a secondary recovery in addition to debugging the primary recovery in a completely new environment based on Microsoft Hyper-V.<br>
If restoring to the original system/environment is not possible, restoring to a DRVM can increase the chance.<br>
<br>
'''Recovery documentation:''' <br>
Please attach screenshots of error messages/misbehavior directly to a support ticket or request.
By providing documentation in the form of a checklist and screenshots, you can shorten the information gathering part of a support ticket.
-----
-----
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="System_startet_nach_einer_Rücksicherung_in_einen_Bootfehler/Bluescreen/Blackscreen"></span>
=== System startet nach einer Rücksicherung in einen Bootfehler/Bluescreen/Blackscreen ===
=== System starts after a restore in a boot error/blue screen/black screen ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
After a successful BMR restore, the system displays a boot error after starting, such as the following:
Nach einer erfolgreichen BMR Rücksicherung zeigt das System nach dem Start einen Bootfehler, wie z.B. folgenden an:
[[File:BSOD.jpg|border|600px|ohne]]
[[Datei:BSOD.jpg|border|600px|ohne]]
'''Procedure:''' <br>
'''Vorgehensweise:''' <br>
Please first go through the [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#Checklist_for_fault_diagnosis_BMR_recovery Checklist Troubleshooting BMR-Restore] and, if necessary, provide the results to support.
Bitte gehen Sie zunächst die [[Backup_Fehlerdiagnose#Checkliste_Fehlerdiagnose_BMR-Wiederherstellung|Checkliste Troubleshooting BMR-Wiederherstellung]] durch und stellen Sie die Ergebnisse ggf. dem Support zur Verfügung.
<br>
'''Handlungsempfehlungen:''' <br>
'''Recommendations for action:''' <br>
Bitte überprüfen Sie ob Sie den Fehler mit folgender Anleitung umgehen können.
Please check whether you can work around the error using the following instructions.<br>
'''BMR Rücksicherung des Betriebsystemvolumes:'''
<br>
# Führen Sie die BMR Rücksicherung erneut aus und sichern Sie ausschließlich das Volume für das Betriebssystem zurück
'''BMR restore of the operating system volume:'''<br>
# Prüfen Sie ob das System nach der erfolgreichen Wiederherstellung booten kann
# Run the BMR restore again and restore only the operating system volume
# Sofern das System booten kann, installieren Sie einen Windows Agenten in das System und registrieren Sie diesen im Portal
# Check whether the system can boot after successful recovery
# Stellen Sie die verbleibenden Volumes über das Backup Portal wieder her, z.B. über die Wiederherstellung von einem anderen Computer
# If the system can boot, install a Windows agent in the system and register it in the portal
</div>
# Restore the remaining volumes via the Backup Portal, e.g. via restoring from another computer
<div lang="de" dir="ltr" class="mw-content-ltr">
<br>
=== Logdateien im System Restore (BMR-Wiederherstellung) ===
<span id="Logdateien_im_System_Restore_(BMR-Wiederherstellung)"></span>
</div>
=== Log files in system restore (BMR recovery) ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''General:'''<br>
'''Allgemein:'''<br>
Troubleshooting a BMR restore may require access to detailed recovery log files.<br>
Zur Entstörung einer BMR-Rücksicherung kann es notwenig sein auf detailreiche Logdateien der Wiederherstellung zuzugreifen.
The recovery software offers three different log file detail levels in the settings:
Die Wiederherstellungssoftware bietet in den Einstellungen drei verschiedene Detailgrade für die Logdateien:
*DEBUG
*DEBUG
*LOG WARNING
*LOG WARNING
*LOG ERROR
*LOG ERROR
Die Option "DEBUG" bietet den höchsten Detailgrad und eignet sich damit für das Troubleshooting am besten.
The "DEBUG" option provides the highest level of detail, making it the best choice for troubleshooting.<br>
Häufig besteht jedoch das Problem, dass die Logdateien nach der fehlerhaften Wiederherstellung durch den Neustart verworfen werden oder vorher nicht außerhalb des Systems gespeichert werden können.
However, a common issue is that log files are discarded upon reboot following a failed recovery, or cannot be saved outside the system beforehand.<br>
'''Best Practice für die Bereitstellung von Logdateien einer BMR-Rücksicherung:'''<br>
<br>
Die folgende Anleitung zeigt Ihnen einen empfohlenen Weg um Logdateien für die Entstörung einer BMR-Rücksicherung zu speichern und dem TERRA CLOUD Support zur Verfügung zu stellen.
'''Best practice for providing BMR restore log files:'''<br>
Die Logfiles müssen außerhalb des für die Rücksicherung relevanten Speicherbereiches abgelegt werden. Dies kann auf eine Netzwerkfreigabe oder ein lokales Volume erfolgen.
The following instructions outline a recommended method for saving log files during BMR restore troubleshooting and providing them to TERRA CLOUD Support.<br>
[[Datei:Debug-log.jpg|gerahmt|ohne]]
The log files must be stored outside the storage area used for the restore process. This can be done on a network share or a local volume.
'''Vorgehensweise Netzwerkfreigabe:'''<br>
[[File:Debug-log.jpg|framed|none]]
Bitte starten Sie zur Entstörung die Wiederherstellung erneut und wählen Sie in den Einstellungen unter "Log Settings" das Log Level "DEBUG" aus.
'''Procedure for network share:'''<br>
Als Speicherziel können Sie Ihre Netzwerkfreigabe hinterlegen. Bitte übermitteln Sie nach der Rücksicherung die gespeicherte Logdatei dem TERRA CLOUD Support.
To troubleshoot, please restart the recovery process and select the "DEBUG" log level under "Log Settings" in the configuration.<br>
'''Vorgehensweise "Local Disk":'''<br>
You can specify your network share as the storage destination. After the restore, please send the saved log file to TERRA CLOUD Support.<br>
Bitte stellen Sie dem Zielsystem ein weiteres Volume mit mindestens 20 GB zur Verfügung, da die Logdateien je nach Wiederherstellungsumfang sehr groß werden könnne.
<br>
Sollte die nicht möglich sein, da es sich z.B. um einen physischen Server handelt, empfehlen wir eine Disaster Recovery VM in der TERRA CLOUD inklusiver einer zusätzlichen VHDX für die Logdateien zu buchen.
'''"Local Disk" Procedure:'''<br>
Die zusätzliche Festplatte können Sie über die Eingabeaufforderung im Hauptmenü der Wiederherstellungssoftware mit Hilfe von Diskpart einrichten.
Please provide an additional volume of at least 20 GB for the target system, as log files can become very large depending on the scope of the recovery.<br>
Auf dem folgenden Screenshot wurde das Notepad über die Kommandozeile geöffnet um das per Diskpart eingerichtete Volume zu zeigen:
If this is not possible—for example, if a physical server is involved—we recommend booking a Disaster Recovery VM in the TERRA CLOUD that includes an additional VHDX for the log files.<br>
[[Datei:Debug-vhdx.jpg|gerahmt|ohne]]
You can set up the additional hard drive using Diskpart via the command prompt in the recovery software's main menu.<br>
Bitte navigieren Sie danach in die Einstellungen unter "Log Settings" und wählen Sie das Log Level "DEBUG" aus.
The following screenshot shows Notepad opened via the command line to display the volume set up using Diskpart:
Als Speicherziel können Sie dann das extra eingerichtete Volume auswählen.
[[File:Debug-vhdx.jpg|framed|none]]
Bitte stellen Sie nach dem Abschluss der Wiederherstellung die gespeicherte Logdatei aus dem Volume dem Support der TERRA CLOUD zur Verfügung.
Next, please navigate to the settings under "Log Settings" and select the "DEBUG" log level.<br>
</div>
You can then select the newly created volume as the storage destination.<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
Once the recovery is complete, please provide the saved log file from the volume to TERRA CLOUD Support.<br>
<br>
=== Failed to GetDiskDetails ===
=== Failed to GetDiskDetails ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Scenario:'''<br>
'''Fehlerbild:'''<br>
You receive the following error during a BMR restore: <br>
Bei einer BMR Wiederherstellung erhalten Sie folgenden Fehler: <br>
[[Datei:FailedtoGetDiskDetails.png|border|Failed to GetDiskDetails]]<br>
[[Datei:FailedtoGetDiskDetails.png|border|Failed to GetDiskDetails]]<br>
<br>
<br>
'''Mögliche Ursachen:'''<br>
'''Possible Causes:'''<br>
#Der zu wiederherstellende Agent hat eine neuere Version als das verwendete Restore ISO.
#The agent to be restored is a newer version than the restore ISO being used.
#Das ISO erkennt die Datenträger des betroffenen Systems nicht / Das System verfügt über keine validen Datenträger.
#The ISO does not detect the affected system's disks / The system has no valid disks.
#Zuvor kam es zu einer weiteren Fehlermeldung.
#A different error message occurred previously.<br>
'''Lösung:'''<br>
1) Überprüfen Sie die Agentenversion des Quellsystems über das Backup Portal und schauen Sie, welche Version das Restore ISO besitzt. Zum Beispiel kann ein 9.10er Agent nicht auf einem 8.90er Restore ISO wiederhergestellt werden. <br>
<br>
<br>
2) Öffnen Sie die Eingabeaufforderung (Command Prompt) im Menü des Restore ISOs und überprüfen Sie über Diskpart, ob das System über Datenträger verfügt. Falls es sich bei den vorhandenen Datenträgern um spezielle Modelle handelt, können Sie die benötigten Treiber über folgende Option einspielen: <br>
'''Solution:'''<br>
1) Check the source system's agent version via the Backup Portal and compare it with the version of the restore ISO.<br>For example, an agent version 9.10 cannot be restored using a version 8.90 restore ISO. <br>
<br>
<br>
''Restore ISO Menü öffnen -> Settings -> Disk Settings -> Update Driver'' <br>
2) Open the Command Prompt from the restore ISO menu and use Diskpart to check if the system has any disks.<br>If the existing disks are specific models, you can load the required drivers using the following option: <br>
''Open Restore ISO menu -> Settings -> Disk Settings -> Update Driver'' <br>
<br>
<br>
3) In diesem Fall handelt es sich höchstwahrscheinlich um einen Folgefehler. Es empfiehlt sich, das Logfile der Wiederherstellung zu überprüfen: <br>
3) In this case, the issue is most likely a secondary error. It is recommended to check the restore log file: <br>
''Open Restore ISO menu -> Show Log'' <br>
<br>
<br>
''Restore ISO Menü öffnen -> Show Log'' <br>
The relevant entries are usually found at the end of the log file.<br>
<br>
<br>
Meistens befinden sich die relevanten Einträge am Ende des Logfiles.
</div>
<div lang="de" dir="ltr" class="mw-content-ltr">
=== Vault data corrupted ===
=== Vault data corrupted ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:'''<br>
'''Fehlerbild:'''<br>
After entering the encryption password, you will receive the error message "Vault data corrupted", in connection with a '''System Restore Wizard 9.10.1014'''.<br>
Sie erhalten nach der Eingabe des Verschlüsselungskennwortes die Fehlermeldung "Vault data corrupted", in Verbindung mit einem '''System Restore Wizard 9.10.1014'''.
[[Datei:Vault data corrupted.png|500px]]<br>
[[Datei:Vault data corrupted.png|500px]]
<br>
'''Ursachen:'''<br>
'''Causes:'''<br>
* Es wurde ein falsches Verschlüsselungskennwort eingetragen, in der System Restore Wizard Version 9.10.1014 wird jedoch eine falsche Fehlermeldung ausgegeben
* An incorrect encryption password was entered, but an incorrect error message is displayed in System Restore Wizard version 9.10.1014
** Dieses Verhalten wurde bereits an das Entwicklerteam des Softwarehersteller weitergeben <br>
** This behavior has already been passed on to the software manufacturer's development team <br>
* Bei der Auswahl des Computers wurde ein Linux System ausgewählt, der System Restore Wizard unterstützt jedoch nur Windows Agenten
* A Linux system was selected when selecting the computer, but the System Restore Wizard only supports Windows agents<br>
'''Handlungsempfehlung:'''<br>
* The latest BMR Restore ISO was not used<br>
Bitte konfigruieren Sie anhand der [[Backup_Fehlerdiagnose#Logdateien_einer_BMR-R.C3.BCcksicherung_speichern|Anleitung]] das Logging für eine BMR Wiederherstellung und führen Sie erneut einen Wiederherstellungsversuch aus. <br>
<br>
Prüfen Sie ob im Logfile "bmrLog.txt" eine Fehlermeldung zu einem falschen Verschlüsselungskennwort vorhanden ist: <br>
'''Recommendation for action:'''<br>
Please configure the logging for a BMR restore using the [https://wiki.terracloud.de/index.php/Backup_Fehlerdiagnose/en#Log_files_in_system_restore_(BMR_recovery) Instructions] and try to restore again. <br>
Check whether there is an error message about an incorrect encryption password in the log file "bmrLog.txt": <br>
''msg:Password is incorrect'' <br>
''msg:Password is incorrect'' <br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
=== Device Manager failed to get current information ===
=== Device Manager failed to get current information ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
This error message appears after the password for the backup job Restore Point has been entered. <br>
Diese Fehlermeldung erscheint nachdem das Passwort für den Backup-Job Restore Point eingegeben wurde. <br>
[[File:System Restore Wizard PW.jpg|System Restore Wizard]] <br>
[[Datei:System Restore Wizard PW.jpg|System Restore Wizard]] <br>
[[File:System Restore failed.jpg|Device Manager failed to get current information]] <br>
[[Datei:System Restore failed.jpg|Device Manager failed to get current information]] <br>
<br>
'''Lösung:'''<br>
'''Solution:'''<br>
Der SCSI Controller Treiber von "Paravirtual" muss auf "LSI Logic SAS" abgeändert werden. <br>
The SCSI controller driver from "Paravirtual" must be changed to "LSI Logic SAS". <br>
<br />
<br>
</div>
<span id="BIOS_System_auf_einem_EFI_System_wiederherstellen"></span>
<div lang="de" dir="ltr" class="mw-content-ltr">
=== Restore BIOS system on an EFI system ===
=== BIOS System auf einem EFI System wiederherstellen ===
 
</div>
'''Error message:'''
 
During the recovery process, you receive the following error message in "Step 3 Map Volumes":


<div lang="de" dir="ltr" class="mw-content-ltr">
"You cannot drag the volume to this position because the new order of partitions would violate Microsoft Rules.
'''Fehlerbild:''' <br>
 
Sie erhalten im "Step 3 Map Volumes" bei der Wiederherstellung folgende Fehlermeldung:
The partitions should be in the following order: Recovery (if any), ESP (if any), MSRP, and then primary data partition(s)." <br>
''You cannot drag the volume to this position because the new order of partitions would violate Microsoft Rules. <br>
''Please delete all partitions on this disk and try again.'' <br>
The partitions schould be in the following order: Recovery (if any), ESP(if any), MSRP and then primary data partition(s). <br>
[[File:BMR Restore-Fehlerbild GEN1 in GEN2.png|framed|none]]
Please delete all partitions on this disk and try again.'' <br>
'''Cause:''' <br>
[[Datei:BMR Restore-Fehlerbild GEN1 in GEN2.png|gerahmt|ohne]]
The screenshot shows an error scenario where a Hyper-V GEN1 VM (BIOS) is being restored into a Hyper-V GEN2 VM (UEFI).<br>
'''Ursache:''' <br>
This is not possible due to the differing firmware of the two VM generations.<br>
Sie sehen in dem Screenshot das Fehlerbild, dass eine Hyper-V GEN1 VM (BIOS) in einer Hyper-V GEN2 VM (UEFI) wiederhergestellt werden soll. Dies ist auf Grund der unterschiedlichen Firmware der beiden VM Generationen nicht möglich.
<br>
'''Lösung:''' <br>
'''Solution:''' <br>
<br>
'''Hyper-V:''' <br>
'''Hyper-V:''' <br>
Erstellen Sie eine neue VM in der gleichen Generation wie das Ursprungssystem (in dem oberen Beispiel müsste eine GEN1 VM für die Wiederherstellung anglegt werden).
Create a new VM of the same generation as the source system (in the example above, a GEN1 VM would need to be created for the restore).<br>
<br>
'''VMware:''' <br>
'''VMware:''' <br>
Sie können über das vCenter oder den Host Client eine neue VM erstellen und über die Option "Firmware" entscheiden ob EFI (Benötigt für GEN2 VMs) oder BIOS (Benötigt für GEN1 VMs)
You can create a new VM via vCenter or the Host Client and use the "Firmware" option to decide whether EFI (required for GEN2 VMs) or BIOS (required for GEN1 VMs)
für die VM verwendet werden soll.
should be used for the VM.<br>
In folgendem Screenshot sehen Sie den Erstellprozess einer VM im vCenter:
The following screenshot shows the VM creation process in vCenter:
[[Datei:VMware Generation.png|gerahmt|ohne]]
[[File:VMware Generation.png|framed|none]]
'''TERRA CLOUD IaaS VM:''' <br>
'''TERRA CLOUD IaaS VM:''' <br>
Sie können bei der Bestellung einer IaaS VM kurz vor dem Abschluss der Konfiguration entscheiden ob eine GEN1 oder GEN2 bereitgestellt werden soll, diese Generation muss wieder der Firmware bzw. der Generation des Ursprungssystems entsprechen.
When ordering an IaaS VM, you can decide just before finalizing the configuration whether a GEN1 or GEN2 VM should be provisioned;<br>
'''Alternative Lösung:''' <br>
this generation must again match the firmware or generation of the source system.<br>
Die Wiederherstellung eines BIOS System auf einem UEFI System ist möglich, jedoch '''nicht empfohlen'''. <br>
<br>
Konvertieren Sie dazu das Ziel Volumes für die Systempartition auf GPT (per Rechtsklick auf das Festplattensymbol) und ziehen Sie nur die Systempartition aus der Quelle auf dieses. <br>
'''Alternative Solution:''' <br>
Die Microsoft System Reserved Partition muss aus dem Backup nicht auf das Ziel gezogen werden, lediglich weitere Datenpartitionen, falls vorhanden. <br>
Restoring a BIOS system to a UEFI system is possible but '''not recommended'''. <br>
</div>
To do this, convert the target volume for the system partition to GPT (by right-clicking the disk icon) and drag only the system partition from the source onto it. <br>
<div lang="de" dir="ltr" class="mw-content-ltr">
The Microsoft System Reserved partition from the backup does not need to be dragged to the target; only additional data partitions, if present, should be included. <br>
=== EFI System auf einem BIOS System wiederherstellen ===
<br>
</div>
<span id="EFI_System_auf_einem_BIOS_System_wiederherstellen"></span>
=== Restore EFI system to a BIOS system ===


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error Scenario:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message during "Step 3 Map Volumes" of the restore process: <br>
Sie erhalten im "Step 3 Map Volumes" bei der Wiederherstellung folgende Fehlermeldung: <br>
''An EFI System partition can only be restored to a System using UEFI not a BIOS system''
''an EFI System partition can only be restored to a System using UEFI not a BIOS system''
[[Datei:Restore von GEN 2 in GEN 1.png|framed|none]]
[[Datei:Restore von GEN 2 in GEN 1.png|gerahmt|ohne]]
'''Cause:''' <br>
'''Ursache:''' <br>
The screenshot shows an error scenario where a Hyper-V Gen 2 VM (UEFI) is being restored into a Hyper-V Gen 1 VM (BIOS).<br>
Sie sehen in dem Screenshot das Fehlerbild, dass eine Hyper-V GEN2 VM (UEFI) in einer Hyper-V GEN1 VM (BIOS) wiederhergestellt werden soll. Dies ist auf Grund der unterschiedlichen Firmware der beiden VM Generationen nicht möglich.
This is not possible due to the differing firmware of the two VM generations.<br>
'''Lösung:''' <br>
<br>
'''Solution:''' <br>
<br>
'''Hyper-V:''' <br>
'''Hyper-V:''' <br>
Erstellen Sie eine neue VM in der gleichen Generation wie das Ursprungssystem (in dem oberen Beispiel müsste eine GEN2 VM für die Wiederherstellung anglegt werden).
Create a new VM of the same generation as the original system (in the example above, a Gen 2 VM would need to be created for the restore).<br>
<br>
'''VMware:''' <br>
'''VMware:''' <br>
Sie können über das vCenter oder den Host Client eine neue VM erstellen und über die Option "Firmware" entscheiden ob EFI (Benötigt für GEN2 VMs) oder BIOS (Benötigt für GEN1 VMs)
You can create a new VM via vCenter or the Host Client and use the "Firmware" option to decide whether EFI (required for Gen 2 VMs) or BIOS (required for Gen 1 VMs)
für die VM verwendet werden soll.
should be used for the VM.<br>
In folgendem Screenshot sehen Sie den Erstellprozess einer VM im vCenter:
The following screenshot shows the VM creation process in vCenter:
[[Datei:VMware Generation.png|gerahmt|ohne]]
[[Datei:VMware Generation.png|framed|none]]
'''TERRA CLOUD IaaS VM:''' <br>
'''TERRA CLOUD IaaS VM:''' <br>
Sie können bei der Bestellung einer IaaS VM kurz vor dem Abschluss der Konfiguration entscheiden ob eine GEN1 oder GEN2 bereitgestellt werden soll, diese Generation muss wieder der Firmware bzw. der Generation des Ursprungssystems entsprechen
When ordering an IaaS VM, you can decide—just before finalizing the configuration—whether a Gen 1 or Gen 2 VM should be provisioned;<br>
<br />
this generation must match the firmware or generation of the original system.<br>
</div>
<br>
<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Fehler_bei_Zuordnung_der_Volumes"></span>
=== Fehler bei Zuordnung der Volumes ===
=== Error assigning volumes ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:''' <br>
'''Fehlerbild:''' <br>
You receive the following error message in the "Step 4 Execute Plan" when restoring: <br>
Sie erhalten im "Step 4 Execute Plan" bei der Wiederherstellung folgende Fehlermeldung: <br>
''Error mapping volume name "<<drive letter>>" to volume GUID''
''Error mapping volume name "<<Laufwerksbuchstabe>>" to volume GUID''
[[File:Error mapping volume GUID.png|framed|ohne]]
[[Datei:Error mapping volume GUID.png|gerahmt|ohne]]
'''Cause:''' <br>
'''Ursache:''' <br>
This error occurs when the restore is started with the 8.72 ISO and the backup was performed with the 8.90 agent.<br>
Dieser Fehler tritt auf, wenn der Restore mit dem 8.72 ISO gestartet wird und das Backup mit dem 8.90 Agenten durchgeführt wurde.<br>
<br>
'''Lösung:''' <br>
'''Solution:''' <br>
Sofern Sie anschließend das ISO mit der Version 8.90 nutzen sollte die Wiederherstellung reibungslos funktionieren.<br>
If you then use the ISO with version 8.90, the restore should work smoothly.<br>
<br />
<br>
</div>
=== BMR Restore – bcdboot.exe – Entry Point Not Found ===
<div lang="de" dir="ltr" class="mw-content-ltr">
 
'''Error Description:''' <br>
[[Datei:Backup-DE-BMR Restore Fehler.png|framed|none]]
<br>
'''Cause:''' <br>
There are currently two possible causes for the error shown in the screenshot:<br>
# An incorrect ISO file was used for the restore
# There is corruption on the source system
'''Solution:''' <br>
Please ensure that you are using the correct ISO file.<br>
This depends on the operating system version of the source system:
* Server 2019 or older: Please use ISO version V1
* Server 2022 or newer: Please use ISO version V2
Run repair commands on the source system:<br>
sfc /scannow
If the scan encounters serious problems, it will abort quickly.<br>
No system reboot is required.<br>
chkdsk /f /r
If multiple volumes exist:<br>
chkdsk D: /f /r
chkdsk E: /f /r
...
If executed without specifying a drive letter, this command requires a system reboot.<br>
The parameters /f /r should always be used. You can run "chkdsk /?" for information on the parameters.<br>
Even if the SFC command finds no errors, it is still recommended to run chkdsk /f /r.<br>
Afterwards, please perform a new backup and initiate a restore.<br>
Previous safesets are not rendered unusable; there is simply a limitation restricting them to File & Folder restores.<br>
<br>
=== RestoreDLL Log: -E- msgID:9457 msg:Destination Volume<XY> :< Volume{XY} > is missing ===
 
'''Error Symptom:''' <br>
You receive the following error message in the BMR recovery log file: <br>
''RestoreDLL Log: -E- msgID:9457 msg:Destination Volume<XY> :< Volume{XY} > is missing'' <br>
''RestoreDLL Log: -E- msgID:4110 msg:job failed to complete'' <br>
<br>
'''Cause:''' <br>
This is a known issue that has already been addressed with our software vendor. <br>
The restore ISO is unable to format a large volume within the required timeframe, causing the process to fail. <br>
<br>
'''Solution:''' <br>
Our software vendor is currently working on a permanent fix for this issue—a new version of the Bootable Media Creator. <br>
The following hotfix can be used until the official release:<br>
1. Trigger an error state in the restore environment/process (start the faulty restore and wait until the error message appears).<br>
2. Return to the main menu and open the Command Prompt.<br>
3. Run the following commands; note the drive letter of the large volume (approx. 3 TB capacity ±1 TB) to use in the next step:
diskpart
<br>
list vol
4. Exit back to the Command Prompt and run the following command for the affected drive:
format X: /FS:NTFS /A:8192 /Q
5. Then start a new restore process and skip ahead to the drag-and-drop stage.<br>
6. Right-click to remove the 99 MB ESP volume, then drag it down again.<br>
7. Drag and drop all volumes from the source onto the existing volumes at the destination to overwrite them.<br>
(Important: do not delete them; replace them using drag-and-drop!)<br>
8. Start the restore; it should now complete successfully.<br>
<br>
== '''Bootable Media Creator''' ==
== '''Bootable Media Creator''' ==
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
<span id="Erstellen_eines_bootfähigen_USB_Sticks_schläg_mit_Error_code_1_fehl"></span>
=== Erstellen eines bootfähigen USB Sticks schläg mit Error code 1 fehl ===
=== Creating a bootable USB stick failed with Error code 1 ===
</div>


<div lang="de" dir="ltr" class="mw-content-ltr">
'''Error image:'''<br>
'''Fehlerbild:'''<br>
You get the following error when you try to prepare a bootable stick using Bootable Media Creator:<br>
Sie erhalten den folgenden Fehler, wenn Sie mit dem Bootable Media Creator einen bootfähigen Stick vorbereiten möchten:<br>
[[File:BMC - Error1.png]]<br>
[[Datei:BMC - Error1.png]]
<br>
'''Ursache:'''<br>
'''Cause:'''<br>
Dieses Fehlerbild tritt nur bei Systemen die nicht in englischer Sprache installiert sind auf. <br>
This error only occurs on systems that are not installed in English. <br>
Wir haben dies bereits an unseren Softwarehersteller weitergeleitet, damit die Unterstützung für weitere Sprachen ausgeweiten wird.
We have already forwarded this to our software manufacturer to expand support for additional languages.<br>
'''Lösung:'''<br>
<br>
Bitte erstellen Sie das ISO zunächst lokal. Über die Software [https://rufus.ie/de Rufus] können Sie einen bootfähigen Stick erstellen.
'''Solution:'''<br>
Please create the ISO locally first. You can create a bootable stick using the software [https://rufus.ie/de Rufus].
<br>
<br>
<br>
<br>
<br>
'''''If you have any further concerns, please do not hesitate to contact us by email (support@terracloud.de) or by telephone at (-850).''''' <br>
<br>
<br>
'''''Bei weiteren Anliegen zögern Sie nicht uns per Mail (support@terracloud.de) oder telefonisch unter (-850) zu kontaktieren.''''' <br>
'''''Your TERRA Cloud Team''''' <br>
'''''Ihr TERRA Cloud Team''''' <br>
</div>

Aktuelle Version vom 1. Juli 2026, 13:18 Uhr

VSS-Troubleshooting Guide

Symptom:
The backup is aborted or completes with errors. VSS errors appear in the logs (e.g., VSS-E-05408 or VSS-E-05591).
VSS errors can manifest in various ways.

Possible causes:

  • The VSS components (writer or provider) are being used by another process (e.g., other backup software, concurrent backup jobs).
  • The VSS components are not fully installed, are corrupted, or are in an inconsistent state.

Note:
Our backup agent uses only Microsoft VSS components. The agent does not include its own VSS components.
If issues arise within Microsoft VSS, corresponding errors will occur.

Recommended troubleshooting steps:

1. Restart the server
A restart often resolves temporary VSS issues.

2. Install Windows updates
Install all available updates, as they may contain fixes for VSS issues.

3. Check free disk space
At least 15% free space per volume is required for VSS snapshots.

4. Stagger or disable other backup software
Ensure that backups from other software (e.g., Acronis, Backup Exec, Windows Server Backup) run at times clearly separated from our backup process.
Alternatively, disable third-party backup software for testing purposes.

5. Check backup schedule
Ensure that multiple backup jobs do not run simultaneously, as parallel jobs compete for VSS components.

6. Adjust shadow storage size limit
Only modify the shadow storage if you are certain that other software (e.g., Windows Server Backup) does not rely on VSS:

vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB

Example:

vssadmin resize shadowstorage /for=C: /on=C: /maxsize=10GB


vssadmin resize shadowstorage /for=D: /on=D: /maxsize=10GB

7. Delete old VSS snapshots
Only delete old VSS snapshots if they are not required by other services:

vssadmin delete shadows /all

8. Check VSS writer status
Check whether all relevant writers are present (the "System Writer" is occasionally missing) and whether the status for each is "Stable - Last error: No error":

vssadmin list writers

If errors are displayed, check the event logs (see step 9) specifically for these writer names.

9. Analyze Windows Event Log
Examine the Windows Event Log (Event Viewer → Windows Logs → Application and System), focusing on the time period when the backup failure occurred. Search online for the Event IDs found to obtain specific information regarding the cause of the error.

10. Vary backup type (BMR job)
- If a file-level job is currently being used:
Try an image-level job as an alternative. The image plugin is required for this. If the option is missing, install the plugin subsequently via the setup.

- If an image-level job is currently being used:
Try a file-level job as an alternative.

11. Manually create a VSS snapshot (diagnostic test)
On Windows Server operating systems, it is recommended to manually create a VSS snapshot for diagnostic purposes when troubleshooting VSS issues:

vssadmin create shadow /for=C:

If this snapshot cannot be created successfully, it indicates fundamental system-level VSS issues that were not caused by the TERRA CLOUD Backup Agent.

Note:
Successful snapshot creation does not guarantee the absence of VSS issues.
A full BMR backup requires all VSS writers to be functional, whereas volume or file & folder backups do not involve all writers.
Consequently, existing issues may go undetected in such cases.

VSS graphical interface

On Windows Server, you can access the Microsoft Shadow Copy Service via a graphical interface in addition to using PowerShell.
Using this interface, you can, for example:

  1. Configure the shadow storage where shadow copies are stored (e.g., define the size)
  2. Manually create shadow copies to verify functionality, for instance

You can access the graphical interface via the "Shadow Copies" tab in the volume properties:


Hyper-V VSS Writer exclusion

Symptom:
Backup jobs with the "BMR" option enabled fail on a Hyper-V host due to Microsoft VSS error messages.

Problem:
Only the system partition of a physical Windows Server ("host") with the Hyper-V role enabled is being backed up.
The virtual machines (located on a different partition) are explicitly excluded from the job.
During the backup of drive C:, the backup agent on the host also places the VMs into a "backup in progress" state—meaning it activates VSS functionality.

Cause:
The backup agent merely triggers the Microsoft VSS provider to place the system itself (not "just" the included data) into a consistent state.
At the time the snapshot is created, the operating system does not "know" that only drive C is actually affected.
It is only during the subsequent processing that the agent reads, compresses, encrypts, and transfers—from the VSS snapshot—only the data included in the job.
Based on current information, the Hyper-V VSS writer is responsible for this behavior.

Solution:
Performing a BMR backup of the Hyper-V host is not recommended; you can find a dedicated article on this topic here: Backing up a Hyper-V host.
If you still wish to back up the C partition, please exclude the Hyper-V VSS writer from the backup:

Instructions for excluding the Hyper-V VSS writer:
1. Stop the TERRA CLOUD Backup agent services using PowerShell:

Get-Service -DisplayName "TERRA Cloud Backup*" | Stop-Service

2. You will find the job configuration files (<JobName>.vvc) in the installation directory.
Example:

  • "BMR.vvc".

Create a copy of the job file, e.g., named "BMR.vvc.backup".
Edit the job file "BMR.vvc" and add the following section to the end:

VSSWriterBackup001 {
Name = Microsoft Hyper-V VSS Writer
InstName =
ID = 66841cd4-6ded-4f4b-8f17-fd23f8ddc3de
Include = ".\*"
Options = 4
}

If a cluster is involved, there is likely also a writer for the Cluster Shared Volumes on the system (you can identify this using `vssadmin list writers`).
If this is the case, this writer should also be excluded:

VSSWriterBackup002 {
Name = Cluster Shared Volume VSS Writer
InstName =
ID = 1072ae1c-e5a7-4ea1-9e4a-6f7964656570
Include = ".\*"
Options = 4
}

3. Start the TERRA CLOUD Backup Agent services using PowerShell:

Get-Service -DisplayName "TERRA Cloud Backup*" | Start-Service

4. Run a backup

5. If the backup was unsuccessful or the problem persists, please restore the previously saved job configuration file.

VSS -E-05600 - System Writer missing - BMR not available

Error Symptom:
You receive the following error message in the log file:
VSS -E-05600 System Writer components – required writer missing (Writer ID E8132975-6F93-4464-A53E-1050253AE220)

Additionally, BMR is unavailable in the backup selection of your backup job:

The Microsoft VSS System Writer also does not appear in the list of writers.
You can view the VSS writers using either PowerShell or CMD with the following command:

vssadmin list writers


Cause:
The causes for a missing System Writer can vary widely; therefore, each case must be examined individually.
Please note that a functional Microsoft VSS service is a prerequisite for all application-consistent backups via TERRA CLOUD Backup.
Fundamentally, this error symptom is an issue with the operating system itself, not with the backup agent.

Recommended actions:
Before you begin troubleshooting the System VSS Writer, it is advisable to check the recommendations in the following article:
A network share causes a BMR job to fail

Alternatively, here are our recommended troubleshooting steps:

  • Please restart the system and check the status of the VSS writers present on the system (using the command `vssadmin list writers`)
  • If the writer is still missing, please check the Windows Event Logs for entries corresponding to the time the backup was attempted
  • If such entries exist, it is advisable to search online for information regarding the specific Event IDs

Recommended Microsoft article regarding this issue:
Missing System Writer Case Explained

Microsoft error code 0x80070018 in connection with a missing system writer

Error image:
You will find the error code:
0x80070018 VSS Error XML document is too long in the Windows Application Logs.

Recommendation for action:
Please check the following article from Microsoft regarding this error:
VSS Error XML document is too long

A notice:
The System Writer is part of the operating system, so we can only give you recommendations.
Please contact Microsoft Support to resolve the issue.

A network share causes a BMR job to fail

A possible error scenario when processing a BMR job:

BMR option

A possible error message in the BMR job log file:
VSS -W-08381 Writer System Writer: <STABLE> <FAILED_AT_PREPARE_SNAPSHOT(0x800423f0 - VSS_E_WRITERERROR_INCONSISTENTSNAPSHOT)> <FAILED_AT_PREPARE_SNAPSHOT(0x800423f0 - VSS_E_WRITERERROR_INCONSISTENTSNAPSHOT)>

A possible error message in the Image & File log file:
SV -E-09487 GetVolumeInformationW function failed for \\NETWORK_SHARE\ (Operating system error: The syntax for the file name, directory name, or volume label is incorrect.)

Recommended action:
The System Writer (VSS) responsible for a BMR backup cannot handle network paths. Therefore, you should identify which system-relevant component is pointing to a network path.
This is often a service on the affected system.
You can use the following PowerShell command to check if an existing service points to a network path:

Get-WmiObject win32_service | select Name, PathName

If a \\Path\ is visible in the PathName output, a problematic reference exists.
The following options are available:
1. Ensure that the affected service points to a local path. Our specialist dealers have usually contacted the software manufacturer of the affected service regarding this.
2. Remove the affected service so that a BMR backup becomes possible again.
3. Change the backup set from a BMR backup to a backup of individual files/folders or volumes.

If no \\Path\ is visible in the PathName output, it is recommended to also check the Microsoft VSS Writer details for network paths.
Instructions on how to retrieve these details can be found in the following article:
Retrieving Microsoft VSS Writer details

DISK-E-04205 - Error searching for file GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\windows\\systemroot\system32\drivers\*

Error Symptom:
DISK-E-04205 Error searching for file GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\windows\\systemroot\system32\drivers\%NAME%
DISK-E-04101 Operating system message: The syntax for the file name, directory name, or volume label is incorrect.

Cause:
The registry entry or reference points to a non-existent or incorrect path.

Solution:
The path in the registry needs to be adjusted; you can find the relevant reference here:
Computer\HKEY_Local_Machine\System\CurrentControlSet\Services\%FILENAME_FROM_ERROR_MESSAGE%

We recommend exporting the relevant entry before making any changes to the registry.
Often, adjusting the entry to the following path is sufficient; however, you may need to verify the existing path and customize the entry accordingly:
%systemroot%\system32\DRIVERS\%FILENAME_FROM_ERROR_MESSAGE%.sys

After the entry has been adjusted, the system must be restarted to apply the change.

VSS -E-05658 VsscBackup::createSnapshotMap 2 internal error

Error Symptom:
You encounter the following error symptoms in the log file:
VSS -W-05408 Error adding volume to snapshot set: Volume <\\?\Volume{GUID}\> <\\?\Volume{GUID}\> (OS error: 0x8004230c VSS_E_VOLUME_NOT_SUPPORTED)
VSS -E-05658 VsscBackup::createSnapshotMap 2 internal error
SV -E-09487 GetVolumeInformationW function failed for Volume{GUID} (OS error: The device is not ready)

Cause:
The Microsoft VSS service cannot create a snapshot for the volume in question because the volume (e.g., a USB drive) is not supported.
This can be caused, for example, by the "Entire Server" option in the backup set of a file-based backup job, as volumes are included in the backup
for which VSS snapshots cannot be created.
In this case, please remove the option from the backup set and add the volumes to be backed up individually.
The issue regarding the "Entire Server" option in conjunction with a file-based job has already been reported to the software manufacturer.

Recommended Action:
Please use the GUID to identify the specific volume involved. You can use the following PowerShell script for this purpose:

Write-host (Please enter the volume GUID (the content within the curly braces))
$GUID = Read-Host
$pattern = "\\?\Volume{GUID}\"
$pattern = $pattern.Replace("GUID", $GUID)
Get-Volume -UniqueId $pattern | Select-Object -Property UniqueId,FileSystemLabel,DriveLetter | Out GridView

Error Scenario:
Two paths are currently known to trigger this warning in the log file:

  1. "File cannot be checked for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Windows\System32\LogFiles\Sum\无ǽ (OS error (0x2): The system cannot find the file specified)"
  2. "File cannot be checked for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\Windows\SysWOW64\诨S 萏Ì (OS error (0x2): The system cannot find the file specified."

Cause:
The operating system cannot check the listed file(s) for hard links due to the presence of Chinese characters or special characters.

Recommended Action:
Please check the advanced agent configuration for the affected agent to see if the option "Log error and continue backup" is selected.
Change the setting if "Log error and terminate backup" is currently selected.
Then, run the backup job again and verify the created safeset by performing a restore test.
The restore test will indicate whether the aforementioned files are required for a functional system, as they are not included in the backup.
After this verification, you can delete the files from the production system.

FAILED_AT_FREEZE - VSS_E_WRITERERROR_TIMEOUT)> 0x800423f2

Error Symptom:
You receive the following error message in the log file:
FAILED_AT_FREEZE(0x800423f2 -VSS_E_WRITERERROR_TIMEOUT)

Cause:
A VSS writer times out while attempting to bring its application into a consistent state.
System performance issues can be a cause of this.

Recommended Action:
Please perform the standard troubleshooting steps for VSS errors.
If the error persists in subsequent backups, we recommend increasing the VSS snapshot timeout.
The following article explains how to increase the timeout:
https://blogs.technet.microsoft.com/asiasupp/2011/08/01/windows-server-backup-failed-to-backup-with-error-0x81000101/

VSS -E-05408 - VSS_E_UNEXPECTED_PROVIDER_ERROR

Windows Agent

Error Symptom:
You receive the following error message in the log file immediately after starting the backup:
VSS -E-05408 error adding volume to snapshotset: Volume <\\?\XY}\> <\\?\Volume{XY}\> (OS error: 0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR)

Cause:
The TERRA CLOUD Backup Agent is attempting to use an incorrect VSS provider.

Solution:
Please check which VSS providers are registered on the system by running the following command in CMD or PowerShell:

vssadmin list providers

Listed VSS providers
The TERRA CLOUD Backup Agent must use the Shadow Copy Provider 1.0.

If other VSS providers are present on the system, the following registry key can resolve the issue:
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\UseSystemVSSProvider = 1 (DWORD value 32-bit)

This entry ensures that Shadow Copy Provider 1.0 is used when creating the snapshot for the TERRA CLOUD Backup Agent.
This key must be created manually.

Hyper-V Agent

Error Symptom:
You receive the following error message in the log file immediately after starting the backup:
VSS -E-05408 error adding volume to snapshotset: Volume <\\?\XY}\> <\\?\Volume{XY}\> (OS error: 0x8004230f VSS_E_UNEXPECTED_PROVIDER_ERROR)[Host1]

Cause:
The TERRA CLOUD Backup Agent is attempting to use an incorrect VSS provider.
Example:
Third-party VSS provider

Solution:
1. Determine the provider ID from the output of the following command:

vssadmin list providers

2. Run the Registry Editor:

regedit

3. Back up the affected registry entries.
4. Delete the corresponding registry key from the following path:

HKLM\System\CurrentControlSet\Services\VSS\Providers

5. Search the registry for the provider ID and remove all existing references.
6. Open Component Services by entering the following command at the command prompt:

dcomcnfg

7. Open Component Services -> Computers -> COM+ Applications and remove the entry for the third-party VSS provider.
8. Then, restart the affected host.

Note:
This adjustment must be performed on each affected host.

VSS -E-05616 - 0x8004231f VSS_E_UNKNOWN

Error Symptom:
You receive the following error message in the log file:
VSS -E-05616 Snapshot could not be created (OS error: 0x8004231f VSS_E_UNKNOWN (OS error (0x8004231F): unknown error code 0x8004231F))

Cause:
This Microsoft error code can be caused by insufficient free space on a volume being backed up or by an undersized shadow copy storage configuration.

Alternative Cause - Windows 11 VDI:
The error can occur on Windows 11 VDI systems hosted in the TERRA CLOUD.
Since our hosts operate with BitLocker enabled, the partitions within the VM are treated as protected.
This causes the backup agent to encounter issues during the backup process.

Recommended Action:

Windows 11 VDI: To resolve this issue, it is recommended to permanently disable BitLocker:

  1. Enable BitLocker once within the VM.
  2. Disable it again after initialization is complete.
  3. Check the status via CMD / PowerShell -> manage-bde -status C:

Once the encryption is removed, shadow copies will be created correctly again, and the backup will run reliably.

Ensure that every existing volume has at least 10% free usable capacity. This ensures that the required VSS component can create shadow copies without errors.
Use the following command to check how much shadow copy storage is allocated to the existing volume(s):

vssadmin list shadowstorage

The allocated shadow copy storage can be adjusted using the following command:
vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB

Example:

vssadmin resize shadowstorage /for=c: /on=c: /maxsize=10GB


vssadmin resize shadowstorage /for=d: /on=d: /maxsize=10GB


If any of the commands report "No results found for the query," there appears to be a configuration issue.
In this case, you should manually check or adjust the shadow copy storage settings:






We recommend setting the value to 10240 MB per affected volume. For larger volumes (2–4 TB), you can increase the value to 20480 MB.
You can also test whether a manual shadow copy can be created:



A functional BMR backup via TERRA CLOUD Backup can only be created if shadow copies can be successfully generated for all volumes.

VSS -W-05408 - 0x80042317 VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED

Error Symptom:
You receive the following error message in the log file:
VSS -W-05408 Error adding volume to snapshot set: Volume <\\?\Volume{XY}\> <\\?\Volume{XY}\> (OS error: 0x80042317 VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED)

Cause:
Microsoft VSS allows a maximum of 64 shadow copies on a system.
It is not possible for TERRA CLOUD Backup to request an additional shadow copy; the agent passes on the operating system's message in the log file.

Recommended Action:
Please check how many shadow copies exist on the system; you can do this by entering the following command into the command line with administrative privileges:

vssadmin list shadows

These shadow copies should either be moved to a different shadow copy storage location or deleted.
If another software solution based on Microsoft VSS is being used, ensure that there are no overlaps between the backup windows.

You can find extensive documentation on the Volume Shadow Copy Service at: Microsoft VSS Documentation

Read details of the Microsoft VSS Writer

Each VSS writer is responsible for a specific area—such as the system state or the registry. The following instructions explain how to identify the directories and folders covered by each writer. This information can be very useful when troubleshooting VSS issues—for example, to locate an .exe file on a network share.
Please note that "Diskshadow" is available only on server operating systems.

Instructions:
1. Open the Command Prompt (CMD) with administrative privileges.
2. Create the directory "C:\temp".
3. Run the following command:

DISKSHADOW /l c:\temp\diskshadow.txt

4. Run the following command:

LIST WRITERS DETAILED

5. You will find the output in the "temp" directory you created.

AFC Logs

AFC stands for Agent Forensic Ccollector, in addition to the backup and restore log files, this tool also collects other important information from a system on which a Windows agent is installed.
These extensive log files are essential for diagnosing many error patterns.

AFC Logs Windows and vSphere Recovery Agent

Download:
You can find the current version of the AFC tool at:
https://backup.terracloud.de/download/afc.exe

You can use the configuration shown in the screenshot below for the tool.
Please use the following link for the upload:
AFC Logfile Upload

Please send a brief confirmation of the upload to TERRA CLOUD Support.

Notes:

  1. Please select every available option here.
  2. The VShadows option is only available on server operating systems.
  3. The "Upload to SFTP Server" function points to our software vendor's FTP server.
    Therefore, please upload the AFC logs via the link mentioned above instead.



AFC Logs Hyper-V Agent

Download:
You can find the current version of the AFC tool here:
https://backup.terracloud.de/download/afc.exe

You can use the configuration shown in the screenshot below for the tool.
Please run the AFC tool on all hosts and the management system.
Please use the following link for the upload:
AFC Logfile Upload

Please send a brief confirmation of the upload to TERRA CLOUD Support.

Notes:

  1. The "Upload to SFTP Server" function points to our software vendor's FTP server.
    Therefore, please upload the AFC logs via the link mentioned above instead.



AFC Logs Linux Agent

Download:
You can find the current version of the AFC Tool at:
https://backup.terracloud.de/download/AFCforLinux.tar

On most distributions, you can perform the download using the following command:

wget https://backup.terracloud.de/download/AFCforLinux.tar

Collecting log files:

  1. Please extract the script using the following command: tar -xf AFCforLinux.tar
  2. Use the cd command to navigate to the directory where you extracted the script
  3. Check your permissions; depending on the distribution, use su or sudo -i
  4. Please change the access permissions for the script afc_linux.sh using the command chmod 777 afc_linux.sh
  5. Then execute the script using ./afc_linux.sh
  6. Follow the instructions in the script and enter your support ticket number; alternatively, you can provide the order number for the backup package
  7. Optionally, you can add additional files (e.g., screenshots)
  8. Important:
    The "Upload to SFTP Server" function points to our software vendor's FTP server.
    Therefore, please upload the AFC logs via the link mentioned in step 10 instead.
  9. You can find the AFC logs in the /tmp/ directory with the filename format “AFC-< ticket_number >-<hostname>-<YYYY-MM-DD-HH-MM-SS>.tar[.gz]”
  10. AFC Logfile Upload
  11. Please send a brief confirmation of the upload to TERRA CLOUD Support


TERRA CLOUD Backup Portal

Computer / Backup Agent is shown as offline since 01.01.0001

Issue:
The computer/backup agent appears as "Offline" in the portal with a status date of 01.01.0001, even though the agent's services are active. The issue presents identically across the various agents (Windows, Linux, Hyper-V, and VMware):

Cause:
The backup agent is unable to communicate with the portal servers (AMP servers) via TCP port 8087. However, registration with the backup portal via TCP port 8086 was successful; otherwise, the system would not appear in the list at all.

Solution:
Please open TCP port 8087 for outbound traffic on the system where the backup agent is installed. Further information can be found under Network Configuration.

Technical problems have occurred. Service will be restored as soon as possible.

Error Scenario:
You receive the following error message when attempting to add a computer to the Vault:

Cause:
The agent cannot communicate with the agent management system via TCP port 8087 (see network configuration); consequently, configuration adjustments cannot be made.

Solution:
Please check the network configuration of the agent system. Restart the agent services after making adjustments. Then, proceed to register the computer with the Vault.

Users can only retrieve their own Vault profiles

Error image:
You receive the following error message when attempting to register a system with the Vault:

Cause:
This error message appears because not all portal servers can yet access this Vault profile.
Distributing the information to all portal components can take up to 5 minutes.

Solution:
Logging in again can speed up this process and thus resolve this error message.

UPDT-E-10320 - Could not upgrade the Agent. The system must be restarted

Issue:
After starting the upgrade process, you receive the following message in the Backup Portal:
You must restart this computer for the changes to the agent software configuration to take effect.

You will find the following error code in the BUAgent log file:
UPDT-E-10320 Could not upgrade the Agent. The system must be restarted

Cause:
A registry key on the system being backed up is preventing the agent update. This key is typically cleared by a restart.

Recommended Action:
Please consult the following article, as the procedure is identical:
Pending Restart

Email notification: Backup not performed - System XY - TERRA CLOUD Backup

Issue Description:
You receive a notification stating that one of your configured backups failed to run, even though a current system backup exists.
The timestamps shown in the notification also do not match the overview in the portal.


Cause:
The last or first day of a month often falls on a weekend or public holiday. For systems that do not operate 24/7, this means that monthly backups are not performed.
Once a backup is missed, the agent records a "MISSED" entry in the system's `Schedule.ran` file (located at `C:\Program Files\TERRA Cloud Backup\Agent\Schedule.ran`).
The issue is that this entry is only updated by a scheduled backup; an ad-hoc backup is insufficient to update the status.
Upon every system startup, the agent checks the `Schedule.ran` file and sends a notification if a "Missed" status is detected.

Recommended Action:
Our software vendor has been informed of this issue and is already working on a permanent solution.
Unfortunately, we do not yet have specific details regarding the implementation. We will notify you via the newsfeed in the support portal once the issue has been resolved.
In the meantime, you can delete the `Schedule.ran` file (`C:\Program Files\TERRA Cloud Backup\Agent\Schedule.ran`) to stop the notifications.
The file will be recreated during the agent's next process, so you do not need to monitor the situation further after deleting it.

Email Notification: Enter valid email addresses separated by commas

Issue:
You receive the following error message when configuring an email notification:


Cause:
Until recently, account numbers in the site details were not unique, which is now causing issues in isolated cases.
For example, if you entered a number between 1 and 100—or your Wortmann customer number—as the account number, it is quite possible that this number is already in use by another site.
If an account number is used across multiple sites, errors occur when saving changes.

Recommended Action:
The "Account Number" field for a site currently serves no functional purpose; therefore, the simplest solution is to remove the account number.
Alternatively, you would need to enter an unused account number to allow changes—such as email notification configuration—to be saved.

RSYN-W-07716 Failed to connect to or negotiate backup with alternate vault

Error image:
You will receive the following warning in the log file of a backup:
RSYN-W-07716 Failed to connect to or negotiate backup with alternate vault.
The error pattern looks identical for the different agents (Windows, Linux, Hyper-V and vSphere).

Cause:
The backup agent cannot communicate with the required vaults via TCP port 2546.
This is often the secondary vault (replication partner) or the base vault when using a satellite.

Solution:
Please enable the TCP port 2546 for the vault address(es) specified in the log file (it is best to change the log file from "Only errors and warnings" to "Entire log" and check it).
Further information can be found at: Configuration Network Configuration.

The custom command is deprecated

Error Symptom:
You receive the following error message when attempting to create a custom command:


Cause:
An outdated entry in the agent configuration causes a custom command with the same name to still be recognized as existing.

Solution:
1. Stop the TERRA CLOUD Backup agent services using PowerShell:

Get-Service -DisplayName "TERRA Cloud Backup*" | Stop-Service

2. Open the affected configuration file (C:\Program Files\TERRA CLOUD Backup\Agent\Schedule.cfg) and remove all lines referencing the directory "C:\Program Files\TERRA CLOUD Backup\Agent\ScheduleScripts".

3. Start the TERRA CLOUD Backup agent services using PowerShell:

Get-Service -DisplayName "TERRA Cloud Backup*" | Start-Service

You should then be able to create the desired custom command.

REST-E-04217 Password incorrect / RSYN-E-09446 See the last SYNCH log file for details

Error message:

REST-E-04217 Incorrect password [VV]

or

RSYN-E-09446 For further details, please refer to the latest SYNCH log file. [VV]

Cause:
After re-registering the backup agent, the previously used encryption password was not stored correctly.
Either the password was forgotten, or an incorrect or mismatched password was entered.

Solution:
Please enter the encryption password used during the initial configuration and restart the process.
Ensure that the entered password matches the original exactly; otherwise, access to the backed-up data will not be possible.

Windows Agent

Windows Agent General

No connection between Agent and Vault

Error Scenario:
The agent could not establish a connection to the Vault. The Vault address, port number, or login credentials may be invalid.

Causes:

  • The entered access credentials are incorrect.
  • Communication with the affected Vault system is not possible.
  • A strict firewall configuration (IPS, proxy, or TLS) is blocking the connection.

The following port must be opened for outbound traffic to enable communication between the agent and the Vault:

  • 2546 TCP


Verification:

Windows
You can verify the connection using the following PowerShell command:

Test-NetConnection vault-wmh1-p002.terracloud.de -Port 2546

(Please use the correct Vault address here; refer to the account provisioning email.)

If the operation fails despite the port being open, you should check the access credentials for the affected Vault profile.
To do this, go to the "Sites" tab, select the affected customer site, and edit the existing entry.
Enter the access credentials from the provisioning email exactly as they appear (copying them into Notepad first for safety is recommended).
Strict firewall configurations (IPS, proxy, or TLS) can also prevent the connection from being established, even after the aforementioned preparations.
Always ensure that communication between the agent and the Vault system can take place without obstruction.

Natively protected data amount differs from the actual memory consumption

Issue:
The native protected data volume is displayed incorrectly in the TERRA CLOUD Backup Portal (within job details or reports).

Possible causes:

Unlimited VSS shadow copy storage:
The operating system defines shadow copy storage space for each volume; the maximum size can be set either as a specific value (e.g., 10,240 MB) or as "unlimited."
Please verify that a fixed—and therefore not unlimited—shadow copy storage limit is defined for all volumes.

Discrepancy due to VSS shadow copies:
The size of the created shadow copies is added to the native data volume, as the shadow copy occupies storage space at the time of measurement and backup.
Once the backup is complete, the shadow copies are removed, and the native data volume decreases.
This effect is particularly noticeable when backing up large volumes with low storage utilization.
The software vendor's development team is already working on optimizing the timing of this measurement.

Configuring shadow copy storage:
You can configure the shadow copy storage via the graphical interface.
Alternatively, you can perform the configuration using CMD or PowerShell:
vssadmin resize shadowstorage /for=<drive letter:> /on=<drive letter:> /maxsize=10GB

Example:

vssadmin resize shadowstorage /for=c: /on=c: /maxsize=10GB


vssadmin resize shadowstorage /for=d: /on=d: /maxsize=10GB


Windows Server Deduplication:
This Windows Server role enables data deduplication on the server. Windows Explorer displays the compressed and deduplicated data set.
However, the backup agent reports the uncompressed original size of the backup set as metadata.
Please use the following PowerShell command to check if the role is installed on the server in question:

Get-WindowsFeature -Name FS-Data-Deduplication


If the role is installed:
Please exclude the "Chunk Store" folder—located within the "System Volume Information" directory—from the backup.
Once the next backup completes, the measured natively protected data volume should be correct again.

Recommendations:
To determine and analyze the storage space used on a volume, we recommend using the free tool TreeSize Free in addition to Windows Explorer.
If the natively protected data volume still differs after the adjustments mentioned above and the task is a file-based job,
you can also try reducing the data volume by excluding the "System Volume Information" folder (one exclusion per system volume).

Backup of removable storage devices using the "Entire Server" job configuration

Issue:
A backup job configured for "Entire Server" includes removable media—such as external USB hard drives or USB flash drives—in the backup.

Cause:
The "DriveType" property for the drives/volumes on the removable media is set to "Fixed," which identifies the storage medium as a permanently installed drive.
The backup agent checks this property and includes all drives with the "DriveType" set to "Fixed," thereby including the incorrectly configured removable media.
You can check the "DriveType" property of the respective drives/volumes using the following PowerShell command:

Get-Volume | Format-List -Property DriveLetter, DriveType

Solution:

Option 1:
Disconnect the removable media from the system at the time of the backup.

Option 2:
Remove the "Entire Server" option from the job configuration and switch to the "Bare Metal Restore" option, adding any other desired drives.

Invalid file format or delta map file is corrupted

Error image:
Jun 7th 22:15:38 DELT-E-04355 Invalid file format C:\Program Files\TERRA Cloud Backup\Agent\JOBNAME\0000xxxx.DTA
Jun 7th 22:15:38 BKUP-E-08196 Your delta mapping file is corrupted. Delete or rename the file and sync it with your Director. [VV]

Cause:
The error message states that the delta file (0000000X.DTA) or delta mapping file (0000000X.DTX) is corrupted.
The delta file contains checksums of the blocks that have already been backed up, the delta mapping file is an index file for the delta file.
This file is needed so that the agent knows which blocks have already been backed up and which have been added or changed.

Solution:
Please carry out a backup reset. Instructions can be found in the following entry for a very similar error:
DELT-E-05782 - Delta file damaged 0000000X.DTA file is damaged: hash mismatch

Server0.Password requires a value

Error image:
A backup fails immediately after starting with the following message in the log files:
PARS-E-05152 A value is required for Server0.Password

Cause:
A configuration file (Global.vvc) is missing the hash value for the vault password.
Without this entry, the agent cannot authenticate itself to the vault system.

Solution:
Please re-enter the vault password in the Backup Portal by going to “Vault Settings” and editing the existing configuration:
See also link

DELT-E-05782 - Delta file corrupted 0000000X.DTA file is corrupt: hash mismatch

Error Description:
You receive the following error message in the log file of a backup job:
DELT-E-05782 C:\Program Files\TERRA Cloud Backup\Agent\Jobname\0000000X.DTA File is corrupted: hash mismatch

Cause:
The error message indicates that the delta file (0000000X.DTA) is corrupted. This file contains checksums of the backed-up blocks from the last backup.
This file is required so that the agent knows which blocks have already been backed up and which are new or have changed.

Solution:
Please run the following PowerShell script on the affected system:
Backup Reset Skript
This script deletes the corrupted delta file and performs a synchronization, during which the delta file is recreated.
Depending on the system size, a synchronization may take some time.

SSET-W-04210 - Error during collection function [VV]

Error image:
You receive the following error message in the log file of a backup job:
SSET-W-04210 Error during collection function [VV]

Recommendation for action:
Please open a support ticket for this error as the backup job needs to be analyzed on the vault. This process may take some time depending on the size of the backup job.
We recommend that you create a replacement job for the analysis period so that the system can continue to be protected via the TERRA CLOUD backup.

PARS-W-04784 - Due to computer registration, the following information is missing from the "Name Backup Job" configuration file: Enc_Password (Encryption Password)

Error image:
You will receive the following warnings in the log file of a backup job, which will cause the backup job to abort:
PARS-W-04784 Due to computer registration, the following information is missing from the configuration file "BMR":
PARS-W-04785 Enc_Password (Encryption Password)
PARS-W-04786 Re-enter the missing information using the Agent Console.

Cause:
The hash value of the encryption password is stored in the job configuration file in the agent directory when the backup job is created or the encryption password is changed.
Reinstalling the agent in conjunction with re-registration ensures that the job configuration file without the hash value is downloaded from the vault.
Please note that the hash value of the encryption password does not leave the agent system.
Solution:
Please edit the backup job and enter the encryption password again.
In any case, you will receive the message regarding a possible reseeding, as the agent cannot check at this point whether the encryption password entered is correct.

BUAgent service cannot be started (Error 1053)

Error image:
The BUAgent service cannot be started.
You will receive a pop-up window with the error message "Error 1053: The service did not respond to the start or control request in a timely manner."

Causes:
As of agent version 8.90, the packages "Microsoft Visual C++ 2017 Redistributable (x64) and (x86) are required; these are not installed on the system.

Solution:
Please run the setup of Agent 8.90 or newer again, this checks whether the two packages mentioned above are installed and reinstall them using the "Repair" option.

Illegal function

Error image:
The affected system is displayed as “Offline” in the Backup Portal even though it is in use.
The “TERRA Cloud Backup BUAgent” service is not running:

Listing of Terra Backup Services

When you try to start the service you will receive the following error message:

Illegal function

Cause:
The “TERRA Cloud Backup BUAgent” service accesses a configuration file (Global.vvc) in the agent’s installation directory. This file contains, among other things, settings for the agent,
that you have configured in the portal (e.g. a bandwidth limit).
With this error, this configuration file is empty, incomplete or damaged.
Without a healthy Global.vvc file, the agent cannot back up.

Recommendations for action:
To troubleshoot the error, you can first open the Global.vvc file in the installation directory, e.g. with the editor. In this case the file is empty.

empty Global.vvc file

This empty Global.vvc can be removed.
After deleting the file, you can perform a repair installation of the agent by entering the agent setup and selecting the following option:

Repair Installation

After successful repair installation, the Global.vvc file will be filled with content.
Please re-enter the vault password in the backup portal. You can find instructions for this under "For Server0.Password is a value required“
If the error cannot be solved with these steps, a complete uninstallation followed by an installation of the agent can help.
In this case, the configuration files (including Global.vvc) are downloaded from the vault system and stored in the agent directory.

Backup jobs are piling up in a queue

Error image:
In the backup portal you see several processes in the queue for a system, the current backup job no longer shows any progress.

Recommendation for action:
Please restart the TERRA CLOUD backup services to terminate the open processes.

Get-Service -DisplayName "TERRA Cloud Backup*" | Stop service
Get-Process | ? ProcessName -Match "VV|VVAgent" | Stop Process -Force
Get-Service -DisplayName "TERRA Cloud Backup*" | Start service


SMTP Prober / Mail Notification

Error image:
The backup agent does not send emails according to the defined criteria.
You will receive the following or similar messages in the log file of your backup job:

Recommendation for action:
You can test the stored settings via the backup portal. If the test is not successful, you can carry out the following steps:

  1. Update the agent to the latest version as the mail notification feature has been updated to current standards in newer agent versions.
  2. Alternatively to port 25, check port 587 or 465.
  3. Please use the SMTP Prober Tool to check whether the emails can generally be sent from the system

SMTP Prober
You can download the tool at the following link: http://www.alexnolan.net/software/SMTPProber.htm
If you can successfully send emails from the system using the tool, it is guaranteed that communication with the mail server can be established.

GetVolumeNameForVolumeMountPointW() failed

Cause:
This can happen when database files (MDF or LDF) exist either on a mount point or a symbolic link rather than in a normal physical location.

Example:
You have your logical location for the database files in C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA, but you have created a symbolic link to the data that exists on another drive:
Path must be adjusted

Solution:
The location for the MDF and LDF files needs to be updated.
One way to do this is to detach and then reattach the database.
When the database is mounted, make sure to select the MDF file in the current location (D:\Data\MSSQL\DATA in the above example).
Once the logical reference is updated to the correct path, the backup is successful.

BSTR-E-04145 Error opening file C:\Program Files\TERRA Cloud Backup\Agent\BMR\000000XY.CAT for output

Error image:
BSTR-E-04145 Error opening file C:\Program Files\TERRA Cloud Backup\Agent\BMR\000000XY.CAT for output
BKUP-F-04110 Job could not be completed. [VV]

Cause:
The agent is unable to process the affected file.
Attention: The error message may be a subsequent error.
If there are no further clues in the log file, the following solution can help.
Solution:
Create an exception in the existing antivirus program to give the agent unrestricted access to the files it needs:
C:\Program Files\TERRA Cloud Backup\*

UTIL-E-04101 Operating system message: The system cannot find the specified path

Error image:
You will receive the following error message in the log file:
UTIL-E-04101 Operating system message: The system cannot find the specified path
UTIL-E-05658 PhlWMgr::isSkip() internal error

Cause:
The operating system cannot access all the necessary paths to create a VSS snapshot of the system. This can be caused by operating system corruption.

Recommendation for action:
Please note that this error is not a problem with the backup agent itself, but with the operating system being backed up.
In past support cases, the system could be checked via the Microsoft System File Checker resolve the cause. In addition, a check of the file system of the volumes to be backed up using the Mircosoft tool CHKDSK can be helpful.

UTIL-E-04101 Operating system message: Access denied

Error Symptom:
You encounter the following error symptoms in the backup log file:
UTIL-E-04101 Operating system message: Access denied
UTIL-E-05658 PhlWMgr::isSkip() internal error

Cause:
The operating system cannot access all the files necessary to create a successful VSS snapshot of the system.
In recent support cases, we have identified a link between the Windows 11 operating system and the use of Panda Antivirus / OneDrive.

Recommended Action:
Please note that this error is not caused by the backup agent itself, but by the operating system being backed up.
Generally, you have two options:

  • Identify the specific file(s) involved. Then, ensure that the agent / VSS component has successful access to the file(s).
  • Switch to an image-based backup job.
    This prevents future access denial issues, as the agent backs up the existing volumes at the block level rather than backing up individual files or folders.


Identifying the file(s) involved
1. Edit the affected job and select the "Advanced backup options" option.
2. Change the log detail level from "Summary" to "Files":

3. Save the changes and run a backup.
4. Search the log of the completed backup using Ctrl + F and look for "-E-".
5. The affected file is located one line above the error message.

The aforementioned adjustment results in very large log files; therefore, it is recommended to revert this change after the backup has been completed!

In recent support cases, we have frequently observed access denials for files in the following directory:
C:\Windows\WinSxS\Catalogs\*
It appears that a hard link to the path \$Extend\$Deleted\ prevents access to the file.
One solution suggested by our customers involves granting "Full Control" permissions for the C:\Windows\WinSxS\Catalogs\* directory to the "Everyone" group; however, we do not have specific instructions or a detailed procedure for this.

UTIL-E-08235 Operating system error 21, message: The device is not ready

Error image:
You will receive the following error in the log file of a backup:
UTIL-E-08235 Operating system error 21, message: The device is not ready

Cause:
The agent has lost access to the required shadow copy, causing backup problems.

Recommendation for action:
However, if you are looking for a new agent, you will be able to contact them.
Applications that also require access to VSS shadow copies (e.g. other backup solutions) should be placed approximately 2 - 3 hours (depending on the situation) before or after the backup.
For initial backups or If you have a larger date, please note that the VSS has to be temporarily updated.

Job can not bear beitet / erstellt werden - Job-Fenster schließt sich

Error image:
If you select the action "Edit job" or "New job for local system / Create new image job", the desired window only opens for a short period of time before the following error message is displayed in the portal:

"A problem has occurred. Please contact support if the problem persists."


Causes:
One or more of the system's VSS writers are not functioning.

Solution:
Before you start troubleshooting the System VSS Writer, it is recommended to check the recommendation for action in the following article: A network share causes a BMR job to fail
Alternatively, you can try to repair the non-functional writers via our VSS Troubleshooting Guide: VSS Troubleshooting

SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-AUTHERROR, authentication failure

Error Scenario:
You encounter the following error in the backup log file:
SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-AUTHERROR, authentication error

Cause:
Our Vault rejected the backup request because the data set has been blocked. This block may be due to the following scenarios:

  • The affected agent is running an unsupported version. (See the newsfeed article in the Backup Portal dated Dec 12, 2023)
  • The affected account has been cancelled.
    Once a cancellation is processed via the Center, we block the data set associated with the affected account.
    It is removed from the Vault system 14 days after the cancellation.
  • The affected account, computer, or job is currently being migrated. The migration process blocks the data set at both the source and the destination.
  • The Vault detected an anomaly related to the affected job.
    Once an anomaly is detected, the Vault locks the affected data set to allow for an inspection.

Recommended Action:
Please first check the points listed above.
If an update is required, please perform it as soon as possible.
Backup operations should resume no later than one hour after the update.
If the agent in question is running the current version, the backup account has not been cancelled, and no data migration is taking place (migrations are generally only performed after contacting our support team), there is most likely an issue.
In this case, we recommend contacting TERRA CLOUD Support.
When contacting support, please provide the order number or the name of the vault account, as well as the log file from the most recent backup.

Backup does not start despite configured Windows backup event triggers

Issue:
A file named "GlobalStatus.json" is stored in the agent directory of the system being backed up.
This file records the timestamp of the last backup execution.

The schedule allows you to configure how many hours must elapse since the last backup before the next one starts.
This JSON file serves as the data source for that calculation.

Recommended Action:
In the case described above, renaming or deleting the "GlobalStatus.json" file would resolve the issue.
Once a new backup is triggered via the alternative trigger, the file is recreated and no longer takes the previous trigger into account.

BFFR-F-04109 Error allocating 1048576 bytes to memory

Error image:
You will receive the following error in the log file of a backup:
BFFR-F-04109 Error allocating 1048576 bytes to memory

Possible causes:

  1. Insufficient memory is available during backup.
  2. One or more disks reach their capacity limit during the backup.

Recommendations for action:

  • Please ensure that each drive to be backed up has at least 10% free capacity (for Microsoft VSS shadow copy).
  • Check whether the RAM is fully utilized during the backup period and expand it if necessary and possible.


Email notification disrupted

Error pattern:
You will receive the following message in the BUAgent log file of the affected agent:
AGNT-E-10084 Event in notification thread (Status=X Result = 0 Job ID=JobId=XY:XY,DateTimeString=XY,OperationType=BACKUP,EventJobStatus=COMPLETED, Job Type={3} Job Event ={4}) could not be uploaded to the server.
You can find this in the portal as follows: (Select agent -> Advanced -> Agent log files -> BUAgent-XY.XLOG - Date of first missing email)

Cause:
The events.unsent file contains outdated information.

Recommended actions:
1. Stop the "TERRA CLOUD Backup BUAgent" service

  • Open services.msc
  • The "TERRA CLOUD Backup" service Search for "BUAgent"
  • Right-click > Exit

2. Rename the file

  • Open the directory: C:\Program Files\TERRA CLOUD Backup\Agent
  • Rename the file "events.unsent" to "events_old.unsent"

3. Restart the service

  • Return to services.msc
  • Start the service "TERRA CLOUD Backup BUAgent"

4. Wait a few minutes

5. Check the log file - either in the portal or locally in the agent directory:

  • C:\Program Files\TERRA CLOUD Backup\Agent
  • Open the most recent BUAgent-XY.XLOG there

6. Check the log file to see if the message "Event in notification thread..." is still present.

SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-FAILED, generic RPC error / UTIL-W-05229 Could not upload configuration files: Failed to upload file. C:\Program Files\TERRA CLOUD Backup\Agent\Jobname.status.cfg

Error Description:
Upon completion of the initial backup to an external hard drive or a VHDX file, the following messages appear at the end of the log file:
SSET-E-04104 The request failed. The remote server reported the following error: RPC-E-FAILED, general RPC error
UTIL-W-05229 Configuration files could not be uploaded: File could not be uploaded. C:\Program Files\TERRA CLOUD Backup\Agent\Jobname.status.cfg

Solution:
The errors mentioned above are known to our software manufacturer, and a corresponding developer ticket already exists.
A solution is currently being worked on; however, there is no specific date for the fix at this time.

We can, however, confirm that you can submit the initial backup despite the displayed error messages.
The import can be carried out without restrictions.

Backup fails on systems with mounted user profiles (RDP / Terminal Server)

Error Description:
Backups fail or become unstable on systems with RDP or terminal server functionality.
This error occurs particularly when user profiles are mounted at the time of the backup.


Cause:
The backup is performed on a system where user profiles are mounted at the time of the backup, as is typically the case on RDP or terminal server systems.

If the backup set is configured with the "Entire Server" option, these user profiles and volumes are included in the backup.
This often leads to problems with snapshot creation (VSS) and consequently to failed backups. Solution: On systems with RDP or terminal server functionality, the following adjustments should be made:

  • Instead of "Entire Server," it is more effective to use a Bare Metal Restore and back up only the volumes that are actually needed.
  • Before starting the backup, ensure that no users are actively logged in and no user profiles are mounted.

To reliably implement this, users can be automatically logged off before the backup time.
This can be done, for example, using Windows Task Scheduler.
Sufficient time buffer should be planned to cleanly terminate any open sessions.

Alternatively, agent scripting can be used to automatically log users off before the backup and restore normal operations after the backup is complete.
For implementation information, see:
Address Windows Agent via script
Create new custom command

Windows Agent Installation


UTIL-E-04503 Backup destination missing in job C:\Program Files\TERRA CLOUD Backup\Agent\XYZ.vvc

Error image:
You receive an "Agent Upgrade Failed" error when upgrading the agent.

In addition, the following errors can be seen in the agent directory in "Upgrade.xlog":
UTIL-E-04503 Backup destination is missing from job C:\Program Files\TERRA CLOUD Backup\Agent\XYZ.vvc.
UTIL-E-08012 Upgrade aborted due to errors

Cause:
During an upgrade installation, the TERRA CLOUD Backup Agent creates an "Old_Files" directory which is filled with backup copies of the configuration files.
These backup copies can be used for rollback in the event of a failed or failed upgrade.
With this error pattern, there is a copy of "global.vvc" in the agent directory with a different name (e.g. XYZ.vvc).
The agent interprets any VVC file with a name other than "global.vvc" as a job configuration file and checks it via a lookup for a backup destination.
Since the copy of "Global.vvc" is not a job configuration file, the backup creation will fail and the upgrade will be aborted.

Solution:
Please remove the offending "XYZ.vvc" file from the agent directory or change the file type to e.g. E.g. ".old" so that the agent does not take this into account.
Then run the agent upgrade again.

Error 1722. There is a problem with this Windows Installer package

Error pattern:
When installing or uninstalling the agent, you receive the following general error message:

Possible causes:

  1. There is an umlaut in the system name, e.g. (office PC).
  2. The Microsoft Visual C++ 2017 Redistributable libraries are damaged

Solution for cause 1:
Please change the system name and remove the umlauts.
Then start the installation/uninstallation of the agent again.

Solution for cause 2:
Please check the article.

CBFS installation library could not be loaded

Error image:
When installing the image plug-in, you receive the following error message in connection with the general error 1722:

Cause:
The Microsoft Visual C++ 2017 Redistributable libraries (x86 and x64) on the system are corrupted.

Solution:
Please uninstall the Microsoft Visual C++ 2017 Redistributable libraries (x86 and x64).
Then run the installation again, the agent will then install the most recent version of the software libraries.

This installation package is based on the Prozessortyp without its contents

Error image:
When installing the agent you receive the following error:



Cause:
The setup executed is not compatible with the processor type used (64 bit or 32 bit).

Solution:
Please use the appropriate setup for the type of processor used.

Pending reboot

Error image:
When installing the agent, you receive the following message:


Cause:
One or more registry keys in the operating system have a pending restart noted.
Before installation, the Windows agent checks various registry entries for a stored value or existence of the key.

Recommendation for action:
Please restart the system, for example to completely complete the installation of Windows Updates.
If the error continues to appear even after several restarts, we recommend that you check the following list of registry keys:
https://adamtheautomator.com/pending-reboot-registry/
Please note that adjustments to the registry should only be made after a successful backup (e.g. through an export)!

Backup Host Agent Error 0x800706d9

Error image:
When registering the system, you receive the following error message in the Backup Portal:

Backup Agent Error x800706d9

Solution:
Please check whether it is a cluster node with the failover cluster role installed and not a cluster system.

  • If the system is not part of a cluster, please uninstall the Failover Cluster Role

The agent checks:

  • If no Failover Cluster role is installed => Connect to Hyper-V
  • If the Failover Cluster role is installed => Connect to the cluster instance


No connection between agent and portal

Error:
When installing the agent on a target system, the agent cannot authenticate with the portal.

Causes:

  • The entered credentials are incorrect. * The user password contains special characters such as: ( $ ' " | & \ § ° ^ ´ ` )
  • Communication is prevented by blocked ports (8086 TCP and 8087 TCP).
  • A strict firewall configuration (IPS, proxy, or TLS) is blocking the connection.

Port Check:

Windows:
Please run the following PowerShell commands on the system where the agent is to be installed:

1..28 | ForEach-Object {
$server = "amp$($_.ToString("000")).terracloud.de"
$result = Test-NetConnection $server -Port 8087
Write-Host "$server : $($result.TcpTestSucceeded)" }
$backupResult = Test-NetConnection backup.terracloud.de -Port 8086
Write-Host "backup.terracloud.de : $($backupResult.TcpTestSucceeded)"

The result for each entry must be "True"; otherwise, a required port is blocked.

DNS Resolution:
Please check whether the DNS name backup.terracloud.de resolves to the public IP address 185.35.13.210.

Access Credentials:
We recommend comparing the details with your own records of the access credentials.
Ensure that there is no cell formatting (e.g., from copying and pasting from MS Excel) in any of the required fields.
Also, ensure that none of the special characters mentioned above are being used.
The issue has already been escalated to our software vendor, and a solution is currently being worked on.
Reference OCTCR77GC4729388

Strict Firewall:
A Strict firewall configurations (IPS, proxy, or TLS) can also prevent the connection from being established, despite the aforementioned preparations.
You should always ensure that communication between the agent and the portal can take place without interference.

Agent Upgrade Utility stopped working / MAPI job upgrade

Error image:
The agent setup hangs and a window appears saying “Agent Upgrade Utility has stopped working”.
As soon as you click on “Close program”, a MAPI job upgrade window opens.





Solution:
Please run the setup again and stop at the first step.
Then download the following .zip file:
Hotfix

Since ".dll" files are recognized as viruses by default in the browser, you must unzip the files and then rename them.

libeay32.dll.txt -> libeay32.dll
ssleay32.dll.txt -> ssleay32.dll

  • Now change to the Temp directory of the affected system:
  • Open Explorer -> enter %temp% in the address bar.
  • There should be a folder called {​​​​​​​​BD4F2616-B17D-4982-815F-0C78C476839F}​​​​​​​​.
  • Please now move the two ".dll" files into the directory.

The update should then be possible via the process that has already started.

Error 1920 while installing/updating the agent

Error Scenario:
During the installation or update of the Windows Agent, the following message appears:



Cause:
There are two possible causes for this:
1. Required Visual C++ libraries are not available

2. Local port 2548 is being blocked by another application
Known software solutions that cause issues: Dr Tax

Solution:
1. Please install the following Visual C++ cumulative update and then run the agent setup again:
https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

2. Check whether the port is being blocked by a running process using the following CMD command:

netstat -ano | findstr 2548

Example: TCP --- 0.0.0.0:2548 --- 0.0.0.0:0 --- LISTENING --- 5036

If the running process shown in Task Manager (Details tab) is not named VVAgent.exe, then the port is being blocked.
You must then ensure that the port is kept open—either temporarily or, preferably, permanently.
After that, the installation or update can be performed successfully.

Windows Agent uninstallation

Error 1722 while uninstalling Backup Agent

Error image:
You receive the following error message when uninstalling the Backup Agent:

Cause:
The error occurs if information about the agent installation (plug-ins) is missing in the Global.vvc file. Each plug-in adds an entry in this configuration file (e.g. Image Plug-in).
The error occurs if, during uninstallation, the entries in this file do not match the plug-ins stored on the system.
Solution:

  1. If you haven't already done so, stop the TERRA Cloud backup services.
  2. Please rename the "Global.vvc" within the installation directory to "Global.old".
  3. Then uninstall the agent


Agent Scripting


PreshutdownTimeout Value

If you are using a Windows Server 2019 machine, specific permissions are required to modify the following registry keys:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc\PreshutdownTimeout

Please ensure that you have the necessary permissions to edit Group Policies with the currently logged-in user.

Permissions must be changed
Use the "Advanced" option to assign "Owner" permissions to the respective user.



Owner

You should then be able to modify the registry keys.

Windows Agent file-based backup


Parse point in the following path is not traversed

The error message says that you are trying to save a path that represents some kind of link.
The actual data will probably be on another partition.
This directory was apparently not included in the backup, so the agent is not backing it up.

Error Scenario:
The backup job completes with warnings stating "Linked hard links were not selected and were not backed up." This warning appears in the log file as follows:

Cause of Error:
Hard links are files or directories that reference an existing entry in the Master File Table and possess the same properties and content as the original file.
The original file and the hard link differ only in their paths.
The configured backup set does not include all hard links existing for the original file; therefore, they cannot be backed up.

Possible Solutions:

  1. If the entire NTFS partition is backed up, there will be no issues regarding linked hard links.
  2. The backup set can be expanded to include all existing hard links; the required paths can be retrieved using the command below via PowerShell or CMD.

Syntax: fsutil hardlink list <filename>

Example:

fsutil hardlink list c:\liste.txt


OneDrive directory cannot be backed up

Error image:
A file-based backup job reports the following error in the log file:
DISK-E-04205 Error searching for file C:\Users\%USER%\OneDrive\*.*
DISK-E-04101 Operating system message: The media is write protected.


Solution:
A setting within OneDrive ensures that the agent only sees shortcuts to files, as they are only downloaded when necessary.
These 0KB files provide the above. Error message. Once you download the files to your system, the error messages will disappear.
Unchecking the “Files on demand” checkbox would also provide the desired solution:
One-Drive

SV -W-08372 Exclusion <Exclusion in the backup job> is suppressed because it affects the <Part of the BMR backup> BMR selection

Error image:
You receive the following error message in the log file of a file-based backup job:
SV -W-08372 Exclusion <exclusion in backup job> is suppressed because it affects the <part of the BMR backup> BMR selection.

Cause:
The configured exclusion would exclude files that are necessary for BMR backup. The Backup Agent ignores the exclusion to perform a BMR backup.

Recommendation for action:
Please remove the exclusion in question from the affected backup job, otherwise the job will end with a warning every time it is backed up.
If necessary, modify the exclusion so that no system-relevant files are excluded.

Outlook offline data file (OST)

  • .ost files are offline Outlook data files that are automatically created by IMAP-, Microsoft 365-, Exchange- and Outlook.com-accounts.

Since these cannot be moved from one computer to another, the need for backup is eliminated. By default, the following registry key excludes *.ost files from creating a VSS snapshot:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToSnapshot



Why should *.ost files be excluded from backup?:
https://social.technet.microsoft.com/Forums/en-US/fc9bebff-9494-4b45-b43d-6b2f8e98add4/oops-windows-7-backup-omits-key-outlook-mail-files
https://support.office.com/en-us/article/find-and-transfer-outlook-data-files-from-one-computer-to-another

For more information about files that are automatically excluded from a backup by the operating system:
https://docs.microsoft.com/en-us/windows/win32/vss/excluding-files-from-shadow-copies It is not recommended to make changes to the registry keys mentioned.

DISK-E-08235 Operating system error 1392, message: The file or directory is corrupt and unreadable

Error image:
You receive the following error message in the log file:
DISK-E-08235 Operating System Error 1392, Message: The file or directory is corrupt and unreadable

Cause:
The backup agent passes on an error message from the operating system that the file in question is damaged or unreadable.

Recommendation for action:
Please check the relevant file as this error message is not caused by the backup software.
A system scan via sfc/scannow may be able to resolve the error.
A diagnosis via CHKDSK can also be helpful in this case.

DISK-W-08623 -Disable security data processing due to insufficient authorization

This article was written for the "Local System" job type.
For the "UNC Files" job type, the following article is available.

Error symptom:
You receive the following warning message in the log file:
DISK-W-08623 Disable security data processing due to insufficient permissions

Cause:
"Compress contents to save disk space" (Advanced Attribute) is enabled for at least one directory.

Solution:
To locate these directories, you can run the job once with a different log level.
To do this, edit your job and select the "Directory" option under "Advanced Backup Options" > "Log Detail Level".
Then, run the backup again. You should now see indications of the specific directories causing the warnings listed below the warning messages themselves.
This type of logging generates large log files, so it should only be used temporarily.
Locate the affected folders and, in the Properties > Advanced settings, uncheck the option "Compress contents to save disk space".

DISK-E-04144 Error opening file [...] $Exported$BCD for input

Error image:
You will receive the following warning message in the log file:
DISK-E-04144 Error opening file \\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\$Exported$BCD for input
DISK-E-08235 Operating System Error 32, Message: The process cannot access the file because it is in use by another process
DISK-E-04144 Error opening file \\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\$Exported$BCD.LOG for input
DISK-E-08235 Operating System Error 32, Message: The process cannot access the file because it is in use by another process

Cause:
This error is caused by various antivirus software based on Bitdefender.
The “Behavior Scan” module in version 6.6.18.265 is responsible.

Solution:
Please update your antivirus software as this error has been fixed in an update.

UTIL-E-04101 O/S message: The request could not be completed due to an I/O device error

Symptom:
You receive the following warning message in the log file:
UTIL-E-04101 O/S message: The request could not be performed because of an I/O device error

Cause:
The backup agent passes this operating system error message on to the log file.
You can also find this error message in the system event logs under ID 153.
This is not an issue with the backup solution itself.

Recommended Action:
Please review the following Microsoft article regarding this ID.
As described in the Microsoft article, this indicates a timeout of a request to the storage system.
We recommend using the CHKDSK tool for further troubleshooting; you can find more information here:
Microsoft article on chdsk

ENVC-E-04096 GetProcessorInfo FindFirstObject failed

Error image:
You receive the following error message in the log file of a file-based backup job:
ENVC-E-04096 GetProcessorInfo FindFirstObject failed
ENVC-E-04096 GetBootConfiguration FindFirstObject failed
ENVC-E-04096 GetComputerSystem FindFirstObject failed
ENVC-E-04096 GetOSInfo FindFirstObject failed
ENVC-E-04096 CaptureSystemRestorePointInfo Env Exception: Failed to obtain EnvInfo
BMR -E-08382 BMRCaptureEnvInfo.dll could not be initialized: BMR::CaptureEnvInfoDLL::captureSystemRestorePointInfo(): BMRCaptureEnvInfo.dll DLL failed to Capture System Restore Point Info

Cause:
The backup agent cannot retrieve any system information (e.g. version of the operating system) via the WMI interface. This error is not caused by the TERRA CLOUD backup agent.
It may be that the required files are still being accessed by other programs and therefore the information cannot be read.

Recommended action:
Please check the following query using PowerShell as an example:

Get-WmiObject Win32_Processor

If no output is possible here either, we recommend that you check the Windows Event Logs at this time.

DISK-W-08197 File cannot be checked for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\FileXY (OS error (0x5): Access denied

Error image:
You receive the following error message in the log file of a file-based backup job:
DISK-W-08197 Cannot check file for hard links: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\FileXY (OS error (0x5): Access denied )
DISK-E-04144 Error opening file \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\FileXY for input

Cause:
The Backup Agent is unable to back up the affected file.

Recommendation for action:
The path mentioned in the error message (\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopyXY\) can be resolved normally to an existing volume.
Please check why access is not possible. The files are usually accessed by another existing application.
In general, it must be ensured that the agent has access to the affected file.
Switching to image-based backup would also be a way to permanently solve the problem.

DISK-E-08235 Operating System Error 225, Message: The operation could not be completed successfully because the file contains a virus or possibly unwanted software

Error image:
DISK-E-04144 Error opening file XYZ for input
DISK-E-08235 Operating System Error 225, Message: The operation could not be completed successfully because the file contains a virus or possibly unwanted software

Cause:
This error is not caused by the TERRA CLOUD backup solution. The Windows Agent passes on a message from the operating system via the backup log file.
The message comes from MS Security Essentials or Windows Defender.

Recommendation for action:

  • Please run a full antivirus scan of the system.
  • Check the Windows event logs and the log files of the antivirus solution used.
  • If the file(s) remain on the system, exclude them from the backup job.
  • Change the setting for the option "Fix data read errors" to "Log errors and continue backup".


Windows Agent UNC Backup


DISK-W-04449 - Error last access time could not be reset

Error image:
You receive the following error in the log file of a UNC job:
DISK-W-04449 Unable to reset last access time for FILE PATH

Cause:
With a file-based backup, the agent checks the last access time and remembers it, then the file is read and saved.
The backup changes the last access time and the agent tries to change it to the original access time.
Some NAS systems do not allow resetting the access time and this causes the error.

Solution:
1. Edit the job.vvc in the agent installation directory
2. Add this line to the Backup{ } section: Last_Access_Time_Fix = False



DISK-W-08623 - Security Deactivate data processing due to insufficient authorization

This article was written for the "UNC files" job type.
For the "Local System" job type, please refer to the following article

Error symptom:
You receive the following warning message in the log file of a UNC job:
DISK-W-08623 Disable security data processing due to insufficient permissions

Cause:
The NAS does not allow the backup of ACLs (Access Control Lists).

Solution:
1. Open the job configuration on the agent system:
C:\Program Files\TERRA Cloud Backup\Agent\<JOBNAME>.vvc

2. Set the entries Ignore_Security and Ignore_AltData to TRUE.

3. Restart the two TERRA Cloud Backup services.

4. Ensure that the agent directory (C:\Program Files\TERRA Cloud Backup\Agent\*) is configured as an exception in the existing antivirus program.
Otherwise, after configuring the above-mentioned settings... ...parameters may lead to backup issues.
Once you have configured the options and a backup has been performed, you should definitely carry out a test restore.

Further Information

Ignore_Security:
This switch determines whether or not ACLs are backed up.

Ignore_AltData:
This switch determines whether or not extended attributes are backed up.

Windows Agent Image Backup


Disable CBT (Changed Block Tracking)

Instructions:
1. Stop the two TERRA CLOUD Backup Agent services
2. Navigate to the installation directory of the TERRA CLOUD Backup Agent (default installation path: "C:\Program Files\TERRA Cloud Backup\Agent")
3. Open the file NameOfTheBackupJob.vvc
4. Add a new switch:
Look for the following section in the open configuration file:

VolumeImageBackup {
SQLServer_Awareness = False
}

Add the following switch:

VolumeImageBackup {
SQLServer_Awareness = False
EnableCBT = False
}

5. Save the file, including the changes
6. Start the two TERRA CLOUD Backup Agent services

Impact of this modification:
This configuration change disables delta detection via Changed Block Tracking technology. You will receive a warning in the log file regarding this modification:
VIMG-W-09854 CBT (Changed Block Tracking) is disabled in the configuration file. The entire volume is read for the backup.
The full volume read process increases the backup time.

VIMG-W-09841 - CBT (Changed Block Tracking) is not available

Error message:
You will receive the following warning message in the log file:
VIMG-W-09841 CBT (Changed Block Tracking) is not available.

Cause:
The installation of the CBT driver (Changed Block Tracking) requires a restart; this was not yet carried out at the time of the backup.

Note:
Backing up a system using an image backup job is also possible without changed block tracking, but the backup time is significantly longer.

Solution:
Please restart the system to be able to use the full functionality of the image plug-in.

VIMG-W-09829 - The changed block logging driver cannot log the changes for volume <X>:<Volume{XY}>. (State 0, Status 0)

Error message:
You will receive the following warning message in the log file:
VIMG-W-09829 The changed block logging driver cannot log the changes for volume <X>:<Volume{XY}>. (State 0, Status 0)

Cause:
The installation of the CBT driver (Changed Block Tracking) requires a restart; this was not yet carried out at the time of the backup.

Note:
Backing up a system using an image backup job is also possible without change block tracking, but the backup time is significantly longer.

Solution:
Please restart the system to be able to use the full functionality of the image plug-in.

PLGN-E-05905 Could not load <VolumeImagePlugin.dll>

Error message:
You receive the following error message in the log file.
PLGN-E-05905 Could not load <VolumeImagePlugin.dll>
DISK-E-04793 Drive $VOLUMEIMAGE$:\ is not recognized as a persistent mapped drive (drive not found).
DISK-E-04204 Error assigning channel to $VOLUMEIMAGE$:\*.*

Cause:
The backup solution is unable to use the image plugin. Often due to the following causes:

  • The image plugin was forgotten to install after a reinstallation / re-registration.
  • The image plugin/agent is corrupt.


Solution:
By running the agent setup again, you have the option to carry out a change installation. You can reinstall the image plugin here.
Please note that a restart should occur after installing the image plugin.
By running the agent setup again, you also have the option of performing a repair installation of the agent.

VIMG-W-09197 VSS snapshot failure is forced due to the strategy used: Fail / VIMG-E-04495 Volumeimage_plugin::VolumeImageBackupAdapter::getNextBackupObject failed

Error message:
VIMG-W-09197 VSS snapshot failure forced due to the strategy used: Fail
VIMG-E-04495 volumeimage_plugin::VolumeImageBackupAdapter::getNextBackupObject failed.
BMR -E-10760 Bare-metal backup does not contain a system volume. Bare-metal recovery will not succeed. [VV]
BSTR-E-04144 Error opening file C:\Program Files\TERRA CLOUD Backup\Agent\XY\000000XY.CAT for input
BKUP-E-04706 Job forced to fail. [VV]
BKUP-F-04110 Job could not be completed. [VV]

Cause:
The Microsoft VSS service cannot place the system into a consistent state. Possible causes include:

  1. The "Microsoft Hyper-V VSS Writer" is active on the system being backed up. Please note that BMR backup is not supported on Hyper-V hosts.
  2. Third-party VSS writers are present on the system and are causing issues (usually due to incompatibilities).
  3. A service installed on the system references a network share. Note that the VSS component cannot access network shares.

Recommended action:
Please perform the following troubleshooting steps:

  1. Check the registered VSS writers using the command `vssadmin list writers` and compare the output with a system on which an image-based BMR backup completes successfully.
  2. If a VSS writer from third-party software is listed, it may cause issues (e.g., due to incompatibilities).
    You can also consult our VSS Troubleshooting Guide to check the VSS component.
  3. Check whether a service on the system points to a network share. Note that the VSS component cannot access network shares.
    For further information, please refer to the following article:
    A network share causes a BMR job to fail


VIMG-E-10681 Volume<Volume{GUID}> has an unsupported partition type

Error Symptom:
You receive the following error message in the log file:
VIMG-E-10681 Volume<Volume{GUID}> has an unsupported partition type

Cause:
This error occurs after updating the agent to version 8.90 or higher.
As of agent version 8.90, the Windows Recovery Partition no longer needs to be backed up, as it can be reconstructed during recovery.
In the job configuration, the volume (<Volume{GUID}>) was explicitly included in the backup set (alongside, for example, BMR or the entire server).
The updated agent cannot fully process this job configuration and issues an error message.
The quality of the backup is not compromised by this error, provided no other errors or warnings are recorded in the log file.

Solution:
Please remove the volume (<Volume{GUID}>) from the backup set.

Error collecting system mount point information

Error image:
You will receive the following or similar error message in the log file:
BKUP-E-08235 Operating System Error 2, Message: The system cannot find the specified file
BKUP-W-08732 Unable to collect mount point information for system. [VV]
BKUP-E-09401 An error occurred while collecting system mount point information. [VV]
BKUP-E-08235 O/S error 2, message: The system cannot find the specified file
BKUP-W-08732 Failed to collect system mount point information [VV]

Recommendation for action:
Please run the following command on the affected system:

Mountvol /r

(Removes volume mount point directories and registry settings for volumes that are no longer on the system, preventing them from being automatically mounted and receiving their previous volume mount points when added back to the system.)

Restarting the system may also help.

ENVC-E-04096 Failed to find System volume '\Device\HarddiskVolumeXY'

This error message can occur if the disk was recently converted to a dynamic disk and Windows has not yet been restarted.

Cause:
A volume on the system is in a RAW state, making a backup impossible. You can verify this using Diskpart as follows:
Diskpart RAW

Recommended Action:
The problem can be resolved using CHKDSK:

CHKDSK /f /r

This command often requires a system restart. This should only be performed after all important applications have been stopped.
For information on the parameters mentioned above, you can run "chkdsk /?".

VIMG-E-08821 Internal error in volumeimage_plugin::BlockBitmap::ConvertToBitmapIndexAndLength

Error image:
You receive the following error message in the log file:
VIMG-E-08821 Internal error in volumeimage_plugin::BlockBitmap::ConvertToBitmapIndexAndLength

Cause:
This error occurs if Agent version 9.20/9.21 is used and the following option has been activated on an existing volume:


Recommendation for action:
Our software manufacturer has already been informed about this problem and is currently working on a permanent solution. In the meantime, the only workaround that remains is to deactivate the affected option.

Windows Agent SQL Backup


SQL Express DB backup via SQL plugin fails

Error image:
06.ago. 14:08:25 DISK-E-04144 Error opening file \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy217\Program Files\Microsoft SQL Server\MSSQL10_50._SQLEXPRESS\MSSQL\DATA\SQLEXPRESS\%DB%.mdf for input
06.ago. 14:08:25 VSS -E-08102 Error while backing up file (reason: stream backup error) C:\Program Files\Microsoft SQL Server\MSSQL10_50._SQLEXPRESS\MSSQL\DATA\SQLEXPRESS\%DB%.mdf Component <writer SqlServerWriter (SQL Server 2008 R2:SQLWriter), component %SERVERNAME%\ SQLEXPRESS\ SQLEXPRESS> fails.
06.ago. 14:08:25 CTLG-W-09909 Incomplete saveset metadata. Information for "plugin-specific" could not be retrieved

Cause:
SQL Express instances can only be backed up with the SQL plug-in from agent version 8.71. You can find an overview of the supported SQL versions in the release notes.
Documentation and Release Notes

Solution:
Please update the agent version to 8.71 or later.

SQ12-E-09295 No successful full backup has been created of database XY

Error image:
You receive the error message in the log file that a successful backup of a database could not be created:
SQ12-E-09295 A successful full backup has not yet been created of database databasename.

Possible causes:

  1. The MSSQL-VSSWriter service runs under a system account.
  2. The MSSQL-VSSWriter service is not active
  3. The hostname or instance name has been changed

Recommendations for action:
Point 1 and 2:

  • The MSSQL-VSSWriter service should be switched to an ActiveDirectory account with administrator rights.

Point 3:


SQL Backup Job cannot be edited after changing user credentials / instance name / host name

Solution:
Make a backup copy before changing the files!

1. Create a new SQL job with the new credentials.
2. You will find the file “JOBNAME.vvc”
in the agent installation directory 3. Copy the "WindowsCredentials" paragraph if Windows authentication was used, otherwise the "SQLServer0" paragraph from your test job into the .vvc of the correct backup job.
Editing should then be possible again.

The agent could not provide an instance list

Error Scenario:
You receive the error message shown in the screenshot below when attempting to create a new SQL backup job via the Backup Portal:

Cause:
The agent cannot establish a connection to the SQL instance.
Possible causes include:

  1. No SQL instance is installed on the system.
  2. The installed SQL instance is not supported by the SQL plug-in.
    This could be due to an unsupported SQL version or an SQL instance that is not based on Microsoft SQL Server.

Recommended Action:
Please check the current Release Notes for the Windows agent to verify whether the installed instance is supported.

You are shown the databases of a named instance even though you have selected "Standard" as the instance

Issue:
When setting up a new SQL backup job or editing an existing one, the databases for the MSSQL instance are not displayed.
Additionally, you may be unable to log in using the MSSQL instance user credentials, even though you selected the default instance.

Cause:
When you select the default instance in the backup portal, the system checks in the background for the instance assigned to port 1433.
If this port is assigned to a different instance, that instance will be displayed, or you will be prompted to authenticate for it.

Solution Option 1:
If possible, reassign port 1433 to the default instance.

  1. Open SQL Server Configuration Manager.
  2. Select SQL Server Network Configuration -> Protocols for MSSQLSERVER -> TCP/IP -> IPALL.
  3. Port 1433 should be specified for this option, as shown in the screenshot below.



Solution Option 2:
If Solution Option 1 is not feasible, we recommend the following steps:
First, please check the connection string:
1.Open Notepad.
2.Add the following 3 lines to the text file. <hostname> represents your SQL server's hostname; <port_number> is the assigned port for the default instance.

set db = CreateObject("ADODB.Connection")
db.open "Driver={SQL Server};Server=<hostname>,<port_number>;Database=;"
MsgBox(db.Provider)

3. Save the text file as, for example, "test_db.vbs".
4. Run the created script.

After verifying the connection, please make the following adjustment in the SQL server's registry:
1. Open the Registry.
2. Navigate to the following registry path:

HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\

3. Create an entry named "ADOConnectionStrings" with the type "REG_MULTI_SZ".
4. Add the key <hostname>="Driver={SQL Server};Server=<hostname>,<port_number>;Database=;" to the created entry.
An example of this would be:

"SQL01="Driver={SQL Server};Server=SQL01,1434;Database=;"

In this example, SQL01 is the hostname and 1434 is the assigned port.
After making this adjustment, the correct instance will be displayed in the Backup Portal when you select "Standard".

Windows Agent Exchange Backup


EX10-W-08964 Database Mailbox Database is not in available status: Incremental backup of database with circular logging

Error image:
You receive the following error message in the log file of an Exchange backup job:
EX10-W-08964 Database Mailbox Database is not in available state: Incremental backup of database with circular logging. Backup is not performed.

Cause:
The backup job was carried out with the backup type "Incremental" and is a delta backup.
The Incremental backup type backs up the entire databases the first time it runs, and all subsequent backups protect the transaction logs.
Circular logging with the Incremental backup type is not supported.

Possible solutions:
1. Disabling circular logging
2. Change backup type to “Full” via Exchange Backup Job
schedule

Adjustment of target mount path for Granular Exchange Restore

By default it mounts below C:\RestoreMount. If there is not enough space on the disk, a different drive letter must be used.
The target path can be adjusted using the registry key below.

Solution:
Create the following registry entry with a string:
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\Infostage\Agent\MountAlternatePath=

No restart of the backup service is required.

Example:
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\Infostage\Agent\MountAlternatePath=e:\mp

If e:\mp is used as a string, the share will be shared: \\EX2007SERVER\e$\mp\GRT_00000010_2013-06-25-10-13-43
Alternate Path

Note:
Only possible with Granular Restore Tool 8.x or higher.

Validation for Exchange database Database-XYZ failed, Cause: Timed Out

Error image:
You receive the following error message in the Exchange backup log files:
EX10-F-10379 Validation for Exchange database Database-XYZ failed, cause: Timed Out

Cause:
Checking the database via the ESEUTIL takes too much time; this can be attributed to a heavy load or insufficient system performance.

Recommendation for action:
Please set the following registry entries to increase the check timeout and adjust the check process (sequential):
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\Ex2010SequentialValidation = 1 (DWORD)
HKEY_LOCAL_MACHINE\SOFTWARE\EVault\InfoStage\Agent\Ex2010ValidationTimeOut = 18000 (DWORD)
Restart both TERRA CLOUD backup services and try to start a backup again including a database check.

EX10-F-10380 Validation failed for Exchange transaction log files in database Database-XYZ, Cause: Failed with exit code -1032

Error image:
You receive the following error message in the Exchange backup log files:
EX10-F-10380 Validation failed for Exchange transaction log files in database Database-XYZ, Cause: Failed with exit code -1032

Cause:
The Microsoft Exchange VSS Writer cannot access the transaction logs because they are not available in the stored path.
Since they z. B. have been quarantined by an antivirus solution.

Recommendation for action:
Please check whether the transaction log files exist in the provided path.

Windows Agent Oracle Backup


The plugin credentials could not be verified due to an unexpected error. Check that the credentials are correct and try again

The Oracle plug-in uses the connection to the Oracle database EZCONNECT. Make sure your configuration in the sqlnet.ora file is correct.
e.g.:
# SQLNET.ORA Network Configuration File: d:\oracle\ora92\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
SQLNET.AUTHENTICATION_SERVICES= (NONE)
NAMES.DIRECTORY_PATH = (EZCONNECT,TNSNAMES)
Start Oracle listener and try backing up again.

ORCL-E-06390 Connection: //ServerXY/[Service Name] [User] could not be connected. OERR: ORA-12541: TNS:no listener

Error Scenario:
You receive the following error message when creating an Oracle job:
The plug-in credentials could not be verified due to an unexpected error. Check that the credentials are correct and try again.

Additionally, you receive the following error message in the BUAgent log file:
ORCL-E-06390 Connection: //ServerXY/[Service Name] [User] could not be connected. OERR: ORA-12541: TNS:no listener

Recommended Action:
Please create a new Oracle job using the following format:
servicename:XXXX
Replace "XXXX" with the port being used.

Once the job has been created using this format, it should be possible to set up and subsequently start the job without issues.

Hyper-V Agent

Hyper-V installation of Visual C++ 2017 Runtime(64) failed

Error Scenario:
You receive the following error message during the installation of the Hyper-V Management Agent:

Cause of Error:
As indicated in the error message, there was a problem downloading the runtime. This issue occurs only sporadically.

Solution:
You can either cancel the setup and restart the installation—including the runtime download—or manually download and install the runtime.
You can download the current runtime at the following link:
https://aka.ms/vs/16/release/vc_redist.x64.exe

Further information can be found here:
https://support.microsoft.com/de-de/help/2977003/the-latest-supported-visual-c-downloads

Hyper-V VM is backed up by another process

Error Code:
AGCD-E-10348 The virtual machine "XXX" ["VM-ID"] could not be backed up because it is currently being backed up by another process.

Cause:
The VMs cannot be backed up because there are files left over due to an update of the Hyper-V Host Agent from version 7.x to version 8.60,
which are misinterpreted in the backup request.

Solution:
Please change to the following directory and remove all files there:
C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\

A notice:

 Please first update to the latest version of the Hyper-V agent, as this error was fixed in version 8.84.1309. 


Hyper-V unknown exception

Error message:
“unknown exception” in the backup portal during configuration/setup
unknown exception

Cause:
The VMs cannot be backed up because there are files left over due to an update of the Hyper-V Host Agent from version 7.x to version 8.60,
which are misinterpreted in the backup request.

Solution:
Please change to the following directory and remove all files there:
C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\

A notice:

 Please first update to the latest version of the Hyper-V agent, as this error was fixed in version 8.84.1309. 


Hyper-V backup shows no progress

Error code:
A previously working backup starts after the update to 8.60, but no progress is apparent.
Backup seems to be hanging

Cause:
The VMs cannot be backed up because there are files left over due to an update of the Hyper-V Host Agent from version 7.x to version 8.60,
which are misinterpreted in the backup request.

Solution:

  1. Stop the agent services of the MGMT agent and all host agents
  2. Please change to the following directory (step 3) and remove all files there:
  3. C:\Windows\System32\config\systemprofile\AppData\Local\EVault Software\Agent Worker\Notifications Queue\
  4. Please restart the agent services of the MGMT and all host agents.


A notice:

 Please first update to the latest version of the Hyper-V agent, as this error was fixed in version 8.84.1309. 


Hyper-V backups no longer start on schedule

Error image:
The Hyper-V Agent no longer starts backup on schedule.

Solution:
Please stop the agent's services and wait until the entry in the portal becomes Offline. After you have restarted the agent's services, the schedule should work again.

Hyper-V update from 8.60 to 8.X fails

Error Message:
You receive the following error message when installing the update for the management and host components of agent version 8.X:
Error 1316. The specified account already exists.

Cause:
A registry entry for each of the MGMT and host components is incorrect, preventing the update from version 8.60 to 8.X.

Solution:

  1. Open the Registry on the systems where the individual components are installed.
  2. Search for the following GUID for the MGMT agent: 27FB23FA45CDCCA419AFA539FAB44906, and click on the "SourceList" folder.
  3. Change the value of the "PackageName" key to "TERRA Cloud Backup Hyper-V Agent Management.msi" and save the change.
  4. In the Registry of the systems where the host agent is installed, search for the GUID 2BFC6FB3019E15D449DEFDFA7BA62BA0.
  5. Navigate to the "SourceList" folder, change the value of the "PackageName" key to "TERRA Cloud Backup Hyper-V Agent Host.msi", and save the change.
  6. You can then proceed with the update.


Hyper-V Setup Error (EVault.Shared.BamsErrorMessage: UNKNOWN_ERROR[-1])

Error image:
You receive the following error message when you try to connect to the Hyper-V environment when setting up the management component:

Cause:
The Microsoft “Failover Clustering” feature is installed on the host to be backed up, although no cluster has been set up.

Solution:
Please uninstall the "Failover Clustering" feature and install all current required Windows updates.
You can then continue setting up the management agent. It may be necessary to reinstall the management agent to complete the setup.

Hyper-V connection failed. Please check the credentials

Error image:
You receive the following error message when you try to connect to the Hyper-V environment when setting up the management component:

In addition, you will receive the following entry in the log file of the management service (C:\Program Files\TERRA CLOUD Backup\Hyper-V Agent Management\Data\Logs\Service-AgentCoordinator.XLOG):
HYPV-E-09615 Failed to login to WMI namespace "root\MSCluster" on host "192.168.187.1". System error message: "Access denied (0x80070005)".
The following entry should also be visible in the Windows Event Logs (System) of the hypervisor:
The server-side authentication level policy does not allow the user to activate the DCOM server via the address 192.168.187.100 DomainXY\Administrator SID (S-1-5-21-2769728824-1306310488-2103641813-187). Increase the activation authentication level to at least RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in the client application.

Cause:
A hardening measure taken by Microsoft for the DCOM service used by the agent ensures that the connection to the Hyper-V environment is not permitted.

Workaround:
There is a Workaround, which can be used until March 14, 2023:
Registry setting to enable or disable the hardening measure
During the transition period, during which you can enable or disable the hardening action for CVE-2021-26414, the following registry key can be used:

Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\AppCompat
Key name: "RequireIntegrityActivationAuthenticationLevel"
Type : DWORD
Key data: default = 0x00000001 means hardening activated. 0x00000000 means hardening disabled.

After setting this registry key, restart your device for it to take effect.

Note:
Our software manufacturer has already been informed about this problem, so they are already working on a permanent solution.

Hyper-V Granular Restore / File Drag and Drop Error (Error 0x80080780)

Error Scenario:
You receive the following error message when initiating a drag-and-drop operation during a granular restore:
Error 0x80070780: The system cannot access the file.
rahmen

Possible Cause:

Windows Server Deduplication
The backed-up VM uses Windows Server Deduplication, but the corresponding role has not been installed on the management system/host.
You can check whether the role is installed on the source VM using PowerShell, for example:

Get-WindowsFeature -Name FS-Data-Deduplication

NTFS Permissions of the Source System
The NTFS permissions on the source system prevent the management system from accessing the files.
This often occurs in setups where, for instance, the management system is not in the same domain as the backed-up VMs, meaning the local administrator lacks access to the files.

Solution:

Windows Server Deduplication
Once you have installed the role on the management system, access to the files should be restored.
If you are hesitant to enable data deduplication due to the increased disk I/O, you can disable it again after the restore is complete.
However, data deduplication will likely need to be enabled again for future restores.

Source system NTFS permissions
If possible, you can adjust the permissions on the source system.
These adjustments would then be stored in the backup set starting with the next backup, allowing the files to be accessed again from that point on.
Alternatively, you have the following options:

  • Add the management system to the domain of the backed-up VMs or ensure that the user account being used has access to the files.
  • Restore the entire VM (if possible, start the VM directly from the backup – see Rapid VM Recovery Hyper-V).


Hyper-V Granular Restore Fails / HYPV-E-10619 No volumes could be mounted for the VM. Individual data restore cannot proceed

Error message in MOUNTXY.XLOG.txt file
HYPV-E-10619 Could not mount volumes for VM. Individual data recovery cannot proceed.
REST-F-04110 Job could not be completed. [VV]
UTIL-F-08266 Fatal error during job processing [VV]

Possible cause:
The VHDX of the affected VM cannot be mounted on the host, or it is mounted in an offline state, preventing the creation of a share.

Solution:
Please investigate why the VHDX cannot be mounted successfully. The following settings often cause VHDs to be mounted offline:

CMD
Diskpart
san

If the SAN policy appears as "Offline Shared," VHDs will be mounted offline.

Fix:

san policy=OnlineAll

Changes your SAN policy to "Online All."
If successful, you will see the message: "DiskPart successfully changed the SAN policy for the current operating system."

Alternatively, check the automount setting:

Diskpart
automount

If the system reports that automatic mounting of new volumes is disabled, VHDs will be mounted offline.

Fix:

automount enable


Hyper-V Checkpoint of a VM cannot be deleted

Error Image:
In the following scenarios, a VM's checkpoint cannot be removed:
1. You perform a Hyper-V backup of a VM.
2. After the backup creates a VM snapshot and data transfer is still in progress, the Hyper-V host is accidentally restarted.
3. Afterward, the VM snapshot cannot be deleted via the Hyper-V Manager user interface because the "Delete" option is missing.

4. In this state, a subsequent backup also fails.

Cause:
The Hyper-V hypervisor was restarted during the creation of a checkpoint. Shut down.

Workaround:
Remove the snapshot using the PowerShell cmdlet "Remove-VMSnapshot".
Remove-VMSnapshot -VMName <VM Name> -Name <Snapshot Name>

Linux Agent

DISK-F-04144 Error opening file /var/lib/lxcfs

Error image:
In the log file of a Linux BMR job you receive the error message that files under the /var/lib/lxcfs/ directory cannot be backed up due to a lack of authorization.

Cause:
It is a FUSE file system for the use of Linux containers. Within this system, the root user does not have the necessary permissions.

Further information on this topic:
https://ubuntu.com/blog/introducing-lxcfs
https://linuxcontainers.org/lxcfs/introduction/

Recommendation for action:
Since this directory is not necessary for a BMR restore, you can remove this directory on the backup job. After the exclusion, the error message no longer appears.



Delta file not found / damaged

Error symptoms:
You receive the following error message in the log file:
BSTR-E-04166 File not found /opt/BUAgent/localjob/000000XY.DTA
BKUP-E-08194 Delta file missing. Synchronize the job to recreate the delta file. [VV]
The error symptoms are very similar if the delta file is corrupt.

Cause:
The agent cannot access the delta file because it is either missing or—as in the example above—corrupt, meaning the stored checksum does not match the currently calculated checksum.

Solution:
Check the agent directory on the protected system to see if .DTA and .DTX files exist in the job folder; if not, you can start a job synchronization in the Backup Portal.
If the files do exist, please remove them using rm FILENAME or, for example, WinSCP.
Then, please start a synchronization of the job.

An additional process starts during a backup/restore/sync

Error image:
When a Linux backup job is executed, a second "empty" process starts.
In this screenshot you can see an "empty" process that is still active even after two other processes have completed.

Note:
This error pattern has already been passed on to the software manufacturer; this process is simply a display error, as there is no process with the displayed process ID on the corresponding system.



Linux system is displayed as "Offline" in the portal

Error image:
In the backup portal, a Linux agent is displayed as "Offline", although the backed up system is active and backups are still being carried out.

Cause:
The "VVAgent" service no longer works correctly or has stopped.

Solution:
For example, run the following command on the system in question to restart the service:

/etc/init.d/vvagent restart

Alternative:

systemctl restart VVAgent


BMR -E-10596 ISO image not found at specified location: /Bare_Metal_Restore_Image.iso

Error image:
You receive the following error message in the log file of a Linux BMR job:
BMR -E-10596 ISO image not found at specified location: /Bare_Metal_Restore_Image.iso

Possible cause:

  1. Relax and Recover version 2.7 is not installed on the system to be backed up (only this version is supported for the current Linux agent)
  2. The operating system or version of the operating system is not supported by the Linux agent, please check the latest release notes
  3. The directory "VV" could not be created in the path /usr/share/rear/restore/
  4. Dependent software components on the system are missing, for example B. isolinux


Recommendation for action:
Please first check the installed version using the following command:
rear -V If the version is less than 2.7, you can update it to 2.7. In the case of a newer version, you would have to downgrade by uninstalling and reinstalling version 2.7. Please check whether the "VV" directory could be created in the path "/usr/share/rear/restore/". Create it if it doesn't already exist. Missing software components are often mentioned in the output of the "mkrescue" command.
Please check this Article.

Important:
This information refers to the latest version of the Linux agent. Older versions of the agent may be compatible with older versions of Relax and Recover.
Further information and instructions on Relax and Recover can be found at:
https://relax-and-recover.org/documentation/

Check Relax and Recover for functionality

You can check whether Relax and Recover can create a recovery ISO using the following command.
The generated ISO can then be further modified by the Linux agent.

rear -D -v mkrescue

If it is not possible to create an ISO, you will find further information about the cause of the error in the resulting log file.
Please note that Relax and Recover is not TERRA CLOUD software and therefore no further support can be offered.

No connection between agent and vault

Error:
The agent could not connect to the vault. The vault address, port number or login information may be invalid.

Reasons:

  • The login information entered is incorrect.
  • Communication with the affected vault system is not possible.
  • A strict firewall configuration (IPS, proxy or TLS) blocks the connection

The following port must be opened so that communication between the agent and the vault can take place:

  • 2546 TCP


Check:

You can check the connection using the following terminal command:

nc -zv vault-wmh1-p002.terracloud.de 2546

(Please use the correct vault address here, see the account provision email)
If the process is not possible despite the port being open, you should check the access data of the affected vault profile. To do this, go to the "Sites" tab, select the affected customer site and edit the existing entry. Enter the access data from the provision email 1:1. (if necessary, copy into a notepad beforehand to be on the safe side)
A strict firewall configuration (IPS, proxy or TLS) can also ensure that the connection is not possible despite the above preparations. Here you should always ensure that communication between the agent and the vault system can take place without interruption.

No connection between agent and portal

Error:
During the installation of the agent on a target system, the agent fails to authenticate with the portal.

Causes:

  • The entered credentials are incorrect.
  • Communication is prevented by blocked ports (8086 TCP and 8087 TCP).
  • A strict firewall configuration (IPS, proxy, or TLS) is blocking the connection.

Port Check:

Please execute the following terminal commands on the system where the agent is to be installed:

for ((k=1; k<10; k++)); do
nc -zv amp00$k.terracloud.de 8087
done
for ((k=10; k<29; k++)); do
nc -zv amp0$k.terracloud.de 8087
done
nc -zv backup.terracloud.de 8086

Each query must return "done" or "succeeded"; otherwise, a required port is blocked.

DNS Resolution:
Please verify that the DNS name backup.terracloud.de resolves to the public IP address 185.35.13.210.

Credentials:
We recommend comparing the entered details with the data we provided.
Also, ensure that there is no cell formatting (e.g., from copying and pasting from MS Excel) in any of the required fields.

Strict Firewall:
A strict firewall configuration (IPS, proxy, or TLS) can also prevent the connection, despite the aforementioned... ...preparations are not possible.
You should always ensure that communication between the agent and the portal can take place without interruption.

VMware vSphere Recovery Agent

Certificate error

Error image:
The status of a vSphere Recovery Agent version 8.87 or later shows a certificate error as shown in the figure below.
Additionally, backup and restore of the environment is not possible.

Cause:
The vSphere Recovery Agent stores the public key of the ESXi/vCenter Server certificate of the environment to be backed up.
If the public key is through e.g. B. an exchange of the certificate changes, the error occurs.

Solution:
In the TERRA CLOUD Backup Portal, please select the checkbox next to the affected computer and carry out the “Repin certificate” action.
For more information about this error pattern, see the agent's Documentation.

VSPH-W-10577 Failed to get VSS writer information for VM VM name. Cannot create application ready backup

Error Symptom:
During a backup job (using the application-consistent backup option) involving a vSphere Recovery Agent, you receive the following warning message in the log file:
VSPH-W-10577 Information about VSS writers for VM [VM-Name] could not be retrieved. Application-consistent backup cannot be created.

Possible Causes:

  1. The virtual machine's guest operating system uses dynamic disks; these are not supported by Microsoft VSS and cannot be backed up in an application-consistent manner by TERRA CLOUD Backup.
  2. Insufficient disk space to create a shadow copy.

Recommended Action:
For Windows Server 2016 and 2019 guest operating systems, the following VMware article has provided a solution:
https://kb.vmware.com/s/article/52815

Alternatively, you can use the following instructions to verify whether the VMware virtualization layer can access the VSS components within the virtual machine:
1. Create a snapshot via VMware, including the "Quiesce guest file system" option.
2. After creating the snapshot, navigate to the following path within the guest operating system's file system:
C:\ProgramData\VMware\VMware Tools\
3. Open the "backup.xml" file located inside the "vss_manifest.zip" archive.
4. Check the content and size of the "backup.xml" file; it should contain information regarding various VSS writers.

If the file does not contain information about the VSS writers, VMware is unable to access them correctly.
In this case, the issue does not originate with the vSphere Recovery Agent.

VSPH-W-10566 Failed to check whether SQL Server transaction logs were truncated for instance ESXI-SQL on VM {1}.

Issue:
During a backup job using vSphere Recovery Agent version 8.82 or later, you receive the following warning message in the log file:
VSPH-W-10566 Could not verify whether SQL Server transaction logs for instance ESXI-SQL on VM {1} were truncated.

Cause:
The vSphere Recovery Agent cannot verify whether transaction logs have been truncated when using a German SQL installation.
This issue likely occurs with all non-English installations.

Recommended Action:
Please change the transaction log truncation setting to "Copy-only backup" (see screenshot).

Transaction logs can optionally be truncated using native Microsoft SQL tools.
Alternatively, you can install a Windows Agent (including the SQL plug-in) on the VM and protect the database using an SQL backup job.
In this scenario, you back up the system via a host backup and additionally back up the database via an application-consistent agent backup.

VSPH-W-10274 Virtual machine "name of VM" could not be suppressed. The backup will attempt a crash-consistent snapshot instead

Error Symptom:
You find the following error message in the log file:
VSPH-W-10274 Virtual machine "VM Name" could not be quiesced. The backup will attempt a crash-consistent snapshot instead.

Cause:
The vSphere Recovery Agent cannot quiesce the file system inside the VM via vCenter because the "Quiesce guest file system" function is unavailable.

Recommended Action:
Please check if the option shown below is available in vCenter when creating a snapshot.
Verify that VMware Tools are installed and up to date within the VM.
If it is still not possible to use this function, please contact VMware Support, as this is an issue with the hypervisor.



VSPH-I-10525 An old version of VMware tools is installed on VM XYZ. Update VMware Tools to the latest version

Error Symptom:
The log file indicates that the VMware Tools installed on a VM are outdated, preventing the creation of an application-consistent backup.

Cause:
Creating an application-consistent backup requires accessing the Microsoft VSS components within the VM.
To use this feature, version 11 or higher must be installed.

Recommended Action:
Please check the VMware Tools version number (e.g., in vCenter) and update it.
Once updated, application-consistent backups will be possible.

For further information, please refer to the latest documentation for the vSphere Recovery Agent.

VSPH-E-10247 An invalid response was received from server "XY". Target may not be vCenter/ESXi

Error image:
You will find the following error message in the log file of a backup:
VSPH-E-10247 An invalid response was received from server "XY". Target may not be vCenter/ESXi.

You may also encounter the following situation when logging into the affected vCenter:

Cause:
The vCenter Appliance's internal certificate has most likely expired. In general, the agent determines that the functionality of the contact person (ESXi Host / vCenter) is currently not available/disturbed.

Recommendation for action:
Please check the situation of the vCenter / ESXi host and renew the required certificate if it has expired.

VSPH-E-10250 VSPH-E-10253 An unknown error was received while communicating with server "XY".

Error image:
The agent's backups fail and the following error can be seen in the log file:
VSPH-E-10253 An unknown error was received while communicating with server "XY."
When processing existing jobs, the agent asks for credentials of the VMware user used.

Possible cause:
A special character not supported by the agent (e.g. §) is in the password of the VMware user used.

Recommendation for action:
Please check the password and try to use only supported special characters: !@#$%^&*()_-+=[]{}|'";:<.>\/?

Restore share is not created REST-E-09279 Backup set release failed [VV]

Error pattern:
The vSphere Agent is unable to create a recovery share. The following error message can be seen in the log file:
REST-F-04110 Job could not be completed. [VV]
UTIL-F-08266 Serious error while processing the job [VV]
REST-E-09279 Failed to share the backup set [VV]

Cause:
The affected virtual machine has a file system that is not supported by Windows. (usually Linux).

Solution:
Virtual machines with a file system that is not supported by Windows can only be fully restored.
After the restoration, you must move the required files manually.

TERRA CLOUD Backup Satellite

Backup "Cannot register the job with the vault. It might exist on the vault already." (Only in conjunction with a satellite)

Cause:
This message indicates an incorrect combination of bypass and target vault configurations.
It occurs in the following cases:

  • The bypass is activated, but the agent attempts to connect to the Satellite.
  • The bypass is deactivated, but the agent attempts to connect directly to the Basevault.

Solution:
The bypass function allows the Satellite to be temporarily bypassed so that the backup is performed directly to the Basevault.
An activated bypass can be deactivated via the Satellite's WebGUI.
The bypass can only be activated by TERRA CLOUD Support.
This is only possible following prior consultation and in designated exceptional cases.

The target vault must be correctly configured in the vault settings of the TERRA CLOUD Backup Portal.

The time in the satellite is not correct

Causes:
The bandwidth limitation depends on the receiving time. If the time is out of sync, the plan will not work correctly.

Solution:
Please enable port NTP port 123/UDP from the satellite to the Internet.

SSET-F-04145 Error opening file 192.168.187.69"00000-CUSTOMER 00000-CUSTOMER jobname 0000000X":: for output

Possible causes:

  1. The satellite has reached its storage capacity limit of 90% and is therefore no longer accepting data backups.
  2. The connection (heartbeat) between the satellite and the Basevault has been disconnected for 30 days or longer.

Check:
Current storage capacity can be checked via the satellite interface, and the connection to the data center via connectivity.

Solution for insufficient storage:
A) Upgrade to a larger satellite.
B) Clean up the satellite via the web interface – deletion of jobs/systems that are no longer needed
If an interface version < 0.11.11.3 is installed, please contact TERRA CLOUD Support to schedule a remote session for an interface update or cleanup.
Deletion via the interface is not yet possible in this version.

Solution for lack of connectivity to the data center:
Please check the necessary ports for the connection between the satellite and the data center.
Also, check whether the satellite's replication service has stopped.
A running replication service is required for the satellite to communicate with our Basevault.

Cannot restore if safeset is offline

Error Scenario:
After initiating a restore in the TERRA CLOUD Backup Portal, you receive the following error message:

Cause:
The safeset selected for the restore is available on the connected satellite only as an "Offline Safeset."
With an "Offline Safeset," only metadata regarding the safeset (safeset number, backup timestamp, volume of natively protected data, etc.) exists on the satellite; the actual payload data is not stored there.
This occurs, for example, if a backup was deleted from a TERRA CLOUD Backup satellite via the web interface (removing the safeset only from the satellite's storage) and the TERRA CLOUD Backup agents did not subsequently perform a synchronization.
The agents' local metadata indicates that Safeset X is available for restoration from the connected vault; however, since the payload data has already been removed from the satellite in this scenario, restoring from that safeset via that satellite is not possible.

Solution:
To restore the affected safeset, you must modify the existing entry in the "Vault Settings" tab by replacing the satellite's local IP address with the Basevault address (vault-wmhX-bvXY.terracloud.de).
After making this change, you must synchronize the affected backup job to update the agent's metadata.
As long as this modification is in effect, it will not be possible to run a backup for the agent. Therefore, it is recommended to revert the change before the scheduled backup runs again.

BMR Recovery

Checklist for fault diagnosis BMR recovery

General:
Please go through the following checklist in the event of an error during or after a BMR restore.
Based on the answers, the error pattern can be narrowed down if it is not already covered by the Troubleshooting Guide.
Furthermore, the checklist enables a faster and more efficient support process.

Checklist:

  1. Is this a productive restore or a test restore?
  2. When was the system last restored in a test restore?
  3. Which version of the restore ISO was used? ? Please always use the latest version.
  4. Did you restore a file or image based backup job?
  5. Does the problem occur during backup configuration? If YesPlease check the procedure in the documentation
  6. Have you already saved BMR restore log files? If noYou can find instructions for this at Save log files of a BMR restore
  7. Was the restore to a physical or virtual system? If virtual ? Which virtualization technology is used?
  8. Is the original system a BIOS or UEFI installation? ? The firmware used determines the VM generation, for example with Hyper-V.
  9. Did you restore all volumes or just those necessary for the operating system?
  10. Have different backup points/safesets already been chosen for the restore?
  11. What role/purpose does the original system have? ? e.g. DC, MS-SQL, file server, etc.

Tips:
A faulty productive restore creates a stressful situation and downtimes should be kept as short as possible.
The following tips can simplify decluttering and save valuable time.

Disaster recovery options:
The following flow chart shows you possible workflows and recommendations for action for various Disaster Recovery scenarios.

Parallel Restore:
You can simultaneously restore from the primary and secondary vaults and, if necessary, a satellite. This means that backups from at least two sources are available to you at the same time.
The FQDNs and public IPs can be found in the Vault overview.

Pursue several solutions at the same time:
Example:
After restoring the latest safe set, the system booted into a blue screen because there was damage to the operating system at the time of backup.
In this scenario, you could restore two older safesets, for example from three days ago and at the end of last month, at the same time using Parallel Restore.
This strategy doubles the chances of hitting a backup point that contains the system data from damage to the operating system.

Recovery in a Disaster Recovery VM:
The TERRA CLOUD offers you the opportunity to provide a virtual machine or a virtual disaster recovery environment in a completely automated manner.
Use this offer to initiate a secondary recovery in addition to debugging the primary recovery in a completely new environment based on Microsoft Hyper-V.
If restoring to the original system/environment is not possible, restoring to a DRVM can increase the chance.

Recovery documentation:
Please attach screenshots of error messages/misbehavior directly to a support ticket or request. By providing documentation in the form of a checklist and screenshots, you can shorten the information gathering part of a support ticket.



System starts after a restore in a boot error/blue screen/black screen

Error image:
After a successful BMR restore, the system displays a boot error after starting, such as the following:

Procedure:
Please first go through the Checklist Troubleshooting BMR-Restore and, if necessary, provide the results to support.
Recommendations for action:
Please check whether you can work around the error using the following instructions.

BMR restore of the operating system volume:

  1. Run the BMR restore again and restore only the operating system volume
  2. Check whether the system can boot after successful recovery
  3. If the system can boot, install a Windows agent in the system and register it in the portal
  4. Restore the remaining volumes via the Backup Portal, e.g. via restoring from another computer


Log files in system restore (BMR recovery)

General:
Troubleshooting a BMR restore may require access to detailed recovery log files.
The recovery software offers three different log file detail levels in the settings:

  • DEBUG
  • LOG WARNING
  • LOG ERROR

The "DEBUG" option provides the highest level of detail, making it the best choice for troubleshooting.
However, a common issue is that log files are discarded upon reboot following a failed recovery, or cannot be saved outside the system beforehand.

Best practice for providing BMR restore log files:
The following instructions outline a recommended method for saving log files during BMR restore troubleshooting and providing them to TERRA CLOUD Support.
The log files must be stored outside the storage area used for the restore process. This can be done on a network share or a local volume.

Procedure for network share:
To troubleshoot, please restart the recovery process and select the "DEBUG" log level under "Log Settings" in the configuration.
You can specify your network share as the storage destination. After the restore, please send the saved log file to TERRA CLOUD Support.

"Local Disk" Procedure:
Please provide an additional volume of at least 20 GB for the target system, as log files can become very large depending on the scope of the recovery.
If this is not possible—for example, if a physical server is involved—we recommend booking a Disaster Recovery VM in the TERRA CLOUD that includes an additional VHDX for the log files.
You can set up the additional hard drive using Diskpart via the command prompt in the recovery software's main menu.
The following screenshot shows Notepad opened via the command line to display the volume set up using Diskpart:

Next, please navigate to the settings under "Log Settings" and select the "DEBUG" log level.
You can then select the newly created volume as the storage destination.
Once the recovery is complete, please provide the saved log file from the volume to TERRA CLOUD Support.

Failed to GetDiskDetails

Error Scenario:
You receive the following error during a BMR restore:
Failed to GetDiskDetails

Possible Causes:

  1. The agent to be restored is a newer version than the restore ISO being used.
  2. The ISO does not detect the affected system's disks / The system has no valid disks.
  3. A different error message occurred previously.


Solution:
1) Check the source system's agent version via the Backup Portal and compare it with the version of the restore ISO.
For example, an agent version 9.10 cannot be restored using a version 8.90 restore ISO.

2) Open the Command Prompt from the restore ISO menu and use Diskpart to check if the system has any disks.
If the existing disks are specific models, you can load the required drivers using the following option:
Open Restore ISO menu -> Settings -> Disk Settings -> Update Driver

3) In this case, the issue is most likely a secondary error. It is recommended to check the restore log file:
Open Restore ISO menu -> Show Log

The relevant entries are usually found at the end of the log file.

Vault data corrupted

Error image:
After entering the encryption password, you will receive the error message "Vault data corrupted", in connection with a System Restore Wizard 9.10.1014.


Causes:

  • An incorrect encryption password was entered, but an incorrect error message is displayed in System Restore Wizard version 9.10.1014
    • This behavior has already been passed on to the software manufacturer's development team
  • A Linux system was selected when selecting the computer, but the System Restore Wizard only supports Windows agents
  • The latest BMR Restore ISO was not used


Recommendation for action:
Please configure the logging for a BMR restore using the Instructions and try to restore again.
Check whether there is an error message about an incorrect encryption password in the log file "bmrLog.txt":
msg:Password is incorrect

Device Manager failed to get current information

This error message appears after the password for the backup job Restore Point has been entered.
System Restore Wizard
Device Manager failed to get current information

Solution:
The SCSI controller driver from "Paravirtual" must be changed to "LSI Logic SAS".

Restore BIOS system on an EFI system

Error message:

During the recovery process, you receive the following error message in "Step 3 Map Volumes":

"You cannot drag the volume to this position because the new order of partitions would violate Microsoft Rules.

The partitions should be in the following order: Recovery (if any), ESP (if any), MSRP, and then primary data partition(s)."
Please delete all partitions on this disk and try again.

Cause:
The screenshot shows an error scenario where a Hyper-V GEN1 VM (BIOS) is being restored into a Hyper-V GEN2 VM (UEFI).
This is not possible due to the differing firmware of the two VM generations.

Solution:

Hyper-V:
Create a new VM of the same generation as the source system (in the example above, a GEN1 VM would need to be created for the restore).

VMware:
You can create a new VM via vCenter or the Host Client and use the "Firmware" option to decide whether EFI (required for GEN2 VMs) or BIOS (required for GEN1 VMs) should be used for the VM.
The following screenshot shows the VM creation process in vCenter:

TERRA CLOUD IaaS VM:
When ordering an IaaS VM, you can decide just before finalizing the configuration whether a GEN1 or GEN2 VM should be provisioned;
this generation must again match the firmware or generation of the source system.

Alternative Solution:
Restoring a BIOS system to a UEFI system is possible but not recommended.
To do this, convert the target volume for the system partition to GPT (by right-clicking the disk icon) and drag only the system partition from the source onto it.
The Microsoft System Reserved partition from the backup does not need to be dragged to the target; only additional data partitions, if present, should be included.

Restore EFI system to a BIOS system

Error Scenario:
You receive the following error message during "Step 3 Map Volumes" of the restore process:
An EFI System partition can only be restored to a System using UEFI not a BIOS system

Cause:
The screenshot shows an error scenario where a Hyper-V Gen 2 VM (UEFI) is being restored into a Hyper-V Gen 1 VM (BIOS).
This is not possible due to the differing firmware of the two VM generations.

Solution:

Hyper-V:
Create a new VM of the same generation as the original system (in the example above, a Gen 2 VM would need to be created for the restore).

VMware:
You can create a new VM via vCenter or the Host Client and use the "Firmware" option to decide whether EFI (required for Gen 2 VMs) or BIOS (required for Gen 1 VMs) should be used for the VM.
The following screenshot shows the VM creation process in vCenter:

TERRA CLOUD IaaS VM:
When ordering an IaaS VM, you can decide—just before finalizing the configuration—whether a Gen 1 or Gen 2 VM should be provisioned;
this generation must match the firmware or generation of the original system.

Error assigning volumes

Error image:
You receive the following error message in the "Step 4 Execute Plan" when restoring:
Error mapping volume name "<<drive letter>>" to volume GUID

Cause:
This error occurs when the restore is started with the 8.72 ISO and the backup was performed with the 8.90 agent.

Solution:
If you then use the ISO with version 8.90, the restore should work smoothly.

BMR Restore – bcdboot.exe – Entry Point Not Found

Error Description:


Cause:
There are currently two possible causes for the error shown in the screenshot:

  1. An incorrect ISO file was used for the restore
  2. There is corruption on the source system

Solution:
Please ensure that you are using the correct ISO file.
This depends on the operating system version of the source system:

  • Server 2019 or older: Please use ISO version V1
  • Server 2022 or newer: Please use ISO version V2

Run repair commands on the source system:

sfc /scannow

If the scan encounters serious problems, it will abort quickly.
No system reboot is required.

chkdsk /f /r

If multiple volumes exist:

chkdsk D: /f /r
chkdsk E: /f /r
...

If executed without specifying a drive letter, this command requires a system reboot.
The parameters /f /r should always be used. You can run "chkdsk /?" for information on the parameters.
Even if the SFC command finds no errors, it is still recommended to run chkdsk /f /r.
Afterwards, please perform a new backup and initiate a restore.
Previous safesets are not rendered unusable; there is simply a limitation restricting them to File & Folder restores.

RestoreDLL Log: -E- msgID:9457 msg:Destination Volume<XY> :< Volume{XY} > is missing

Error Symptom:
You receive the following error message in the BMR recovery log file:
RestoreDLL Log: -E- msgID:9457 msg:Destination Volume<XY> :< Volume{XY} > is missing
RestoreDLL Log: -E- msgID:4110 msg:job failed to complete

Cause:
This is a known issue that has already been addressed with our software vendor.
The restore ISO is unable to format a large volume within the required timeframe, causing the process to fail.

Solution:
Our software vendor is currently working on a permanent fix for this issue—a new version of the Bootable Media Creator.
The following hotfix can be used until the official release:
1. Trigger an error state in the restore environment/process (start the faulty restore and wait until the error message appears).
2. Return to the main menu and open the Command Prompt.
3. Run the following commands; note the drive letter of the large volume (approx. 3 TB capacity ±1 TB) to use in the next step:

diskpart


list vol

4. Exit back to the Command Prompt and run the following command for the affected drive:

format X: /FS:NTFS /A:8192 /Q

5. Then start a new restore process and skip ahead to the drag-and-drop stage.
6. Right-click to remove the 99 MB ESP volume, then drag it down again.
7. Drag and drop all volumes from the source onto the existing volumes at the destination to overwrite them.
(Important: do not delete them; replace them using drag-and-drop!)
8. Start the restore; it should now complete successfully.

Bootable Media Creator

Creating a bootable USB stick failed with Error code 1

Error image:
You get the following error when you try to prepare a bootable stick using Bootable Media Creator:


Cause:
This error only occurs on systems that are not installed in English.
We have already forwarded this to our software manufacturer to expand support for additional languages.

Solution:
Please create the ISO locally first. You can create a bootable stick using the software Rufus.


If you have any further concerns, please do not hesitate to contact us by email (support@terracloud.de) or by telephone at (-850).

Your TERRA Cloud Team