Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Re: SP2(KB914961) installation fails 2003(64 bit) endpoint with 0x800705B3

Reply
Thread Tools Display Modes

Re: SP2(KB914961) installation fails 2003(64 bit) endpoint with 0x800705B3

 
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      07-02-2009

[[Forwarded to Win64bit General via crosspost]]

Pushku wrote:
> Hello Everyone,
>
> We are installing - windows patches - using WUA API. Till now we are
> okey with installing many windows updates and SPs too. but 64-bit SP2
> (KB914961) it failing with following error:
>
> Error Code: 0x800705B3
> Error Desc: This operation requires an interactive window station.
>
> It occurs ONLY when script is executed remotely on endpoint. When we
> run it manually using logged in using RDC, it works fine. Please let
> us know if anyone has got similar problem.
>
>
> Following way we are using API in the vbscript:
>
> *************CODE START***************
> Dim UpdateSession, UpdatesToInstall, UpdateInstaller
>
> Set UpdateSession = CreateObject("Microsoft.Update.Session")
> Set UpdatesToInstall = CreateObject("Microsoft.Update.UpdateColl")
> Set UpdateInstaller = UpdateSession.CreateUpdateInstaller
> ...
> 'Here we initialize 'UpdatesToInstall ' with - UpdatesToInstall.Add()
> ...
> UpdateInstaller.Updates = UpdatesToInstall
> UpdateInstaller.ForceQuiet = True
> UpdateInstaller.IsForced = True
>
> Dim intCount
> For intCount=0 To UpdateInstaller.Updates.Count-1
> UpdateInstaller.Updates.Item(intCount).AcceptEula
> Next
> Set InstallationResult =
> UpdateInstaller.Install 'Install
> updates *fails here*
> *************CODE END***************
>
> Thanks,
> Pushkaraj
>
> PS: I will add svcpack log file in a hour or so.

 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      07-05-2009

(interleaved response)
"Pushku" <> wrote in message
news:ff5bbbc0-fc49-435c-9f4e-...


Inserting comment for OP...


"Pushku" <> wrote in message
news:60d66605-73f5-419e-a15f-...
> Hello Everyone,
>
> We are installing - windows patches - using WUA API. Till now we are
> okey with installing many windows updates and SPs too. but 64-bit SP2
> (KB914961) it failing with following error:
>
> Error Code: 0x800705B3
> Error Desc: This operation requires an interactive window station.
>
> It occurs ONLY when script is executed remotely on endpoint.


> When we run it manually using logged in using RDC, it works fine.



Have you tried comparing the logs from those two cases?
(FWIW I don't run that OS so I don't have an example
I could compare for you.)

Also, it may help if you made clear which "upgrade scenario"
your case fits in. (I tried to follow one of the links in the Release Notes
and found this after refining the search it provided


http://technet.microsoft.com/en-us/w...b294403.aspx#1

(BING search for
technet content windowsserver sp2
)



> Please let us know if anyone has got similar problem.
>
>
> Following way we are using API in the vbscript:
>
> *************CODE START***************
> Dim UpdateSession, UpdatesToInstall, UpdateInstaller
>
> Set UpdateSession = CreateObject("Microsoft.Update.Session")
> Set UpdatesToInstall = CreateObject("Microsoft.Update.UpdateColl")
> Set UpdateInstaller = UpdateSession.CreateUpdateInstaller
> ...
> 'Here we initialize 'UpdatesToInstall ' with - UpdatesToInstall.Add()
> ...
> UpdateInstaller.Updates = UpdatesToInstall
> UpdateInstaller.ForceQuiet = True
> UpdateInstaller.IsForced = True
>
> Dim intCount
> For intCount=0 To UpdateInstaller.Updates.Count-1
> UpdateInstaller.Updates.Item(intCount).AcceptEula
> Next
> Set InstallationResult =
> UpdateInstaller.Install 'Install
> updates *fails here*
> *************CODE END***************
>
> Thanks,
> Pushkaraj
>
> PS: I will add svcpack log file in a hour or so.



> Here is the log file:



This is the only thing that really sticks out in it for me.
(E.g. the shell variable should have a trailing % as well as an opening one.)


> 163.453: Starting process: C:\WINDOWS\ADFS\adfsreg.exe backupassembly
> System.Web.Security.SingleSignon %windir \ADFS
> \System.Web.Security.SingleSignon.dll
> 163.453: RunInfProcesses: SpawnProcessAndWaitForItToComplete on "C:
> \WINDOWS\ADFS\adfsreg.exe backupassembly
> System.Web.Security.SingleSignon %windir \ADFS
> \System.Web.Security.SingleSignon.dll" in
> [ADFS.SingleSignOn.RunProcess.ProcessesToRun] failed: 0x3
> 163.453: Return Code = 3



This would be an interesting point of comparison in the two cases,
I suspect. ; )


Good luck

Robert Aldwinckle
---


 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      07-10-2009


"Pushku" <> wrote in message
news:a65fb82d-9376-4b9a-a037-...
> Hello Robert,
>
> This are the logs:

....


There is no instance of the line which caught my attention in these.

>> > System.Web.Security.SingleSignon %windir \ADFS



It may be that when the update is run successfully such logging is suppressed.
In that case you might have to invoke verbose logging or even supplement
that with a ProcMon trace.


Good luck

Robert
---


 
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
Installation fails: MSO 2003 Security Update KB947355 Bobby Windows Update 4 03-23-2008 01:31 AM
Windows Audio Endpoint Builder Service fails to start Kghareus Windows Vista Installation 0 02-14-2008 05:32 PM
Installation of Windows Server2003-KB914961-SP2-x86-ENU.exe fails ThomasR. Windows Update 1 04-16-2007 12:11 AM
installation KB905648: spamfilter in Outlook 2003 fails Japers Windows Update 7 02-16-2006 05:55 PM
Will MC Extendor work over VPN (endpoint to endpoint)? Hanan Windows Media Center 1 11-06-2004 01:29 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