Thread: WSUS help
-
July 11th, 2007, 08:49 AM #1Member
- Join Date
- Jul 2007
- Posts
- 64
WSUS help
I put wsus 2.0 on sbs sp 1 and I configured the gp editor and even did the gpupdate /force command and the wauac.exe (i am writing this down from memory so if I misspelled my commands thats why) /detectnow in the command prompt. Roughly 16 hours later wsus still cannot see the client computers, any tips or tricks or if anyone knows what I am doing wrong, please tell me
-
July 11th, 2007, 09:26 AM #2
Check your C:\WINDOWS\WindowsUpdate.log and see if you're getting an errors. Start at the bottom and work your way up. Newer entries are at the bottom.
When I do an inital setup of WSUS on a client PC, I do the following from a 'Command Prompt'.
I also have this saved as a .bat file on the local drive for quick resets if needed.Code:NET STOP "WUAUSERV" NET START "WUAUSERV" WUAUCLT /DETECTNOW
My guess is, your clients aren't seeing the WSUS.This signature intentionally left blank.
-
July 11th, 2007, 12:34 PM #3
I've gotten a lot of help on my WSUS setup woes with the WSUSWiki.
Try out some of their suggestions for resolving client config issues.There are only 10 types of people that understand binary.....
-
July 12th, 2007, 09:09 AM #4Member
- Join Date
- Jul 2007
- Posts
- 64
I saw this line a number of times in the log, what does it mean?
WARNING: GetAuthorizationCookie failure, error = 0x80072EFD, soap client error = 5, soap error code = 0, HTTP status code = 200
-
July 12th, 2007, 09:45 AM #5
Try changing the server (in GPEdit or your REG import) from the server name to IP addy. I don't know why, but the clients on our network liked the IP better. Your WSUS server has to be static for this to work - if it's not, just change it in the DHCP server.
Could you post your logfile?
Besides the WSUS Wiki, you can also use www.wsus.info as a resource. It used to be www.susserver.com.There are only 10 types of people that understand binary.....
-
July 12th, 2007, 10:11 AM #6Member
- Join Date
- Jul 2007
- Posts
- 64
my logfile is attached
-
July 12th, 2007, 10:23 AM #7
I think the IP addy change and this should help.
There are only 10 types of people that understand binary.....
-
July 12th, 2007, 10:30 AM #8Member
- Join Date
- Jul 2007
- Posts
- 64
ok I just want to make sure I got this right
I take out my server name where it says in gpedit
http://(servername):8530
and replace it with
https://(ipaddress):8530 right?
-
July 12th, 2007, 10:31 AM #9Member
- Join Date
- Jul 2007
- Posts
- 64
do I aslo remove the server name and replcace it with the ip address for the intranet updating service?
-
July 12th, 2007, 10:36 AM #10
You're getting the 0x80072EFD error because it's not connecting to your WSUS.
Your entry in GPEDIT is incorrect. It should just be either
in both fields or . . .Code:servername
in both fields.Code:http://IPAddress
This signature intentionally left blank.
-
July 12th, 2007, 10:43 AM #11Member
- Join Date
- Jul 2007
- Posts
- 64
so now it should look exactly like this:
-
July 12th, 2007, 10:47 AM #12Member
- Join Date
- Jul 2007
- Posts
- 64
whoops i posed the wrong one this is what i meant to post
-
July 12th, 2007, 10:49 AM #13
No, just ther servername, no ports or slashes.
The address you have there is what you need to see the console to make changes in a web browser.
EDIT - Or the IP address like in your second image.This signature intentionally left blank.
-
July 12th, 2007, 10:52 AM #14Member
- Join Date
- Jul 2007
- Posts
- 64
ok cool so no port numbers, anything else I should know about?
-
July 12th, 2007, 10:57 AM #15
You should be golden.
After you do the gpedit.msc part, use the script I posted to reset the client and it should hit your WSUS. Check your log at the bottom and your error should be gone.
You'll also need to add your WSUS IP address to the Trusted Zone in IE and then also it's pop-up blocker so you can see the EULAs on some items.This signature intentionally left blank.
-
July 12th, 2007, 11:24 AM #16Member
- Join Date
- Jul 2007
- Posts
- 64
thanks, the computers have not shown up yet, but now i get this error in computer options when specifying how to assign computers to groups
Cannot save configuraction becuase the server is still proccessing previous changes
System.InvalidOperationException: Cannot save Configuration because the server is still processing a previous configuration changes. ---> System.Data.SqlClient.SqlException: spSetConfiguration was called while a Reset Process was Needed/InProgress cannot change Configuration at this time
at Microsoft.UpdateServices.DatabaseAccess.DBConnecti on.DrainObsoleteConnections(SqlException e)
at Microsoft.UpdateServices.DatabaseAccess.DBConnecti on.ExecuteCommandNoResult()
at Microsoft.UpdateServices.Internal.NoResultSPHandle r.ExecuteStoredProcedure(DBConnection connection)
at Microsoft.UpdateServices.Internal.GenericDataAcces s.ExecuteSP(String spName, DBParameterCollection args, IExecuteSPHandler handler)
at Microsoft.UpdateServices.Internal.DataAccess.Execu teSPNoResult(String spName, DBParameterCollection args)
at Microsoft.UpdateServices.Internal.DataAccess.Execu teSPSetConfiguration(ConfigurationTableRow row, IDictionary changedLanguages)
--- End of inner exception stack trace ---
at Microsoft.UpdateServices.Internal.DataAccess.Execu teSPSetConfiguration(ConfigurationTableRow row, IDictionary changedLanguages)
at Microsoft.UpdateServices.Internal.BaseApi.UpdateSe rverConfiguration.Save()
at Administration.Manage.ManageProxy.SaveGeneralOptio nsValues(String xpostXml)
at Administration.Manage.ManageProxy.ValidateGeneralO ptionsForm(String xPostXml)
at Administration.Manage.ManageXPost.Page_Load(Object sender, EventArgs e)
at Microsoft.UpdateServices.Internal.DataAccess.Execu teSPSetConfiguration(ConfigurationTableRow row, IDictionary changedLanguages)
at Microsoft.UpdateServices.Internal.BaseApi.UpdateSe rverConfiguration.Save()
at Administration.Manage.ManageProxy.SaveGeneralOptio nsValues(String xpostXml)
at Administration.Manage.ManageProxy.ValidateGeneralO ptionsForm(String xPostXml)
at Administration.Manage.ManageXPost.Page_Load(Object sender, EventArgs e)
-
July 12th, 2007, 11:27 AM #17
Ewww. That is ugly looking.
I'd drop back and punt . . . reboot the WSUS.This signature intentionally left blank.
-
July 12th, 2007, 11:28 AM #18Member
- Join Date
- Jul 2007
- Posts
- 64
first chance I get I am rebooting it and hope that the error goes to a land far far away
-
July 12th, 2007, 12:20 PM #19Member
- Join Date
- Jul 2007
- Posts
- 64
still wsus is not detecting any client computers
-
July 12th, 2007, 12:49 PM #20Member
- Join Date
- Jul 2007
- Posts
- 64
does anyone know how long wsus will take for the client computers to show up?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
wsus
By mercxi in forum General Tech DiscussionReplies: 1Last Post: July 5th, 2007, 10:36 PM -
WSUS
By pneuman76 in forum General Tech DiscussionReplies: 0Last Post: May 3rd, 2007, 02:06 PM -
Specifying WSUS server in Windows 2000 Pro
By skybolt_1 in forum Applications and Operating SystemsReplies: 2Last Post: February 23rd, 2006, 02:05 PM



LinkBack URL
About LinkBacks



Reply With Quote

Pick your fingers up, I never engage mine when I'm texting. It's too early.
Is It Just Me? v233893843