Dunko
2005-06-22 20:46:04 UTC
On the WSUSAdmin home page, there is the following message under the TO DO
LIST:
Check your server configuration
One or more Update Service components could not be contacted. Check your
server status and ensure that the Windows Server Update Service is running.
Non-running services: WSUSService
I looked in SERVICES, the only thing about WSUSService is Update Services
(Description: Enables the download of Windows Updates to this Windows Server
Update Services Server) which if I attempt to START I receive a permission
denied message.
Found in the service folder (Program files\Update Services\service), under
the BIN folder, there is a file called wsusservice.exe
I attempt to run it I get the following error:
"Cannot start service from the command line or a debugger. A Windows Service
must first be installed (using installutil.exe) and then started with the
ServerExplorer, windows Services Administrative tool or the NET START
command."
I can not find the installutil program, but I did find wsusutil.exe. Have
no idea if they are the same, but they don't seem to be.
After snooping around some more...
According to
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/WSUS/WSUSOperationsGuideTC/e677317d-533b-41ce-96c5-4b9ad75cbf48.mspx
when using MSDE, the SQL service should be MSSQLSERVER and when using a SQL
Server database, the service shoudl be MSSQL$WSUS. Well, i'm using MSDE and
the service is MSSQL$WSUS.
THEN, accroding to
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/WSUS/WSUSOperationsGuideTC/5b2a029a-34bf-47ba-94e3-e0e93b4f825b.mspx
I attempted to do:
1. Type: net stop WSUSService, and then press ENTER.
2. Type: "%programfiles%\Update Services\tools\osql\osql.exe" -S
SQL_InstanceName -E -b -n –Q "USE SUSDB update tbConfigurationC set
BitsDownloadPriorityForeground=1" and then press ENTER.
2. Type: net start WSUSService.
and received this error:
[DBNETLIB]SQL Server does not exist or access denied.
[DBNETLIB]ConnectionOpen (Connect()).
Any help would be greatly appreciated as my fustration continues to grow.
Thank you.
LIST:
Check your server configuration
One or more Update Service components could not be contacted. Check your
server status and ensure that the Windows Server Update Service is running.
Non-running services: WSUSService
I looked in SERVICES, the only thing about WSUSService is Update Services
(Description: Enables the download of Windows Updates to this Windows Server
Update Services Server) which if I attempt to START I receive a permission
denied message.
Found in the service folder (Program files\Update Services\service), under
the BIN folder, there is a file called wsusservice.exe
I attempt to run it I get the following error:
"Cannot start service from the command line or a debugger. A Windows Service
must first be installed (using installutil.exe) and then started with the
ServerExplorer, windows Services Administrative tool or the NET START
command."
I can not find the installutil program, but I did find wsusutil.exe. Have
no idea if they are the same, but they don't seem to be.
After snooping around some more...
According to
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/WSUS/WSUSOperationsGuideTC/e677317d-533b-41ce-96c5-4b9ad75cbf48.mspx
when using MSDE, the SQL service should be MSSQLSERVER and when using a SQL
Server database, the service shoudl be MSSQL$WSUS. Well, i'm using MSDE and
the service is MSSQL$WSUS.
THEN, accroding to
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/WSUS/WSUSOperationsGuideTC/5b2a029a-34bf-47ba-94e3-e0e93b4f825b.mspx
I attempted to do:
1. Type: net stop WSUSService, and then press ENTER.
2. Type: "%programfiles%\Update Services\tools\osql\osql.exe" -S
SQL_InstanceName -E -b -n –Q "USE SUSDB update tbConfigurationC set
BitsDownloadPriorityForeground=1" and then press ENTER.
2. Type: net start WSUSService.
and received this error:
[DBNETLIB]SQL Server does not exist or access denied.
[DBNETLIB]ConnectionOpen (Connect()).
Any help would be greatly appreciated as my fustration continues to grow.
Thank you.