Page 2 of 3

Re: r897: "Timeout occured"

PostPosted: 11.10.2017, 16:02
by AlexLi
Thanks all!
Yes, In my client\cmd folder, DetermineServiceState.vbs is also missing, that is why I got timeout errors.
I don't know how it happened (missed a file).

Re: r897: "Timeout occured"

PostPosted: 11.10.2017, 18:45
by AlexLi
I verifyied that after downloading updates, DetermineServiceState.vbs is gone.

possible reason:
in cmd\DownloadUpdates.cmd

rem *** Obsolete internal stuff ***
...
if exist ..\client\cmd\DetermineServiceState.vbs del ..\client\cmd\DetermineServiceState.vbs

Re: r897: "Timeout occured"

PostPosted: 11.10.2017, 20:46
by boco
Whoops. So, it seems to be not that obsolete after all... Thanks for the info.

Re: r897: "Timeout occured"

PostPosted: 12.10.2017, 12:20
by psj
if exist ..\client\cmd\DetermineServiceState.vbs del ..\client\cmd\DetermineServiceState.vbs


that line was introduced in Trunk 751 (diff), which was the first change after release of Version 10.6

Re: r897: "Timeout occured"

PostPosted: 12.10.2017, 16:35
by WSUSUpdateAdmin
Moin!

Was für ein Fehler... :oops:

Ist hier im Vorfeld beim Testen nicht aufgefallen, weil ich zur Synchronisation meiner lokalen Kopie mit unserem Produktiv-Repository SyncToy verwende, das trotz Modus "Echo" die lokale Datei DetermineServiceState.vbs nicht gelöscht hat...

Das nenn ich mal "dumm gelaufen". :(

Danke & Gruß
Torsten

Re: r897: "Timeout occured"

PostPosted: 05.11.2017, 02:28
by random
I can confirm this same issue when updating Windows Vista SP2 using WSUSOU 10.9.2:

Image


random

Re: r897: "Timeout occured"

PostPosted: 05.11.2017, 11:33
by Gerby
Hey random,

This has already been fixed in WSUS Offline Update 11.0.3 that was released almost a month ago. Please update to that version.

Gerby

Re: r897: "Timeout occured"

PostPosted: 05.11.2017, 15:27
by random
Hi Gerby,

I used that version because it says it's the last version supporting Vista..

Version 10.9.2 -- 19.03.17
- NOTE: This version will be the last one supporting Windows Vista (see https://support.microsoft.com/en-us/hel ... of-support)


Maybe replacing the :WaitService label of version 10.9.2 with the one from 11.0.3, then adding DetermineServiceState.vbs script would be enough?


random

Re: r897: "Timeout occured"

PostPosted: 05.11.2017, 17:36
by Gerby
Sorry, random, I didn't think about the official end of support for Vista.

I'm not sure, if the problem with DetermineServiceState.vbs was already there in 10.9.2. This was introduced later. I guess, you have another problem. Does the timeout occur repeatedly?

On the other hand: Have you ever tried to use the current version of WSUS Offline Update updating Windows Vista? The basic platform (w60) is still supported, however it's dedicated to Windows Server 2008. Don't know if this works...

Greetz
Gerby

Re: r897: "Timeout occured"

PostPosted: 05.11.2017, 17:49
by boco
The common problem with Vista is probably that newer updates which are only applicable to Server 2008 have superseded the older ones still applicable to Vista. Same kernel, but they most probably won't allow installing the new ones.