DUA using http!

  • Thread starter Thread starter Ann
  • Start date Start date
A

Ann

I've followed the four steps "Microsoft Windows XP Embedded Help" provided
in "Tutorial: Internet Explorer Update" when I built my image. But my
runtime gave the following error:"DUAgent Service - Error Executing Command
get_Cmds.(The system cannot find the path specified.)"

Could anyone give me some hints?

Thanks and Best Regards,

Ann
 
Hi Ann,

On your webserver, verify that the .dup is a registered MIME type. Also,
verify that the account DUA is using to access the webserver has
read/execute permissions on the file.

Also, check your webserver logs to see the error code returned to the
client-- that may help. I'm assuming you are using the Windows Event Log to
diagnose the problem. Many times, the errors logged to the event log are
WinHTTP errors. This MSDN page can help troubleshoot these types of errors:
http://msdn.microsoft.com/library/en-us/winhttp/http/error_messages.asp

Hope this helps,

Dan
 
Back
Top