Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > error when i open wsus admin

Reply
Thread Tools Display Modes

error when i open wsus admin

 
 
Bruno Leonardo
Guest
Posts: n/a

 
      11-12-2007
When i open http://localhost/wsusadmin i see following above:

I've wsus 2.0, windows server 2003 with sp2

Microsoft.UpdateServices.Administration.WsusInvali dDataException: The
specified string is invalid.
Parameter name: Title ---> System.ArgumentException: The specified string is
invalid.
Parameter name: Title
at
Microsoft.UpdateServices.Internal.StringValidation .ValidateUpdateContainerTitleString(String paramName, String value)
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCo ntainer.set_Title(String
value)
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCo ntainer..ctor(GenericReadableRow row)
--- End of inner exception stack trace ---
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCo ntainer..ctor(GenericReadableRow row)
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory..ctor(GenericReadableRow row)
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory.BuildUpdateCategoryCollection(GenericReadab leRow[] categoryRows)
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory.GetSubcategories()
at
Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadSubCategoriesValues(IUpdateCategory
seedCategory, StringCollection enabledCategoryIds, Boolean parentChecked,
StringBuilder& returnText)
at
Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadSubCategoriesValues(IUpdateCategory
seedCategory, StringCollection enabledCategoryIds, Boolean parentChecked,
StringBuilder& returnText)
at
Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadCategoriesValues()
at
Administration.Manage.Subscriptions.SubscriptionPr oxy.GetCategoriesList()
at Administration.Manage.Subscriptions.List.GetCatego riesListHtml()

at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCo ntainer..ctor(GenericReadableRow row)
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory..ctor(GenericReadableRow row)
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory.BuildUpdateCategoryCollection(GenericReadab leRow[] categoryRows)
at
Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory.GetSubcategories()
at
Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadSubCategoriesValues(IUpdateCategory
seedCategory, StringCollection enabledCategoryIds, Boolean parentChecked,
StringBuilder& returnText)
at
Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadSubCategoriesValues(IUpdateCategory
seedCategory, StringCollection enabledCategoryIds, Boolean parentChecked,
StringBuilder& returnText)
at
Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadCategoriesValues()
at
Administration.Manage.Subscriptions.SubscriptionPr oxy.GetCategoriesList()
at Administration.Manage.Subscriptions.List.GetCatego riesListHtml()
 
Reply With Quote
 
 
 
 
MowGreen [MVP]
Guest
Posts: n/a

 
      11-12-2007
Bruno,

See this thread and check the posts by jacktheexcynic and Paul:
http://www.microsoft.com/technet/com...5-db5d7d021e2d

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============

Bruno Leonardo wrote:

> When i open http://localhost/wsusadmin i see following above:
>
> I've wsus 2.0, windows server 2003 with sp2
>
> Microsoft.UpdateServices.Administration.WsusInvali dDataException: The
> specified string is invalid.
> Parameter name: Title ---> System.ArgumentException: The specified string is
> invalid.
> Parameter name: Title
> at
> Microsoft.UpdateServices.Internal.StringValidation .ValidateUpdateContainerTitleString(String paramName, String value)
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCo ntainer.set_Title(String
> value)
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCo ntainer..ctor(GenericReadableRow row)
> --- End of inner exception stack trace ---
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCo ntainer..ctor(GenericReadableRow row)
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory..ctor(GenericReadableRow row)
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory.BuildUpdateCategoryCollection(GenericReadab leRow[] categoryRows)
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory.GetSubcategories()
> at
> Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadSubCategoriesValues(IUpdateCategory
> seedCategory, StringCollection enabledCategoryIds, Boolean parentChecked,
> StringBuilder& returnText)
> at
> Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadSubCategoriesValues(IUpdateCategory
> seedCategory, StringCollection enabledCategoryIds, Boolean parentChecked,
> StringBuilder& returnText)
> at
> Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadCategoriesValues()
> at
> Administration.Manage.Subscriptions.SubscriptionPr oxy.GetCategoriesList()
> at Administration.Manage.Subscriptions.List.GetCatego riesListHtml()
>
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCo ntainer..ctor(GenericReadableRow row)
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory..ctor(GenericReadableRow row)
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory.BuildUpdateCategoryCollection(GenericReadab leRow[] categoryRows)
> at
> Microsoft.UpdateServices.Internal.BaseApi.UpdateCa tegory.GetSubcategories()
> at
> Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadSubCategoriesValues(IUpdateCategory
> seedCategory, StringCollection enabledCategoryIds, Boolean parentChecked,
> StringBuilder& returnText)
> at
> Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadSubCategoriesValues(IUpdateCategory
> seedCategory, StringCollection enabledCategoryIds, Boolean parentChecked,
> StringBuilder& returnText)
> at
> Administration.Manage.Subscriptions.SubscriptionPr oxy.LoadCategoriesValues()
> at
> Administration.Manage.Subscriptions.SubscriptionPr oxy.GetCategoriesList()
> at Administration.Manage.Subscriptions.List.GetCatego riesListHtml()

 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      11-12-2007
Thanks for posting this.


MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============


cejennings_cr wrote:

> Here are the exact steps that I took to resolve this problem:
>
> 1) Open CMD prompt
> 2) SET WSUS_DB=%COMPUTERNAME%\WSUS
> 3) OSQL -S %WSUS_DB% -E
> 4) 1> USE SUSDB
> 5) 2> Update tbPrecomputedCategoryLocalizedProperty
> 6) 3> Set Title = Replace(Title, '"', '')
> 7) 4> Where Title like '%"%'
> 8) 5> go
> 9) 1> Update tbPreComputedLocalizedProperty
> 10) 2> Set Title = Replace(Title, '"', '')
> 11) 3> Where Title like '%"%'
> 12) 4> go
> 13) 1> quit
>
> This resolved my problems.
>
>

 
Reply With Quote
 
Bruno Leonardo
Guest
Posts: n/a

 
      11-13-2007
I resolved it.

Tks.

Bruno


"MowGreen [MVP]" wrote:

> Thanks for posting this.
>
>
> MowGreen [MVP 2003-2008]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> cejennings_cr wrote:
>
> > Here are the exact steps that I took to resolve this problem:
> >
> > 1) Open CMD prompt
> > 2) SET WSUS_DB=%COMPUTERNAME%\WSUS
> > 3) OSQL -S %WSUS_DB% -E
> > 4) 1> USE SUSDB
> > 5) 2> Update tbPrecomputedCategoryLocalizedProperty
> > 6) 3> Set Title = Replace(Title, '"', '')
> > 7) 4> Where Title like '%"%'
> > 8) 5> go
> > 9) 1> Update tbPreComputedLocalizedProperty
> > 10) 2> Set Title = Replace(Title, '"', '')
> > 11) 3> Where Title like '%"%'
> > 12) 4> go
> > 13) 1> quit
> >
> > This resolved my problems.
> >
> >

>

 
Reply With Quote
 
PA Bear
Guest
Posts: n/a

 
      11-13-2007
cf.
http://blogs.technet.com/wsus/archiv...s-in-wsus.aspx

MowGreen [MVP] wrote:
> Thanks for posting this.
>
>
> MowGreen [MVP 2003-2008]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
>
> cejennings_cr wrote:
>
>> Here are the exact steps that I took to resolve this problem:
>>
>> 1) Open CMD prompt
>> 2) SET WSUS_DB=%COMPUTERNAME%\WSUS
>> 3) OSQL -S %WSUS_DB% -E
>> 4) 1> USE SUSDB
>> 5) 2> Update tbPrecomputedCategoryLocalizedProperty
>> 6) 3> Set Title = Replace(Title, '"', '')
>> 7) 4> Where Title like '%"%'
>> 8) 5> go
>> 9) 1> Update tbPreComputedLocalizedProperty
>> 10) 2> Set Title = Replace(Title, '"', '')
>> 11) 3> Where Title like '%"%'
>> 12) 4> go
>> 13) 1> quit
>>
>> This resolved my problems.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WSUS Beta 2 MMC cannot open the file WSUS.MSC Matt Carter Windows Update 3 01-09-2010 01:08 PM
wsus non-admin permissions rickster Windows Update 1 12-20-2005 03:39 AM
WSUS Admin web page Christopher Fisher Windows Update 1 11-03-2005 02:09 AM
Not able to view WSUS admin console Santhana Windows Update 3 09-29-2005 03:59 AM
wsus and non-admin user athor Windows Update 1 07-12-2005 03:48 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59