Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: Windows Server » microsoft.public.windows.server.update_services
Thread: Installed WSUS3 & Now no WSUS

HTVi
TV Discussion Newsgroups

Installed WSUS3 & Now no WSUS
"Franky" <frankie_600[ at ]NOSPAMmsn.com> 12/19/2008 11:03:38 AM
Hi All

Sorry for the cross post but thought it would be relevant to both groups.

Foolishly i updated WSUS last night from 2 to 3 & now have seriously
problems with accessing anything relating to WSUS

The server is SBS 2003 R2, fully patched & is just used to run a small
business of 20 PC's

The upgrade appeared to go through with no errors being reported but on
rebooting the server I received the errors that came from Update Services in
Server Management (below)

I have tried to access the "Update services & it reports no installation
errors, no updates waiting for review & I can even see the historic installs

I have tried to access via the MMC console, it adds the update services but
it is unable to connect to WSUS & keeps asking me to connect to server. I
tried this but no matter what server name I enter or port number is just
fails, I even tried with SSL.

I have also noted in IIS under server management that the WSUS
Administration is missing & so is WsusPool under "Application Pools"

I have also tried to connect to the instance of WSUS via SQL & unable to do
this either

Now it does look like that the installation deleted the services & has not
re-created them but I am not sure how to proceed & was hoping someone could
point me in the right direction please


Server Error in '/UpdateServices' Application.
--------------------------------------------------------------------------------

The specified service does not exist as an installed service
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: The specified
service does not exist as an installed service

Source Error:


Line 194: </div>
Line 195: <%Response.Flush();
Line 196: RenderPage();%>
Line 197: <div id="divForm" style="display: none">
Line 198: <form id="formMain" method="post" runat="server">


Source File: c:\inetpub\UpdateServices\Home.aspx Line: 196

Stack Trace:


[Win32Exception (0x80004005): The specified service does not exist as an
installed service]

[InvalidOperationException: Service WsusService was not found on computer
'.'.]
System.ServiceProcess.ServiceController.GenerateNames() +405
System.ServiceProcess.ServiceController.get_ServiceName() +42
System.ServiceProcess.ServiceController.GenerateStatus() +63
System.ServiceProcess.ServiceController.get_Status() +10
Microsoft.SBS.UpdateServices.DataProvider.IsWsusServiceRunning() +49
Microsoft.SBS.UpdateServices.StatusPage.Utility.GetStatusItems(Boolean
waitingForSyncStart) +254
Microsoft.SBS.UpdateServices.StatusPage.formHome.RenderPage() +23
ASP.Home_aspx.__Render__control1(HtmlTextWriter __output, Control
parameterContainer) in c:\inetpub\UpdateServices\Home.aspx:196
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET
Version:1.1.4322.2407


Thanks in advance to anyone who can assist

Franky


Re: Installed WSUS3 & Now no WSUS
"Russ \(www.SBITS.Biz\)" <support[ at ]REMOVETHIS.sbits.biz> 12/19/2008 11:47:28 AM
You don't use the web site to administrate WSUS once you install WSUS 3.0
SP1
Are you using the MMC or trying to use the old Web Interface?

Russ

--
Russell Grover - SBITS.Biz
Microsoft Gold Certified Partner
Microsoft Certified Small Business Specialist
World Wide 24hr SBS Remote Support - http://www.SBITS.Biz


"Franky" <frankie_600[ at ]NOSPAMmsn.com> wrote in message
news:-pCdnQLnsfkR4tbUnZ2dnUVZ8ridnZ2d[ at ]bt.com...
[Quoted Text]
> Hi All
>
> Sorry for the cross post but thought it would be relevant to both groups.
>
> Foolishly i updated WSUS last night from 2 to 3 & now have seriously
> problems with accessing anything relating to WSUS
>
> The server is SBS 2003 R2, fully patched & is just used to run a small
> business of 20 PC's
>
> The upgrade appeared to go through with no errors being reported but on
> rebooting the server I received the errors that came from Update Services
> in Server Management (below)
>
> I have tried to access the "Update services & it reports no installation
> errors, no updates waiting for review & I can even see the historic
> installs
>
> I have tried to access via the MMC console, it adds the update services
> but it is unable to connect to WSUS & keeps asking me to connect to
> server. I tried this but no matter what server name I enter or port
> number is just fails, I even tried with SSL.
>
> I have also noted in IIS under server management that the WSUS
> Administration is missing & so is WsusPool under "Application Pools"
>
> I have also tried to connect to the instance of WSUS via SQL & unable to
> do this either
>
> Now it does look like that the installation deleted the services & has not
> re-created them but I am not sure how to proceed & was hoping someone
> could point me in the right direction please
>
>
> Server Error in '/UpdateServices' Application.
> --------------------------------------------------------------------------------
>
> The specified service does not exist as an installed service
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about the error and where it originated in the code.
>
> Exception Details: System.ComponentModel.Win32Exception: The specified
> service does not exist as an installed service
>
> Source Error:
>
>
> Line 194: </div>
> Line 195: <%Response.Flush();
> Line 196: RenderPage();%>
> Line 197: <div id="divForm" style="display: none">
> Line 198: <form id="formMain" method="post" runat="server">
>
>
> Source File: c:\inetpub\UpdateServices\Home.aspx Line: 196
>
> Stack Trace:
>
>
> [Win32Exception (0x80004005): The specified service does not exist as an
> installed service]
>
> [InvalidOperationException: Service WsusService was not found on computer
> '.'.]
> System.ServiceProcess.ServiceController.GenerateNames() +405
> System.ServiceProcess.ServiceController.get_ServiceName() +42
> System.ServiceProcess.ServiceController.GenerateStatus() +63
> System.ServiceProcess.ServiceController.get_Status() +10
> Microsoft.SBS.UpdateServices.DataProvider.IsWsusServiceRunning() +49
> Microsoft.SBS.UpdateServices.StatusPage.Utility.GetStatusItems(Boolean
> waitingForSyncStart) +254
> Microsoft.SBS.UpdateServices.StatusPage.formHome.RenderPage() +23
> ASP.Home_aspx.__Render__control1(HtmlTextWriter __output, Control
> parameterContainer) in c:\inetpub\UpdateServices\Home.aspx:196
> System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
> System.Web.UI.Control.Render(HtmlTextWriter writer) +7
> System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
> System.Web.UI.Page.ProcessRequestMain() +1926
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:1.1.4322.2407;
> ASP.NET Version:1.1.4322.2407
>
>
> Thanks in advance to anyone who can assist
>
> Franky
>


Re: Installed WSUS3 & Now no WSUS
"Franky" <frankie_600[ at ]NOSPAMmsn.com> 12/19/2008 12:15:40 PM
Hi Russ

Thanks for the reply. If I try to access WSUS admin from MMC then all that
is displayed is the ability to "connect to a server". As I advised no
matter what I try I can not connect to the server to access the WSUS
administration

I am at a loss for this & have a feeling that I may have to uninstall WSUS3
& R2 & then reinstall though if a workaround is available then this solution
would be preferable:)

Thanks for the reply

Franky


"Russ (www.SBITS.Biz)" <support[ at ]REMOVETHIS.sbits.biz> wrote in message
news:O1$bS%23cYJHA.1532[ at ]TK2MSFTNGP03.phx.gbl...
[Quoted Text]
> You don't use the web site to administrate WSUS once you install WSUS 3.0
> SP1
> Are you using the MMC or trying to use the old Web Interface?
>
> Russ
>
> --
> Russell Grover - SBITS.Biz
> Microsoft Gold Certified Partner
> Microsoft Certified Small Business Specialist
> World Wide 24hr SBS Remote Support - http://www.SBITS.Biz
>
>
> "Franky" <frankie_600[ at ]NOSPAMmsn.com> wrote in message
> news:-pCdnQLnsfkR4tbUnZ2dnUVZ8ridnZ2d[ at ]bt.com...
>> Hi All
>>
>> Sorry for the cross post but thought it would be relevant to both groups.
>>
>> Foolishly i updated WSUS last night from 2 to 3 & now have seriously
>> problems with accessing anything relating to WSUS
>>
>> The server is SBS 2003 R2, fully patched & is just used to run a small
>> business of 20 PC's
>>
>> The upgrade appeared to go through with no errors being reported but on
>> rebooting the server I received the errors that came from Update Services
>> in Server Management (below)
>>
>> I have tried to access the "Update services & it reports no installation
>> errors, no updates waiting for review & I can even see the historic
>> installs
>>
>> I have tried to access via the MMC console, it adds the update services
>> but it is unable to connect to WSUS & keeps asking me to connect to
>> server. I tried this but no matter what server name I enter or port
>> number is just fails, I even tried with SSL.
>>
>> I have also noted in IIS under server management that the WSUS
>> Administration is missing & so is WsusPool under "Application Pools"
>>
>> I have also tried to connect to the instance of WSUS via SQL & unable to
>> do this either
>>
>> Now it does look like that the installation deleted the services & has
>> not re-created them but I am not sure how to proceed & was hoping someone
>> could point me in the right direction please
>>
>>
>> Server Error in '/UpdateServices' Application.
>> --------------------------------------------------------------------------------
>>
>> The specified service does not exist as an installed service
>> Description: An unhandled exception occurred during the execution of the
>> current web request. Please review the stack trace for more information
>> about the error and where it originated in the code.
>>
>> Exception Details: System.ComponentModel.Win32Exception: The specified
>> service does not exist as an installed service
>>
>> Source Error:
>>
>>
>> Line 194: </div>
>> Line 195: <%Response.Flush();
>> Line 196: RenderPage();%>
>> Line 197: <div id="divForm" style="display: none">
>> Line 198: <form id="formMain" method="post" runat="server">
>>
>>
>> Source File: c:\inetpub\UpdateServices\Home.aspx Line: 196
>>
>> Stack Trace:
>>
>>
>> [Win32Exception (0x80004005): The specified service does not exist as an
>> installed service]
>>
>> [InvalidOperationException: Service WsusService was not found on computer
>> '.'.]
>> System.ServiceProcess.ServiceController.GenerateNames() +405
>> System.ServiceProcess.ServiceController.get_ServiceName() +42
>> System.ServiceProcess.ServiceController.GenerateStatus() +63
>> System.ServiceProcess.ServiceController.get_Status() +10
>> Microsoft.SBS.UpdateServices.DataProvider.IsWsusServiceRunning() +49
>> Microsoft.SBS.UpdateServices.StatusPage.Utility.GetStatusItems(Boolean
>> waitingForSyncStart) +254
>> Microsoft.SBS.UpdateServices.StatusPage.formHome.RenderPage() +23
>> ASP.Home_aspx.__Render__control1(HtmlTextWriter __output, Control
>> parameterContainer) in c:\inetpub\UpdateServices\Home.aspx:196
>> System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
>> System.Web.UI.Control.Render(HtmlTextWriter writer) +7
>> System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
>> System.Web.UI.Page.ProcessRequestMain() +1926
>>
>>
>>
>>
>> --------------------------------------------------------------------------------
>> Version Information: Microsoft .NET Framework Version:1.1.4322.2407;
>> ASP.NET Version:1.1.4322.2407
>>
>>
>> Thanks in advance to anyone who can assist
>>
>> Franky
>>
>
>


Re: Installed WSUS3 & Now no WSUS
"Lawrence Garvin \(MVP\)" <lawrence[ at ]news.postalias> 12/19/2008 5:03:48 PM
"Franky" <frankie_600[ at ]NOSPAMmsn.com> wrote in message
news:-pCdnQLnsfkR4tbUnZ2dnUVZ8ridnZ2d[ at ]bt.com...
[Quoted Text]
> Hi All
>
> Sorry for the cross post but thought it would be relevant to both groups.
>
> Foolishly i updated WSUS last night from 2 to 3 & now have seriously
> problems with accessing anything relating to WSUS

Ahhh.. yes... in the case of SBS reading the Release Notes is a *critical*
requirement, and I so wish WSUS Service Pack 1 had not been released as an
automatable installation update. :-/

> The server is SBS 2003 R2, fully patched & is just used to run a small
> business of 20 PC's
>
> The upgrade appeared to go through with no errors being reported but on
> rebooting the server I received the errors that came from Update Services
> in Server Management (below)

One of the impacts of upgrading from the SBS2003 R2 Technologies version (of
WSUS 2 SP1) to the GA version of WSUS 3 is that it breaks the customized
SBS-provided MMC interface.

> Server Error in '/UpdateServices' Application.
> --------------------------------------------------------------------------------
>
> The specified service does not exist as an installed service
>
> [***]
>
> Source File: c:\inetpub\UpdateServices\Home.aspx Line: 196
>
> [***]
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:1.1.4322.2407;
> ASP.NET Version:1.1.4322.2407

This is an invalid source location for anything in WSUS3, so that explains
the error message. This is part of the SBS customized interface for the R2
Technologies WSUS 2 SP1 installation.
It's also worth noting that WSUS 3 is a .NET Framework =v2= application.

> I have also noted in IIS under server management that the WSUS
> Administration is missing & so is WsusPool under "Application Pools"

That would also be a good indication that the installation *failed*, as the
presence of the "WSUS Administration" website is a required component for
WSUS to function on an SBS server.

> Now it does look like that the installation deleted the services & has not
> re-created them but I am not sure how to proceed & was hoping someone
> could point me in the right direction please

My suggestion would be to:
[a] Restore from backups your server (WSUS) environment immediately prior to
installing the upgrade. (You did make a backup, yes?)

[b] Read the Release Notes concerning the upgrade requirements. I would also
encourage you to take a look at the White Paper I authored, in particular
the relevant sections to upgrading WSUS 3 on SBS2003 R2. Altnough not
updated for WSUS3SP1, there were no items of substance in the original RTM
paper that were changed by the release of SP1.
http://download.microsoft.com/download/e/5/7/e578cebc-0533-4baa-bbef-f9e3f36e1976/wsus3_small_business_server_2003_networks.doc

If you don't have backups to restore from, your best option at this point
would likely to be repairing the R2 Technologies installation, which should
restore functionality to the R2 WSUS2SP1 environment. Then resume the
upgrade process.

--
Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)

MS WSUS Website: http://www.microsoft.com/wsus
My Websites: http://www.onsitechsolutions.com;
http://wsusinfo.onsitechsolutions.com
My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin

Re: Installed WSUS3 & Now no WSUS
"Russ \(www.SBITS.Biz\)" <support[ at ]REMOVETHIS.sbits.biz> 12/19/2008 8:42:49 PM
I wouldn't think you'd need to Uninstal R2
Just try uninstalling WSUS 3.0 Sp1

And re install
Russ

--
Russell Grover - SBITS.Biz
Microsoft Gold Certified Partner
Microsoft Certified Small Business Specialist
World Wide 24hr SBS Remote Support - http://www.SBITS.Biz


"Franky" <frankie_600[ at ]NOSPAMmsn.com> wrote in message
news:quCdnZqPvdLwDdbUnZ2dnUVZ8vmdnZ2d[ at ]bt.com...
[Quoted Text]
> Hi Russ
>
> Thanks for the reply. If I try to access WSUS admin from MMC then all
> that is displayed is the ability to "connect to a server". As I advised
> no matter what I try I can not connect to the server to access the WSUS
> administration
>
> I am at a loss for this & have a feeling that I may have to uninstall
> WSUS3 & R2 & then reinstall though if a workaround is available then this
> solution would be preferable:)
>
> Thanks for the reply
>
> Franky
>
>
> "Russ (www.SBITS.Biz)" <support[ at ]REMOVETHIS.sbits.biz> wrote in message
> news:O1$bS%23cYJHA.1532[ at ]TK2MSFTNGP03.phx.gbl...
>> You don't use the web site to administrate WSUS once you install WSUS 3.0
>> SP1
>> Are you using the MMC or trying to use the old Web Interface?
>>
>> Russ
>>
>> --
>> Russell Grover - SBITS.Biz
>> Microsoft Gold Certified Partner
>> Microsoft Certified Small Business Specialist
>> World Wide 24hr SBS Remote Support - http://www.SBITS.Biz
>>
>>
>> "Franky" <frankie_600[ at ]NOSPAMmsn.com> wrote in message
>> news:-pCdnQLnsfkR4tbUnZ2dnUVZ8ridnZ2d[ at ]bt.com...
>>> Hi All
>>>
>>> Sorry for the cross post but thought it would be relevant to both
>>> groups.
>>>
>>> Foolishly i updated WSUS last night from 2 to 3 & now have seriously
>>> problems with accessing anything relating to WSUS
>>>
>>> The server is SBS 2003 R2, fully patched & is just used to run a small
>>> business of 20 PC's
>>>
>>> The upgrade appeared to go through with no errors being reported but on
>>> rebooting the server I received the errors that came from Update
>>> Services in Server Management (below)
>>>
>>> I have tried to access the "Update services & it reports no installation
>>> errors, no updates waiting for review & I can even see the historic
>>> installs
>>>
>>> I have tried to access via the MMC console, it adds the update services
>>> but it is unable to connect to WSUS & keeps asking me to connect to
>>> server. I tried this but no matter what server name I enter or port
>>> number is just fails, I even tried with SSL.
>>>
>>> I have also noted in IIS under server management that the WSUS
>>> Administration is missing & so is WsusPool under "Application Pools"
>>>
>>> I have also tried to connect to the instance of WSUS via SQL & unable to
>>> do this either
>>>
>>> Now it does look like that the installation deleted the services & has
>>> not re-created them but I am not sure how to proceed & was hoping
>>> someone could point me in the right direction please
>>>
>>>
>>> Server Error in '/UpdateServices' Application.
>>> --------------------------------------------------------------------------------
>>>
>>> The specified service does not exist as an installed service
>>> Description: An unhandled exception occurred during the execution of the
>>> current web request. Please review the stack trace for more information
>>> about the error and where it originated in the code.
>>>
>>> Exception Details: System.ComponentModel.Win32Exception: The specified
>>> service does not exist as an installed service
>>>
>>> Source Error:
>>>
>>>
>>> Line 194: </div>
>>> Line 195: <%Response.Flush();
>>> Line 196: RenderPage();%>
>>> Line 197: <div id="divForm" style="display: none">
>>> Line 198: <form id="formMain" method="post" runat="server">
>>>
>>>
>>> Source File: c:\inetpub\UpdateServices\Home.aspx Line: 196
>>>
>>> Stack Trace:
>>>
>>>
>>> [Win32Exception (0x80004005): The specified service does not exist as an
>>> installed service]
>>>
>>> [InvalidOperationException: Service WsusService was not found on
>>> computer '.'.]
>>> System.ServiceProcess.ServiceController.GenerateNames() +405
>>> System.ServiceProcess.ServiceController.get_ServiceName() +42
>>> System.ServiceProcess.ServiceController.GenerateStatus() +63
>>> System.ServiceProcess.ServiceController.get_Status() +10
>>> Microsoft.SBS.UpdateServices.DataProvider.IsWsusServiceRunning() +49
>>> Microsoft.SBS.UpdateServices.StatusPage.Utility.GetStatusItems(Boolean
>>> waitingForSyncStart) +254
>>> Microsoft.SBS.UpdateServices.StatusPage.formHome.RenderPage() +23
>>> ASP.Home_aspx.__Render__control1(HtmlTextWriter __output, Control
>>> parameterContainer) in c:\inetpub\UpdateServices\Home.aspx:196
>>> System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
>>> System.Web.UI.Control.Render(HtmlTextWriter writer) +7
>>> System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
>>> System.Web.UI.Page.ProcessRequestMain() +1926
>>>
>>>
>>>
>>>
>>> --------------------------------------------------------------------------------
>>> Version Information: Microsoft .NET Framework Version:1.1.4322.2407;
>>> ASP.NET Version:1.1.4322.2407
>>>
>>>
>>> Thanks in advance to anyone who can assist
>>>
>>> Franky
>>>
>>
>>
>
>


Re: Installed WSUS3 & Now no WSUS
"Larry Struckmeyer [SBS-MVP]" <lstruckmeyer[ at ]mis-wizards.com> 12/20/2008 5:39:27 AM
Hi Franky:

Have you seen this?

http://support.microsoft.com/kb/945985

--
Larry
Please post the resolution to your
issue so that others may benefit.


"Franky" <frankie_600[ at ]NOSPAMmsn.com> wrote in message
news:-pCdnQLnsfkR4tbUnZ2dnUVZ8ridnZ2d[ at ]bt.com...
[Quoted Text]
> Hi All
>
> Sorry for the cross post but thought it would be relevant to both groups.
>
> Foolishly i updated WSUS last night from 2 to 3 & now have seriously
> problems with accessing anything relating to WSUS
>
> The server is SBS 2003 R2, fully patched & is just used to run a small
> business of 20 PC's
>
> The upgrade appeared to go through with no errors being reported but on
> rebooting the server I received the errors that came from Update Services
> in Server Management (below)
>
> I have tried to access the "Update services & it reports no installation
> errors, no updates waiting for review & I can even see the historic
> installs
>
> I have tried to access via the MMC console, it adds the update services
> but it is unable to connect to WSUS & keeps asking me to connect to
> server. I tried this but no matter what server name I enter or port
> number is just fails, I even tried with SSL.
>
> I have also noted in IIS under server management that the WSUS
> Administration is missing & so is WsusPool under "Application Pools"
>
> I have also tried to connect to the instance of WSUS via SQL & unable to
> do this either
>
> Now it does look like that the installation deleted the services & has not
> re-created them but I am not sure how to proceed & was hoping someone
> could point me in the right direction please
>
>
> Server Error in '/UpdateServices' Application.
> --------------------------------------------------------------------------------
>
> The specified service does not exist as an installed service
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about the error and where it originated in the code.
>
> Exception Details: System.ComponentModel.Win32Exception: The specified
> service does not exist as an installed service
>
> Source Error:
>
>
> Line 194: </div>
> Line 195: <%Response.Flush();
> Line 196: RenderPage();%>
> Line 197: <div id="divForm" style="display: none">
> Line 198: <form id="formMain" method="post" runat="server">
>
>
> Source File: c:\inetpub\UpdateServices\Home.aspx Line: 196
>
> Stack Trace:
>
>
> [Win32Exception (0x80004005): The specified service does not exist as an
> installed service]
>
> [InvalidOperationException: Service WsusService was not found on computer
> '.'.]
> System.ServiceProcess.ServiceController.GenerateNames() +405
> System.ServiceProcess.ServiceController.get_ServiceName() +42
> System.ServiceProcess.ServiceController.GenerateStatus() +63
> System.ServiceProcess.ServiceController.get_Status() +10
> Microsoft.SBS.UpdateServices.DataProvider.IsWsusServiceRunning() +49
> Microsoft.SBS.UpdateServices.StatusPage.Utility.GetStatusItems(Boolean
> waitingForSyncStart) +254
> Microsoft.SBS.UpdateServices.StatusPage.formHome.RenderPage() +23
> ASP.Home_aspx.__Render__control1(HtmlTextWriter __output, Control
> parameterContainer) in c:\inetpub\UpdateServices\Home.aspx:196
> System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
> System.Web.UI.Control.Render(HtmlTextWriter writer) +7
> System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
> System.Web.UI.Page.ProcessRequestMain() +1926
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:1.1.4322.2407;
> ASP.NET Version:1.1.4322.2407
>
>
> Thanks in advance to anyone who can assist
>
> Franky
>

Re: Installed WSUS3 & Now no WSUS
"Lawrence Garvin \(MVP\)" <lawrence[ at ]news.postalias> 12/20/2008 6:23:20 PM
"Russ (www.SBITS.Biz)" <support[ at ]REMOVETHIS.sbits.biz> wrote in message
news:OllNcphYJHA.5520[ at ]TK2MSFTNGP02.phx.gbl...
[Quoted Text]
>I wouldn't think you'd need to Uninstal R2
> Just try uninstalling WSUS 3.0 Sp1

Uninstalling WSUS 3 is not an option; it's not installed.

Uninstalling R2 isn't an option because it's broken.

Reparing the R2 Technologies installation is the first step.
Then *upgrading* WSUS 2 to WSUS 3, after resolving known issues as
documented in the Release Notes, is the recommended next step.

Uninstalling R2 and installing a fresh WSUS 3 is also an option. Follow the
documentation in my cited white paper as if you were installing WSUS 3 on an
SBS 2003 SP1 system.


--
Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)

MS WSUS Website: http://www.microsoft.com/wsus
My Websites: http://www.onsitechsolutions.com;
http://wsusinfo.onsitechsolutions.com
My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen