DUA problems

G

Guest

Hi..

I am running DUAgent with following Configuration.


(I have included all the applicable settings)
___________________________________________________________________________
Service Account Local System

Run on Start,Require HTTP Support

Poll Interval 300 seconds

Working Directory: d:/dua/working

Expand Working Directory using the Environment on the Embedded device :
checked

Poll Time all are selected

Select the Command Path Type: Remote using HTTP

Complete Path to the Command File including Filename and Extension:
cmdfiles\cmdfile01.dup

Expand Command File Path using the Environment on the Embedded device :
checked

Host Name: 172.19.25.162

Expand Command File Path using the Environment on the Embedded device :
checked

Advanced Settings | show |

HTTP Host Port: 80 Proxy Access Type: 0



Security Settings | show |

AutoLogon Level: 1

_______________________________________________________________________________



While using the HTTP protocol, I am facing the error 12002 on the XP
embedded client machine and the Http status code is 502 seen in the logfile
(C:\WINDOWS\system32\Logfiles\W3SVC1) on server machine.

(from log file)
13:32:35 172.19.25.143 GET /cmdfiles\cmdfile01.dup 200
13:29:14 172.19.25.143 GET /cmdfiles/q319182.exe 502

Although the DUA gets the .dup file from the server but the script is not
running.
I am using the following example:-


//Pull down new binary files
//Be sure to edit myhostname to reflect your specific host
16,0,,myhostname,,cmdfiles/q319182.exe,0,d:\dua\q319182.exe,1
//Execute the QFE installer in quiet mode with no reboot
15,0,0,0,d:\dua\q319182.exe,0,/q:a /r:n,1,
4294967295,,1,,,,1,,,,0,,,1,0,WinSta0\Default
//Delete the QFE installer
8,0,,d:\dua\q319182.exe
//Set value of the command file that DUA is polling
11,0,2147483650,,SYSTEM\ControlSet001\Services\DUAgent\Parameters\Config\Sessions\0000,,CmdFile,2,cmdfiles/cmdfile02.dup

please tell what's the cause of this error 12002

Thanks

Kedar BOrhade
 
K

KM

Kedar,

12002 =ERROR_INTERNET_TIMEOUT, The request has timed out.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;193625

You seem to be having problems getting access to the server or particular files from client over http.
First thing I'd suggest you would be to rewrite the script you mentioned using DUA symbolic variables. This would help you much
debugging the script and finding errors. Now it is hard to match all the numbers and analyze the script :-(

You may also want to turn on DUA logging. More info in the Event Viewer logs will appear.
See "EWF/DUA help needed" thread below on how to do that.

KM
 
G

Guest

thanks KM,

I trying to change the script. Will post again when i complete the task.

regards

Kedar Borhade
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top