Aug 10, 2006 #1 Boxalld Technical User Joined Apr 20, 2004 Messages 42 Location GB Having trouble with WSUS, I have seen in the Log file that the Database is suspect. How can i repair the database ????? To get WSUS running again.
Having trouble with WSUS, I have seen in the Log file that the Database is suspect. How can i repair the database ????? To get WSUS running again.
Aug 10, 2006 #2 tfg13 MIS Joined Nov 10, 2003 Messages 1,568 Location US What are you using as the DB? Is it the WMSDE? Have you successfully been able to log into the DB using the OSQL.exe command? Upvote 0 Downvote
What are you using as the DB? Is it the WMSDE? Have you successfully been able to log into the DB using the OSQL.exe command?
Aug 10, 2006 Thread starter #3 Boxalld Technical User Joined Apr 20, 2004 Messages 42 Location GB Using MSDE I tried conecting using osql.exe as follows osql.exe -S localhost -d susdb -U administrator I tried my domain admin account as well Could not connect to the database says either access denied or no sql running ( checked the MSSQL$WSUS and its runing Upvote 0 Downvote
Using MSDE I tried conecting using osql.exe as follows osql.exe -S localhost -d susdb -U administrator I tried my domain admin account as well Could not connect to the database says either access denied or no sql running ( checked the MSSQL$WSUS and its runing
Aug 10, 2006 #4 tfg13 MIS Joined Nov 10, 2003 Messages 1,568 Location US Try typing (with servername replaced with your server name) osql.exe -E -S servername\WSUS If a 1> shows up, type "use master", then a 2> should show up. Type go. Also, look to see which groups have access. Should look something like this: 1>use master 2>go 1>select name from sysusers 2>go You should have WSUS administrators in the permissions. If not, you'll need to add them. This article will help you: http://support.microsoft.com/kb/325003/ Also, try running sqlmngr.exe, just to make sure.... Upvote 0 Downvote
Try typing (with servername replaced with your server name) osql.exe -E -S servername\WSUS If a 1> shows up, type "use master", then a 2> should show up. Type go. Also, look to see which groups have access. Should look something like this: 1>use master 2>go 1>select name from sysusers 2>go You should have WSUS administrators in the permissions. If not, you'll need to add them. This article will help you: http://support.microsoft.com/kb/325003/ Also, try running sqlmngr.exe, just to make sure....