|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Maintenance Plan FailsHello Group,
We were running SQL2000 and upgraded to SQL2005. After backing up our databases to a remote HD and restoring them onto SQL2005 I can no longer run a maintenance plan against the restored databases. For a test I created a test database and used the maintenance plan wizard to create the backup plan. When I execute the plan it works fine on the newly created test database. I have been looking and looking for the reason for the failures against the restored database’s but just can’t pin it down. So I’m hoping someone can help out with my problem. Thanks, Rick Morgan Is the compatibility mode set to 80 or still at 70?
-- Show quoteHide quoteAndrew J. Kelly SQL MVP Solid Quality Mentors "Rick" <R***@discussions.microsoft.com> wrote in message news:45B30EA1-01CF-4170-B2D2-DDF69FF7A65F@microsoft.com... > Hello Group, > > We were running SQL2000 and upgraded to SQL2005. After backing up our > databases to a remote HD and restoring them onto SQL2005 I can no longer > run > a maintenance plan against the restored databases. For a test I created a > test database and used the maintenance plan wizard to create the backup > plan. > When I execute the plan it works fine on the newly created test database. > I > have been looking and looking for the reason for the failures against the > restored database’s but just can’t pin it down. So I’m hoping someone can > help out with my problem. > > Thanks, > Rick Morgan > It is set to 70.
Show quoteHide quote "Andrew J. Kelly" wrote: > Is the compatibility mode set to 80 or still at 70? > > -- > Andrew J. Kelly SQL MVP > Solid Quality Mentors > > > "Rick" <R***@discussions.microsoft.com> wrote in message > news:45B30EA1-01CF-4170-B2D2-DDF69FF7A65F@microsoft.com... > > Hello Group, > > > > We were running SQL2000 and upgraded to SQL2005. After backing up our > > databases to a remote HD and restoring them onto SQL2005 I can no longer > > run > > a maintenance plan against the restored databases. For a test I created a > > test database and used the maintenance plan wizard to create the backup > > plan. > > When I execute the plan it works fine on the newly created test database. > > I > > have been looking and looking for the reason for the failures against the > > restored database’s but just can’t pin it down. So I’m hoping someone can > > help out with my problem. > > > > Thanks, > > Rick Morgan > > > > I set it to 80 and tried it failed. Here is part of the error.
Error: 2009-05-10 21:32:19.71 Code: 0xC001000E Source: Description: The connection "{AFB82EF1-9A11-409C-81B1-9178A8A320C5}" is not found. This error is thrown by Connections collection when the specific connection element is not found. End Erro I am a little lost on exactly what you are doing. Did you restore MSDB as
well and is this a maintenance plan that was created on the 2000 server? The 2000 plans are considered legacy and should be totally redone from scratch using the new 2005 MP. -- Show quoteHide quoteAndrew J. Kelly SQL MVP Solid Quality Mentors "Rick" <R***@discussions.microsoft.com> wrote in message news:58E8E920-6041-481A-AC77-A73CBF4E1B20@microsoft.com... >I set it to 80 and tried it failed. Here is part of the error. > > Error: 2009-05-10 21:32:19.71 Code: 0xC001000E Source: > Description: The connection "{AFB82EF1-9A11-409C-81B1-9178A8A320C5}" is > not > found. This error is thrown by Connections collection when the specific > connection element is not found. End Erro Rick (R***@discussions.microsoft.com) writes:
> I set it to 80 and tried it failed. Here is part of the error. There was a little confusion in Andy's post. 70 is for SQL 7, 80 is themode for SQL 2000. The compatibility level for SQL 2005 is 90. However: > Error: 2009-05-10 21:32:19.71 Code: 0xC001000E Source: This error does not look like something that could depend on the > Description: The connection "{AFB82EF1-9A11-409C-81B1-9178A8A320C5}" is > not found. This error is thrown by Connections collection when the > specific connection element is not found. End Erro compat level. -- Erland Sommarskog, SQL Server MVP, esq***@sommarskog.se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Other interesting topics
Move SQL2008 Express to another machine
Cannot find a GUI to execute a query execute long sql script saving SQL files in SSMS as ASCII ODBC Drivers 64-Bit BCP connect error via shared memory to local instance sql server balnk date SQL Server Profiler and Prepared Queries snapshots.performance_counter_values LogicalDisk % Disk Time above Database diagrams in ss2008 |
|||||||||||||||||||||||