DUA errors

M

Michael Weyant

I have a build that I am toying with trying to get DUA operational. I
created a test script using DUAScriptGen and am hosting it on a server in my
test environment. I have made the necessary MIME changes to serve .dup
files.

I cannot get the client to connect, coming up with a 12007 error every time
it tries to run. Here are the full details from the event log:

Event Type: Error
Event Source: DUAgent
Event Category: None
Event ID: 125
Date: 7/26/2007
Time: 4:41:03 PM
User: N/A
Computer: THE-4OL28ANG2NP
Description:
DUAgent Service - Error Executing Command CHTTPImpl.Get. (Error:12007).
Data:
0000: 57 00 69 00 6e 00 48 00 W.i.n.H.
0008: 74 00 74 00 70 00 53 00 t.t.p.S.
0010: 65 00 e.

On the machine that DUA is non-functional, I am able to open IE and manually
enter the URL to successfully download the files. Below are the contents of
my .dup file.

// DUAScriptGen V1.1 Script File
// (C) 2004-2005 Microsoft Corporation

HTTPGET,0,0,ecs-testsrv-1,0,dua/reschange.exe,0,c:\dua\reschange.exe

// **** FILE OPERATIONS BEGIN ***

// ***********************************************************
// MOVEFILE
// Error Mode
// Expand Mode
// Source - c:\dua\reschange.exe
// Expand
// Destination - c:\reschange.exe
CREATEDIRECTORY,,,c:
MOVEFILE,,,c:\dua\reschange.exe,,c:\reschange.exe,DAMOVEFILE_REPLACE_EXISTING

// **** FILE OPERATIONS END ***

// **** REGISTRY OPERATIONS BEGIN ***

// **** REGISTRY OPERATIONS END ***

REGCREATEKEY,,HKEY_LOCAL_MACHINE,,SYSTEM\CurrentControlSet\Services\DUAgent\Parameters\Config\Sessions\0000,DAREG_OPTION_NON_VOLATILE,KEY_ALL_ACCESS
REGSETVALUE,,HKEY_LOCAL_MACHINE,,SYSTEM\CurrentControlSet\Services\DUAgent\Parameters\Config\Sessions\0000,,CmdFile,DAREG_SZ,ecsduat2.dup

REBOOT,,DAREBOOTOPT_REBOOT

// Created by DUAScriptGen v1.1.0002 (March 25, 2005)


Also below are the registry settings on the client machine.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DUAgent\Parameters\Config\Sessions\0000]
"Type"=dword:00000001
"ProxyAccessType"=dword:00000000
"HostPort"=dword:00000050
"Protocol"=dword:00000000
"AutoLogonLevel"=dword:00000001
"CmdFile"="dua/ecsdua1.dup"
"HostName"="ecs-testsvr-1"

I have verified that the path (in IE) is
http://ecs-testsvr-1/dua/ecsdua1.dup

Frankly, I am stumped. Any advice from you DUA gurus out there?

Michael
 

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