Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mailguy
Starting Member
1 Post |
Posted - 2006-08-01 : 11:00:12
|
| I just setup two new SQL 2005 Stnd x64bit servers for a customer. The two I setup a few weeks ago work great! One the two new servers, I get an error message when I try to Create a Maintenance Plan or use the Maint Plan Wizard.The error message:TITLE: Microsoft SQL Server Management Studio------------------------------The action you attempted to perform on a remote instance of SQL Server has failed because the action requires a SQL Server component that is not installed on the remote computer. To proceed, install SQL Server 2005 Management Tools on the remote computer, and then try again. For more information, see "How to: Install SQL Server2005 (Setup)" in SQL Server 2005 Books Online, or find the article on MSDN at http://go.microsoft.com/fwlink/?LinkID=57083 . (ObjectExplorer)For help, click: http://go.microsoft.com/fwlink/?LinkID=57083Everything else with the server seems to be working without problems.Any ideas?Thanks |
|
|
KenW
Constraint Violating Yak Guru
391 Posts |
Posted - 2006-08-01 : 13:35:51
|
mailguy,quote: Any ideas?
Ummm.... Try doing what the instructions in the error message tell you to do? They seem to be pretty clear. "To proceed, install SQL Server 2005 Management Tools on the remote computer, and then try again." There's even a reference to two separate sources for more information.Ken |
 |
|
|
jim_rii
Starting Member
4 Posts |
Posted - 2006-08-04 : 17:43:05
|
| mailguy,You need to have Integration Services installed as well.HTHJim |
 |
|
|
|
|
|