PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > Modifying a db maintenance plan in SQL 2005 fails
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Modifying a db maintenance plan in SQL 2005 fails

Réponse
 
LinkBack Outils de la discussion
Vieux 18/06/2008, 14h48   #1
Ross Nornes
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Modifying a db maintenance plan in SQL 2005 fails

Setup:
Windows 2003 R2 64 Bit (SP2 and all recent windows update patches)
SQL 2005 Standard 64 Bit SP2 + Cumulative updates (current build 9.0.3054)

When the server was originally built (just weeks ago), there were 3
maintenance plans created and seemed to be working fine. Now trying to edit
the maintenance plans or create a new maintenance plan we receive the
following errors:

Error 1: Title “Microsoft SQL Server Management Studioâ€, body of error
“Value cannot be null. Parameter name: component (System.Design)â€

Then hitting Ok on that we get a second error: “Microsoft SQL Management
Studio is unable to load this document: the LoadFromSQLServer method has
encountered OLE DB error code 0x80004005 (Communication link failure). The
SQL statement was issued has failed.â€

We have done this test from remote workstations plus running the management
studio right from the server itself. We have confirmed that SP2 and update
patches all installed successfully and that the client tools are the up to
date along with the server build. We have double checked all protocol
settings and all settings remain the default setting.

I have found a couple posts on Google discussing this, but no one appears to
have received a final answer to the issue yet that I can find.
Any assistance would be greatly appreciated! Thx!

Ross

  Réponse avec citation
Vieux 18/06/2008, 15h26   #2
Maninder
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

Are you gettings error, when you are logged onto the Box or from your
client.
is it possible this SQL Server is engaged in Multi Server
Administation and is either a MASTER or TARGET.
Well, you should have applied Cumulative updates if it were absolute
necessary and you have a typical issue as documented in the
cumulatives updates.
  Réponse avec citation
Vieux 18/06/2008, 15h36   #3
Ross Nornes
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

Thx for the post Maninder.

Yes, as stated in the original post, we get the errors regardless if we are
on the box or working on it remotely with a workstation. As for master /
target, we don't have anything like that setup on this server. Its a isolated
box.

As for your "Cumulative updates" comment, I totally agree. Unfortunately, we
(my DBA team) were not involved with the building of the SQL server, we were
just brought in after the original builders had it built and it was already
broken... :-) We are now engaged in attempting to resolve the issue after the
fact.

Thx again!

Ross

"Maninder" wrote:

> Are you gettings error, when you are logged onto the Box or from your
> client.
> is it possible this SQL Server is engaged in Multi Server
> Administation and is either a MASTER or TARGET.
> Well, you should have applied Cumulative updates if it were absolute
> necessary and you have a typical issue as documented in the
> cumulatives updates.
>

  Réponse avec citation
Vieux 18/06/2008, 18h39   #4
Maninder
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

try this for now and let me know if this works.
regsvr32 msxml6.dll
regsvr32 msxml3.dll
run this in the RUN box or CMD window,
  Réponse avec citation
Vieux 18/06/2008, 19h58   #5
Ross Nornes
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

Both reported "DllRegisterServer in msxml3.dll succeeded" &
"DllRegisterServer in msxml6.dll succeeded".

I tested the editing of the plan again and same errors as before as well.

"Maninder" wrote:

> try this for now and let me know if this works.
> regsvr32 msxml6.dll
> regsvr32 msxml3.dll
> run this in the RUN box or CMD window,
>

  Réponse avec citation
Vieux 18/06/2008, 20h30   #6
Maninder
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

Ok last resort is the redo Management Studio.
Reinstall Management Studio and that should Fix your Problems.(Client
Tools)
  Réponse avec citation
Vieux 18/06/2008, 21h01   #7
Ross Nornes
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

Can I ask where this report came from?

My hesitation is this "redo suggestion" is that it seems highly unlikely
that this would actually resolve this issue since we would need to reinstall
every Management studio in our environment since we have tried this from both
the server and from various workstations remotely and all in all cases, we
can recreate the issue. It seems very much server side, not client side.

Thx!

"Maninder" wrote:

> Ok last resort is the redo Management Studio.
> Reinstall Management Studio and that should Fix your Problems.(Client
> Tools)
>

  Réponse avec citation
Vieux 18/06/2008, 21h34   #8
Maninder
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

Yes My Ignorance, I was counting only one Box and one Direct
connection.
Another approach: Are toy trying to connect as SA or using your Local
admin rights.
try to Login as Local Admin on the Box and Try again saving your
Maintenance Plan.
  Réponse avec citation
Vieux 18/06/2008, 21h37   #9
Maninder
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

one more thing, did you restart your Server after you registered the
DLL's.
  Réponse avec citation
Vieux 18/06/2008, 21h39   #10
Maninder
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

Question: do you have SSIS installed on the SQL instance as well.
It seems SSIS is required and enabled for the Maintenance Plans to be
Created/Edited.
  Réponse avec citation
Vieux 18/06/2008, 21h42   #11
Maninder
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Modifying a db maintenance plan in SQL 2005 fails

if none of those things work above, here is one more catcher.

Login to SQL Server as 'sa' and with a server name of '.'
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 03h38.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14376 seconds with 19 queries