Cas: ID# 01870435
2 SQL Servers (running on Windows 2008 R2) have sometimes Problems with the Backup, as far as i can see in the Logs most oft the Time because of a timeout and also "Blobcall":
SQL Server1:
Code: Select all
Unable to truncate Microsoft SQL Server transaction logs. Details: Error code: 0x80004005 Failed to invoke func [TruncateSqlLogs]: Unbekannter Fehler. Failed to process 'TruncateSQLLog' command. Failed to truncate SQL server transaction logs for instances: . See guest helper log. . Error code: 0x80004005 Failed to invoke func [TruncateSqlLogs]: Unbekannter Fehler. Failed to process 'TruncateSQLLog' command. Failed to truncate SQL server transaction logs for instances: . See guest helper log. .
SQL Server 2:
Code: Select all
Unable to truncate Microsoft SQL Server transaction logs. Details: Error code: 0xe06d7363 Failed to invoke func [TruncateSqlLogs]: Unknown error 0xE06D7363. RPC function call failed. Function name: [BlobCall]. Target machine: [10.170.0.51]. RPC error: Code: -529697949 Error code: 0xe06d7363 Failed to invoke func [TruncateSqlLogs]: Unknown error 0xE06D7363. RPC function call failed. Function name: [BlobCall]. Target machine: [10.170.0.51]. RPC error: Code: -529697949 im guest helper log finde ich auch den eintrag fuer den ifa-spsql1 WARN Cannot truncate SQL logs for database: Intranet_Content. Code = 0x80040e31 02.08.2016 19:27:52 18676 WARN Code meaning = IDispatch error #3121 02.08.2016 19:27:52 18676 WARN Source = Microsoft OLE DB Provider for SQL Server 02.08.2016 19:27:52 18676 WARN Description = Timeout abgelaufen 02.08.2016 19:27:52 18676 WARN No OLE DB Error Information found: hr = 0x80004005 02.08.2016 19:27:52 18676 Truncating database logs (SQL instance: )
https://www.veeam.com/kb1813
Problem here, there ist no sc delete VeeamVssSupport possible because the Service is not installed, also delting the folder is impossible, the Folder doesnt exist.
Second Solution:
Code: Select all
Set this Reg Keys on the SQL:
Name: SqlExecTimeout
Type: DWORD
Value: 600
Name: SqlLogBackupTimeout
Type: DWORD
Value: 3600
Name: SqlConnectionTimeout
Type: DWORD
Value: 300
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VeeaM\Veeam Backup and Replication\
Any Ideas how to fix the Problem?
Thanks.