Forum
Merhaba,
Ilk olarak herkese gunyadin ve iyi cumalar dilerim.
Veeam Backup alma da herhangi bir sorunum mevcut degildir fakat tarafima bugun Failed Backup Configuration hatasi aldim konu hakkinda nasil adimlar atmaliyim yaradimci olabilir misiniz.
9/17/2020 7:00:18 PM Error Unable to write to configuration backup file. |
Merhaba,
Aşağıdaki adımları uygulayabilir misiniz?
- Before any changes please perform a backup of VeeamBackup SQL database with sqlcmd or SQL Server Management studio according to that article
https://www.veeam.com/kb1471 ;
- Change local languages at OS - level on Veeam server to English (it requires a server restart, so make sure that there are no jobs running);
It's possible to perform with Control Panel > Region:
- Format > English (United States);
- Current language for non-Unicode programs > English (United States);
- Control Panel->Region and Language->Administrative->Copy Settings->check "welcome screen and system accounts"
Restart the OS;
- Open SQL Management Studio, connect to the instance where Veeam database is located. Then, select SQL instance - right-click - go to properties. After that, find and open Connections tab and enable following options under 'Default connections options' section:
ANSI_NULLS
QUOTED_IDENTIFIER
CONCAT_NULL_YIELDS_NULL
ANSI_WARNINGS
ANSI_PADDING
Additionaly, please verify that the same options are enabled in Veeam database. For that:
- Right-click on Veeam database - Properties
- Options tab - Miscellaneous
- Change the same settings to true
ANSI_NULLS
QUOTED_IDENTIFIER
CONCAT_NULL_YIELDS_NULL
ANSI_WARNINGS
ANSI_PADDING
- Actions below should change SQL Collation to required "Latin1_General_CI_AS"
Open PowerShell console as administrator and run following commands:
Get-Service -DisplayName "Veeam*" | stop-service ( make sure no jobs are running please as rebooting our main server will break them )
Stop-Service -DisplayName 'SQL Server (VEEAMSQL2012)' -f
cd 'C:\Program Files\Microsoft SQL Server\MSSQL11.VEEAMSQL2012\MSSQL\Binn'
.\sqlservr.exe -m -T4022 -T3659 -s"VEEAMSQL2012" -q"Latin1_General_CI_AS"
Start-Service -DisplayName 'SQL Server (VEEAMSQL2012)'
Get-Service -DisplayName "Veeam*" | start-service
- Finally, open Veeam console and try to perform configuration backup manually:
https://helpcenter.veeam.com/docs/backup/vsphere/vbr_config_manually.html?ver=95
Please, keep me posted on the results.
Saygılarımla.
Danışman - Unifytech Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************
Merhaba;
Aynı hatanın çözüm yolları paylaşılmış.
https://www.cozumpark.com/community/3_party-4/533287/
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************
Aldigim hata tamamen server user`in Temp.User olarak acmasindan kaynakli olarak tespit ettim tesekkur ederim yorumlariniz icin