Previous Topic: Review the Prerequisites to Back Up Microsoft Clustered Nodes and Shared DisksNext Topic: Create a Backup Plan with a Backup Task


How to enable Log Truncations when SQL Database is in Full Recovery Mode

Symptom

When the database is in the Full mode and a full database backup is performed, the SQL truncation log cannot be truncated.

Solution

To resolve this problem, add two registry values to enable Arcserve UDP run the BACKUP LOG command to back up the transaction log. This command marks the space, which is already written to database file, as reusable.

Follow these steps to add the registry value:

  1. Open the registry table editor on the agent machine using the following command:
    regedit
    
  2. Navigate to the following keys depending on the agent-based or agentless backup:

    For agent-based backup for both 32-bit and 64-bit OS, navigate to the following key on the agent machine:

    HKEY_LOCAL_MACHINE\SOFTWARE\Arcserve\Unified Data Protection\Engine\AFBackupDll
    

    For agentless backup, navigate to the following key. Create the registry table value inside the VM that you want to back up on the proxy server. If there is no such registry table key, create the complete key path.

  3. Create the following two registry values and and for both set the value to 1:

    The registry value is added.

The solution is in effect when the next purge job occurs.