How can we help you today? How can we help you today?
KatanaCS
I don't know what happened, but since I added that step, the job took 6 days to encounter another failure, instead of the numerous times per day. Here's the data in that table: status | count 4259848 | 745 / comments
I don't know what happened, but since I added that step, the job took 6 days to encounter another failure, instead of the numerous times per day. Here's the data in that table: status | count 4259...
0 votes
Ok, we have an error again: SQL Backup log file 5.2.0.2825 2/15/2008 2:15:00 PM: Backing up dbadmin (transaction log) to: 2/15/2008 2:15:00 PM: d:\MSSQL\Backup\dbadmin\LOG_dbadmin_20080215141500.sqb 2/15/2008 2:15:00 PM: BACKUP LOG [dbadmin] TO DISK = '<AUTO>' WITH NAME = '<AUTO>', DESCRIPTION = '<AUTO>', INIT, ERASEFILES = 5, MAILTO_ONERROR = '<<emailaddress>>', COPYTO = '\\<<servername>>\SQLBackup$\<SERVER>\<DATABASE>\', LOGTO = 'D:\MSSQL\Backup\\_LogFiles', FILEOPTIONS = 1, COMPRESSION = 1 2/15/2008 2:15:30 PM: VDI error 1010: Failed to get configuration from server. Check that the SQL Server instance is running, and that you have the SQL Server Systems Administrator server role. Error code: (-2139684861: The api was waiting and the timeout interval had elapsed.) 2/15/2008 2:15:30 PM: SQL error 3013: BACKUP LOG is terminating abnormally. 2/15/2008 2:15:30 PM: SQL error 4208: The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE. And here are the most recent results from the debug table: refdate status recoverymodel 2008-02-15 14:15:00.213 4259848 SIMPLE 2008-02-15 14:00:01.300 4259848 SIMPLE / comments
Ok, we have an error again: SQL Backup log file 5.2.0.2825 2/15/2008 2:15:00 PM: Backing up dbadmin (transaction log) to: 2/15/2008 2:15:00 PM: d:\MSSQL\Backup\dbadmin\LOG_dbadmin_20080215141500....
0 votes
Thanks for the response guys. Chris, to your point about the database being in simple recovery and no logs can be taken, I'm aware of that. However, I'm using the "BACKUP LOGS [*]" command, which per the SQLBackup help file states: "A single wildcard character can be used. For example: BACKUP LOGS [*] This backs up transaction logs for all databases that are currently online, operational, and using the FULL or BULK-LOGGED recovery models." I take it to mean this skips databases in SIMPLE recovery, which Petey confirms. Petey - Thanks, I triple-checked everything, and it's not the case. If anything were changing that database option, it would show in the log: 2008-02-04 10:50:02.49 spid51 Setting database option RECOVERY to SIMPLE for database dbadmin. and there are no records of this. Here's a snippet: 2008-02-03 21:00:01.46 Backup Log was backed up. Database: LogShip_Test, creation date(time): 2007/11/20(20:04:46), first LSN: 1705:1194:1, last LSN: 1705:1194:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_7864D60A-6A9E-41CB-9159-F81B74601317'}). This is an informational message only. No user action is required. 2008-02-03 21:00:11.51 Backup Log was backed up. Database: XXXXAdmin, creation date(time): 2006/12/05(03:05:36), first LSN: 57633:2565:1, last LSN: 57633:2611:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_188CA3CC-B50B-4B77-A543-6528734D451C'}). This is an informational message only. No user action is required. 2008-02-03 21:00:24.07 Backup Log was backed up. Database: XXXXAdminMaster, creation date(time): 2006/12/04(23:02:59), first LSN: 145073:397:1, last LSN: 145073:415:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_5455CC69-8F00-4958-A232-7AF5586D189F'}). This is an informational message only. No user action is required. 2008-02-03 21:00:33.89 Backup Log was backed up. Database: XXXXCore, creation date(time): 2006/08/29(00:22:15), first LSN: 297811:434:1, last LSN: 297811:1267:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_29292649-463A-42A4-879C-46CB5A44E02A'}). This is an informational message only. No user action is required. 2008-02-03 21:00:49.36 Backup Log was backed up. Database: XXXXCoreMaster, creation date(time): 2006/08/30(23:19:17), first LSN: 321108:1110:1, last LSN: 321108:1274:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_D3C78A0A-1E41-4E4B-9733-2CB9190DBC4E'}). This is an informational message only. No user action is required. 2008-02-03 21:01:02.45 Backup Log was backed up. Database: XXXXJournal, creation date(time): 2006/09/15(14:59:02), first LSN: 3180:9115:1, last LSN: 3180:9115:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_88BF68B0-7B19-452D-9060-A50196CA9304'}). This is an informational message only. No user action is required. 2008-02-03 21:01:15.29 Backup Log was backed up. Database: XXXXManagement, creation date(time): 2006/08/29(00:04:09), first LSN: 86939:13279:1, last LSN: 86940:4760:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_03322C9B-71AA-4F68-8B8C-EA0F283DC094'}). This is an informational message only. No user action is required. 2008-02-03 21:15:00.94 Backup Log was backed up. Database: LogShip_Test, creation date(time): 2007/11/20(20:04:46), first LSN: 1705:1194:1, last LSN: 1705:1194:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_4DC02FBD-B9C8-4580-A623-37C798F706C6'}). This is an informational message only. No user action is required. 2008-02-03 21:15:10.72 Backup Log was backed up. Database: XXXXAdmin, creation date(time): 2006/12/05(03:05:36), first LSN: 57633:2611:1, last LSN: 57633:2841:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_3F31DBB1-CE2C-4855-AEE0-27C4930612A3'}). This is an informational message only. No user action is required. 2008-02-03 21:15:23.88 Backup Log was backed up. Database: XXXXAdminMaster, creation date(time): 2006/12/04(23:02:59), first LSN: 145073:415:1, last LSN: 145073:436:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_19C7838C-3F8E-40A7-9C96-1ABC17A63532'}). This is an informational message only. No user action is required. 2008-02-03 21:15:34.00 Backup Log was backed up. Database: XXXXCore, creation date(time): 2006/08/29(00:22:15), first LSN: 297811:1267:1, last LSN: 297811:2092:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_3853CFE0-A40E-4613-B43B-1B138AF6D88E'}). This is an informational message only. No user action is required. 2008-02-03 21:15:49.27 Backup Log was backed up. Database: XXXXCoreMaster, creation date(time): 2006/08/30(23:19:17), first LSN: 321108:1274:1, last LSN: 321108:1500:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_A1BE8B9A-777F-450E-9EA3-A62E4B5FA92C'}). This is an informational message only. No user action is required. 2008-02-03 21:16:03.58 Backup Log was backed up. Database: XXXXJournal, creation date(time): 2006/09/15(14:59:02), first LSN: 3180:9115:1, last LSN: 3180:9115:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_2EAF6E64-D690-4638-910C-DAB7D71CF42C'}). This is an informational message only. No user action is required. 2008-02-03 21:16:16.71 Backup Log was backed up. Database: XXXXManagement, creation date(time): 2006/08/29(00:04:09), first LSN: 86940:4760:1, last LSN: 86940:12989:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_443502BE-E3C8-4650-9918-80091BD40906'}). This is an informational message only. No user action is required. 2008-02-03 21:30:01.20 Backup Log was backed up. Database: LogShip_Test, creation date(time): 2007/11/20(20:04:46), first LSN: 1705:1194:1, last LSN: 1705:1194:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_B2939615-6457-421F-8D3D-640CBA36B0EC'}). This is an informational message only. No user action is required. 2008-02-03 21:30:10.19 Backup Log was backed up. Database: XXXXAdmin, creation date(time): 2006/12/05(03:05:36), first LSN: 57633:2841:1, last LSN: 57633:2902:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_35F07FAC-9D42-4846-981A-7288E4F79793'}). This is an informational message only. No user action is required. 2008-02-03 21:30:23.48 Backup Log was backed up. Database: XXXXAdminMaster, creation date(time): 2006/12/04(23:02:59), first LSN: 145073:436:1, last LSN: 145073:443:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_D86598DD-8037-4351-A85A-0996082E0A44'}). This is an informational message only. No user action is required. 2008-02-03 21:30:33.48 Backup Log was backed up. Database: XXXXCore, creation date(time): 2006/08/29(00:22:15), first LSN: 297811:2092:1, last LSN: 297812:263:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_D4E86490-AF1B-4FDF-8ED0-0DC29651E21B'}). This is an informational message only. No user action is required. 2008-02-03 21:30:48.77 Backup Log was backed up. Database: XXXXCoreMaster, creation date(time): 2006/08/30(23:19:17), first LSN: 321108:1500:1, last LSN: 321108:1571:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_B8BCD257-3F6A-483B-85DE-C0D18104394E'}). This is an informational message only. No user action is required. 2008-02-03 21:31:02.18 Backup Log was backed up. Database: XXXXJournal, creation date(time): 2006/09/15(14:59:02), first LSN: 3180:9115:1, last LSN: 3180:9115:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_3E19E3BA-23B7-4F6C-A2D3-6ADC6B9FC0C6'}). This is an informational message only. No user action is required. 2008-02-03 21:31:14.55 Backup Log was backed up. Database: XXXXManagement, creation date(time): 2006/08/29(00:04:09), first LSN: 86940:12989:1, last LSN: 86941:3214:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_A06E6BE7-A5A7-4252-9627-E36DC8CE02D5'}). This is an informational message only. No user action is required. 2008-02-03 21:45:01.26 Backup Error: 3041, Severity: 16, State: 1. 2008-02-03 21:45:01.26 Backup BACKUP failed to complete the command BACKUP LOG dbadmin. Check the backup application log for detailed messages. 2008-02-03 21:45:31.59 Backup Error: 3041, Severity: 16, State: 1. 2008-02-03 21:45:31.59 Backup BACKUP failed to complete the command BACKUP LOG distribution. Check the backup application log for detailed messages. 2008-02-03 21:46:01.92 Backup Log was backed up. Database: LogShip_Test, creation date(time): 2007/11/20(20:04:46), first LSN: 1705:1194:1, last LSN: 1705:1194:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_B38DD142-DDC4-40FE-9485-65159156C087'}). This is an informational message only. No user action is required. 2008-02-03 21:46:10.95 Backup Log was backed up. Database: XXXXAdmin, creation date(time): 2006/12/05(03:05:36), first LSN: 57633:2902:1, last LSN: 57633:2946:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_3646BC4A-ADED-4634-9396-44F90A9E4E69'}). This is an informational message only. No user action is required. 2008-02-03 21:46:24.09 Backup Log was backed up. Database: XXXXAdminMaster, creation date(time): 2006/12/04(23:02:59), first LSN: 145073:443:1, last LSN: 145073:443:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_E9C2032B-5791-4CBA-88D0-4EA9074F0452'}). This is an informational message only. No user action is required. 2008-02-03 21:46:34.15 Backup Log was backed up. Database: XXXXCore, creation date(time): 2006/08/29(00:22:15), first LSN: 297812:263:1, last LSN: 297812:882:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_9C41F653-238D-44A0-846D-AA030214C51D'}). This is an informational message only. No user action is required. 2008-02-03 21:46:49.26 Backup Log was backed up. Database: XXXXCoreMaster, creation date(time): 2006/08/30(23:19:17), first LSN: 321108:1571:1, last LSN: 321108:1668:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_1B25A969-D9CE-4BF6-A386-E13B45AAA183'}). This is an informational message only. No user action is required. 2008-02-03 21:47:02.12 Backup Log was backed up. Database: XXXXJournal, creation date(time): 2006/09/15(14:59:02), first LSN: 3180:9115:1, last LSN: 3180:9115:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_689B0886-1177-4B4E-A644-4E6DD4EF8095'}). This is an informational message only. No user action is required. 2008-02-03 21:47:13.89 Backup Log was backed up. Database: XXXXManagement, creation date(time): 2006/08/29(00:04:09), first LSN: 86941:3214:1, last LSN: 86941:11885:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'SQLBACKUP_B92AE5F0-06C0-40B9-956A-53AAE1EB37E4'}). This is an informational message only. No user action is required. The BACKUP LOGS [*] command runs every 15 minutes, so in this case there were 3 successful executions, followed by an instance attempting to backup the log in dbadmin. The snippet is contiguous, I left nothing out, so you can see there were no recorded instances of an ALTER DATABASE statement. One thing to note, this server is a publisher and distributor, and the distribution database is also experiencing this issue. / comments
Thanks for the response guys. Chris, to your point about the database being in simple recovery and no logs can be taken, I'm aware of that. However, I'm using the "BACKUP LOGS [*]" command, which ...
0 votes