one maintenance job (rebuild index task on user databases) is failing with event 12291. all other maintenance jobs like backup are working fine. the sql server agents runs under a domain admin account. the problem is not related to a specific database. it crashes on any db chosen. we have deleted and recreated to maintenance plan and it still doesn't work
the job history:
ep ID 1Server STZ-SQL1
Job Name MaintenancePlan.weekly_reb_indexes
Step Name weekly_reb_indexes
Duration 00:27:43
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0
Message
Executed as user: IBA\iba_admin. ...sion 10.0.5500.0 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 00:25:00 Progress: 2012-07-22 00:25:01.17 Source: {B00EA0E0-FFD0-48C4-B704-8CAE5645858D} Executing query "DECLARE @Guid UNIQUEIDENTIFIER EXECUTE msdb..sp...".: 100% complete End Progress Progress: 2012-07-22 00:29:21.35 Source: Rebuild Index Task Executing query "USE [adalib] ".: 0% complete End Progress Progress: 2012-07-22 00:29:22.03 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_ALT_1] ON [dbo].[A10] REBUILD PAR...".: 0% complete End Progress Progress: 2012-07-22 00:29:22.03 Source: Rebuild Index Task Executing query "USE [adalib] ".: 0% complete End Progress Progress: 2012-07-22 00:29:24.01 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_ALT_2] ON [dbo].[A10] REBUILD PAR...".: 0% complete End Progress Progress: 2012-07-22 00:29:24.01 Source: Rebuild Index Task Executing query "USE [adalib] ".: 0% complete End Progress Progress: 2012-07-22 00:29:25.02 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_ALT_3] ON [dbo].[A10] REBUILD PAR...".: 1% complete End Progress Progress: 2012-07-22 00:29:25.02 Source: Rebuild Index Task Executing query "USE [adalib] ".: 1% complete End Progress Progress: 2012-07-22 00:29:26.56 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_ALT_4] ON [dbo].[A10] REBUILD PAR...".: 1% complete End Progress Progress: 2012-07-22 00:29:26.56 Source: Rebuild Index Task Executing query "USE [adalib] ".: 1% complete End Progress Progress: 2012-07-22 00:29:28.23 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_ALT_5] ON [dbo].[A10] REBUILD PAR...".: 1% complete End Progress Progress: 2012-07-22 00:29:28.23 Source: Rebuild Index Task Executing query "USE [adalib] ".: 1% complete End Progress Progress: 2012-07-22 00:29:29.22 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_F_ID] ON [dbo].[A10] REBUILD PART...".: 2% complete End Progress Progress: 2012-07-22 00:29:29.22 Source: Rebuild Index Task Executing query "USE [adalib] ".: 2% complete End Progress Progress: 2012-07-22 00:29:30.23 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_FL00001] ON [dbo].[A10] REBUILD P...".: 2% complete End Progress Progress: 2012-07-22 00:29:30.23 Source: Rebuild Index Task Executing query "USE [adalib] ".: 2% complete End Progress Progress: 2012-07-22 00:29:31.20 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_FL00002] ON [dbo].[A10] REBUILD P...".: 2% complete End Progress Progress: 2012-07-22 00:29:31.20 Source: Rebuild Index Task Executing query "USE [adalib] ".: 3% complete End Progress Progress: 2012-07-22 00:29:32.07 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_FL00003] ON [dbo].[A10] REBUILD P...".: 3% complete End Progress Progress: 2012-07-22 00:29:32.07 Source: Rebuild Index Task Executing query "USE [adalib] ".: 3% complete End Progress Progress: 2012-07-22 00:29:33.23 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_FL00004] ON [dbo].[A10] REBUILD P...".: 3% complete End Progress Progress: 2012-07-22 00:29:33.23 Source: Rebuild Index Task Executing query "USE [adalib] ".: 3% complete End Progress Progress: 2012-07-22 00:29:34.42 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_FL00005] ON [dbo].[A10] REBUILD P...".: 3% complete End Progress Progress: 2012-07-22 00:29:34.42 Source: Rebuild Index Task Executing query "USE [adalib] ".: 4% complete End Progress Progress: 2012-07-22 00:29:35.58 Source: Rebuild Index Task Executing query "ALTER INDEX [A10_FL00006] ON [dbo].[A10] REBUILD P...".: 4% complete End Pro... The package execution fa... The step failed.
???