Błąd 3041 podczas wykonywania backupu
Błąd 3041 – otrzymywałem przy okazji backupu baz danych wykonywanego przez Maintenance Plan. Pierwsza myśl – znowu problem uprawnień … klikam kombinuje i nic … no to patrze w log aplikacyjny może coś więcej będzie … e-e nie było. No to google a tam min. linki takie jak ten czy ten- generalnie nic pomocnego. W totalnej desperacji posądziłem już UAC’a z Windows 2008 x64 że to jego sprawka – ale jak się łatwo domyśleć to był ślepy zaułek.
No więc wróciłem raz jeszcze do logu agenta a tam jak … napisano że:
Message Executed as user: SERWER\SQLSERVER.
Microsoft (R) SQL Server Execute Package Utility Version 10.0.2531.0 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 18:24:36
Progress: 2009-04-27 18:24:43.21
Source: {C07B2312-15DF-41E1-BA37-341BCEBC71A1}
Executing query "DECLARE @Guid UNIQUEIDENTIFIER EXECUTE msdb..sp...".: 100% complete End Progress
Error: 2009-04-27 18:24:46.11 Code: 0xC002F210
Source: Full backup Execute SQL Task
Description: Executing the query "BACKUP DATABASE [master] TO DISK = N'D:\Backup\ma..."
failed with the following error: "BACKUP DATABASE WITH COMPRESSION is not supported on Standard Edition (64-bit).
BACKUP DATABASE is terminating abnormally.".
Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
End Error
Jak widać ktoś (i to chyba nawet ja:P) zapomniał że tym razem to nie jest Enterprise Edition… Chyba nie muszę dopowiadać że po zmianie opcji dotyczącej kompresji backup wykonał się normalnie.
Message
Executed as user: SERWER\SQLSERVER.
Microsoft (R) SQL Server Execute Package Utility Version 10.0.2531.0 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 18:24:36
Progress: 2009-04-27 18:24:43.21
Source: {C07B2312-15DF-41E1-BA37-341BCEBC71A1}
Executing query “DECLARE @Guid UNIQUEIDENTIFIER EXECUTE msdb..sp…”.: 100% complete End Progress
Error: 2009-04-27 18:24:46.11 Code: 0xC002F210
Source: Full backup Execute SQL Task
Description: Executing the query “BACKUP DATABASE [master] TO DISK = N’D:\Backup\ma…” failed with the following error: “BACKUP DATABASE WITH COMPRESSION is not supported on Standard Edition (64-bit). BACKUP DATABASE is terminating abnormally.”.
Possible failure reasons: Problems with the query, “ResultSet” property not set correctly, parameters not set correctly, or connection not established correctly.
End Error
Jak widać ktoś (i to chyba nawet ja:P) zapomniał że tym razem to nie jest Enterprise Edition… Chyba nie muszę dopowiadać że po zmianie opcji dotyczącej kompresji backup wykonał się normalnie.