SSMS 2008 - Error on registered server list

This is a discussion on SSMS 2008 - Error on registered server list within the sqlserver-tools forums in Microsoft SQL Server category; Hi, I 've just installed SS 2008 Developer Edition in my machine. It is running side by side with a SS 2005 Developer Edition. After installed (the setup worked fine without problems) I got the following error when I tried to connect to a server: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** Microsoft.SqlServer.Management.RegisteredServers.R egisteredServerException: Unable to read the list of previously registered servers on this system. Re-register your servers in the 'Registered Servers' window. ---> Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializ ...

Go Back   Database Forum > Microsoft SQL Server > sqlserver-tools

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-19-2008, 04:12 PM
Default SSMS 2008 - Error on registered server list

Hi,

I 've just installed SS 2008 Developer Edition in my machine. It is running
side by side with a SS 2005 Developer Edition.

After installed (the setup worked fine without problems) I got the
following error when I tried to connect to a server:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
Microsoft.SqlServer.Management.RegisteredServers.R egisteredServerException:
Unable to read the list of previously registered servers on this system.
Re-register your servers in the 'Registered Servers' window. --->
Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializ ationException:
Serialization output is invalid. ---> System.Xml.XmlException: 'None' is an
invalid XmlNodeType. Line 15, position 21.
at System.Xml.XmlReader.ReadStartElement()
at
Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializ er.Deserialize(XmlReader
xmlReader, SfcObjectState state)
--- End of inner exception stack trace ---
at
Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializ er.Deserialize(XmlReader
xmlReader, SfcObjectState state)
at
Microsoft.SqlServer.Management.RegisteredServers.R egisteredServersStore.InitChildObjects(String file)
--- End of inner exception stack trace ---
at
Microsoft.SqlServer.Management.RegisteredServers.R egisteredServersStore.InitChildObjects(String file)
at
Microsoft.SqlServer.Management.RegisteredServers.R egisteredServersStore.InitializeLocalRegisteredSer versStore()
at
Microsoft.SqlServer.Management.RegisteredServers.R egisteredServersStore.get_LocalFileStore()
at
Microsoft.SqlServer.Management.UI.ConnectionDlg.Co nnectionDialog.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase:
file:///C:/WINNEW/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
AppIDPackage
Assembly Version: 10.0.0.0
Win32 Version: 10.0.1600.22 ((SQL_PreRelease).080709-1414 )
CodeBase:
file:///C:/Program%20Files/Microsoft%20SQL%20Server/100/Tools/Binn/VSShell/Common7/IDE/AppIDPackage.DLL
----------------------------------------

After the error, I can connect to any server without problem but next time I
use the SSMS 2008 I get the same error and I lost my registered server 's
list.


Any idea how to solve this?

Thanks in advance

Adrian Garcia
INTERTRON


Reply With Quote
  #2  
Old 08-19-2008, 04:18 PM
Default RE: SSMS 2008 - Error on registered server list

I have found the answer in this related post:

http://www.microsoft.com/communities...&wa=wsignin1.0

Thanks Eddy



"Adrian Garcia" wrote:

> Hi,
>
> I 've just installed SS 2008 Developer Edition in my machine. It is running
> side by side with a SS 2005 Developer Edition.
>
> After installed (the setup worked fine without problems) I got the
> following error when I tried to connect to a server:
>
> See the end of this message for details on invoking
> just-in-time (JIT) debugging instead of this dialog box.
>
> ************** Exception Text **************
> Microsoft.SqlServer.Management.RegisteredServers.R egisteredServerException:
> Unable to read the list of previously registered servers on this system.
> Re-register your servers in the 'Registered Servers' window. --->
> Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializ ationException:
> Serialization output is invalid. ---> System.Xml.XmlException: 'None' is an
> invalid XmlNodeType. Line 15, position 21.
> at System.Xml.XmlReader.ReadStartElement()
> at
> Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializ er.Deserialize(XmlReader
> xmlReader, SfcObjectState state)
> --- End of inner exception stack trace ---
> at
> Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializ er.Deserialize(XmlReader
> xmlReader, SfcObjectState state)
> at
> Microsoft.SqlServer.Management.RegisteredServers.R egisteredServersStore.InitChildObjects(String file)
> --- End of inner exception stack trace ---
> at
> Microsoft.SqlServer.Management.RegisteredServers.R egisteredServersStore.InitChildObjects(String file)
> at
> Microsoft.SqlServer.Management.RegisteredServers.R egisteredServersStore.InitializeLocalRegisteredSer versStore()
> at
> Microsoft.SqlServer.Management.RegisteredServers.R egisteredServersStore.get_LocalFileStore()
> at
> Microsoft.SqlServer.Management.UI.ConnectionDlg.Co nnectionDialog.OnLoad(EventArgs e)
> at System.Windows.Forms.Form.OnCreateControl()
> at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
> at System.Windows.Forms.Control.CreateControl()
> at System.Windows.Forms.Control.WmShowWindow(Message& m)
> at System.Windows.Forms.Control.WndProc(Message& m)
> at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
> at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
> at System.Windows.Forms.Form.WmShowWindow(Message& m)
> at System.Windows.Forms.Form.WndProc(Message& m)
> at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
> at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
> at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
> IntPtr wparam, IntPtr lparam)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
> CodeBase:
> file:///C:/WINNEW/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> AppIDPackage
> Assembly Version: 10.0.0.0
> Win32 Version: 10.0.1600.22 ((SQL_PreRelease).080709-1414 )
> CodeBase:
> file:///C:/Program%20Files/Microsoft%20SQL%20Server/100/Tools/Binn/VSShell/Common7/IDE/AppIDPackage.DLL
> ----------------------------------------
>
> After the error, I can connect to any server without problem but next time I
> use the SSMS 2008 I get the same error and I lost my registered server 's
> list.
>
>
> Any idea how to solve this?
>
> Thanks in advance
>
> Adrian Garcia
> INTERTRON
>
>

Reply With Quote
  #3  
Old 08-29-2008, 12:48 PM
Default Resolution of this issue ??

Hi
I am facing the same issue yesterday when i have upgrade my server from KATMAI to RTM
can u tell me how did u resolved ??/
Reply With Quote
  #4  
Old 08-29-2008, 01:18 PM
Default Resolved

i got the resolution , thanks
Its nothing but u have to go SSMS ---> view --> and regised window .
Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 08:43 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by bbpixel2008 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.