Avamar: SQL 차등 백업이 "메타데이터 파일에서 differential_base_lsn 값을 찾을 수 없음" 예외와 함께 완료됨

Summary: Avamar: SQL 플러그인 - SQL 차등 백업이 완료되고 "메타데이터 파일에서 differential_base_lsn 값을 찾을 수 없습니다" 예외가 발생합니다.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

Avamar SQL 플러그인 백업 로그에는 차등 백업에 대한 다음 줄이 표시됩니다.

2018-06-06 11:13:39 avsql Warning <17378>: Private properties of resouce could not be resolved for Name.
2018-06-06 11:13:45 avsql Warning <43543>: Couldn't find the differential_base_lsn value in the metadata file. 
Due to the changes in this plugin version, it is recommended to take a FULL backup for the database '<sql-db-name>'.

위의 경고는 동일한 데이터베이스에 대해 서로 다른 논리 이름이 감지될 때 플러그인 백업이 "Differential_base_lsn" 값을 빈 상태로 남겨두기 때문에 표시되었습니다. 논리적 이름을 확인하려면 SQL 쿼리를 실행합니다.

SELECT d.name AS DatabaseName,
       f.name AS LogicalName,
       f.physical_name AS PhysicalName,
       f.type_desc AS TypeofFile
FROM sys.master_files f
INNER JOIN sys.databases d ON d.database_id = f.database_id;

Here are the results:

DatabaseName	LogicalName	PhysicalName	TypeofFile
master		master	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\master.mdf	ROWS
master		mastlog	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\mastlog.ldf	LOG
tempdb		tempdev	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\tempdb.mdf	ROWS
tempdb		templog	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\templog.ldf	LOG
model		modeldev	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\model.mdf	ROWS
model		modellog	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\modellog.ldf	LOG
msdb		MSDBData	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf	ROWS
msdb		MSDBLog	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf	LOG
db_1		DB_1	C:\SQL_AG_2\DB_1.mdf	ROWS
db_1		DB_1_log	C:\SQL_AG_2\DB_1_log.ldf	LOG
db1_2020	DB_1	C:\Recovery\db1_2020_data_0.mdf	ROWS
db1_2020	DB_1_log	C:\Recovery\db1_2020_log_0.ldf	LOG
feb13_restore	DB_1	C:\SQL_AG_2\feb13_restore_data_0.mdf	ROWS
feb13_restore	DB_1_log	C:\SQL_AG_2\feb13_restore_log_0.ldf	LOG
db_1_1		DB_1	C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\file	ROWS

 

Cause

데이터베이스에 대해 서로 다른 논리 이름이 있는 경우 "Differential_base_lsn" 값은 비어 있습니다.
위의 경고 메시지로 인해 백업이 예외와 함께 완료되지만 백업은 유효하며 완전히 복원할 수 있습니다. 이 문제는 데이터베이스 논리적 이름에 의존하지 않도록 플러그인 코드를 변경하여 해결되었습니다.

 

Resolution

이 경고는 무시해도 됩니다.
또는 외관 문제가 완전히 해결된 플러그인 핫픽스에 대해 Avamar 지원 부서에 문의하십시오.

 

Affected Products

Avamar

Products

Avamar, Avamar Plug-in for SQL
Article Properties
Article Number: 000163315
Article Type: Solution
Last Modified: 28 Oct 2025
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.