I am experiencing a weird issue with BizTalk 2010 and SQL Server 2008.
The SQL job named "Backup BizTalk Server (BizTalkMgmtDb)" throws the following error on step 3 (MarkAndBackupLog):
"Processed 17 pages for database 'BizTalkMgmtDb', file 'BizTalkMgmtDb_log' on file 1. [SQLSTATE 01000] (Message 4035) The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE. [SQLSTATE 42000] (Error 4208) BACKUP LOG is terminating abnormally. [SQLSTATE 42000] (Error 3013) BACKUP LOG successfully processed 17 pages in 0.022 seconds (6.014 MB/sec). [SQLSTATE 01000] (Error 3014). The step failed."
I have checked the recovery model for the BizTalkMgmtDb and it is set to full. I have also compared settings to another SQL server in a different environment in which the job is working fine, and everything looks the same.
Any clue of what is happening ? Any help/advice/insight would be really appreciated.
Thanks !
The SQL job named "Backup BizTalk Server (BizTalkMgmtDb)" throws the following error on step 3 (MarkAndBackupLog):
"Processed 17 pages for database 'BizTalkMgmtDb', file 'BizTalkMgmtDb_log' on file 1. [SQLSTATE 01000] (Message 4035) The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE. [SQLSTATE 42000] (Error 4208) BACKUP LOG is terminating abnormally. [SQLSTATE 42000] (Error 3013) BACKUP LOG successfully processed 17 pages in 0.022 seconds (6.014 MB/sec). [SQLSTATE 01000] (Error 3014). The step failed."
I have checked the recovery model for the BizTalkMgmtDb and it is set to full. I have also compared settings to another SQL server in a different environment in which the job is working fine, and everything looks the same.
Any clue of what is happening ? Any help/advice/insight would be really appreciated.
Thanks !