DUA Queries

8

84.jain

Hello All,

I am working on DUA and facing few problems.

Background:

My target PC and my PC are connected through ethernet crossover cable.
I tried running a .dup file from a local system. It was working fine.
The script does the following: 1) Creates a new directory
2) copy the notepad.exe from system folder to the newly created folder.

i have no issue with that.

The problem is, when i changed the settings of DUA component to Remote
using HTTP I was not able to run the .dup file from MY PC.

settings is as follows:

Working Directory: D:\DUP
HOstname : Myshec15633d (my PC name)
CMDfile : Windows Embedded Images\notepad.dup

*** the notepad.dup file is placed in "Windows Embedded Images" folder
which is shared.

the script file i have written is as follows:

//Creating a new directory
4,0,,D:\DaTest1

//Copying notepad.exe from system folder to the new folder
7,0,,D:\windows\system32\notepad.exe,,D:\DaTest1\notepad.exe,0

//Delete the Notepad.exe from new folder
//8,0,,D:\DaTest1\notepad.exe

I am able to open the shared folder from IE (\\myshec15633d\Windows
Embedded Images\Notepad,dup)

In event log the error was
" DUAgentservice - Error Executing command CHTTPImpl.Get Error
(12029) "


so kindly look into my problem and help me out.

Regards
Michells
 
K

KM

Michells,

I must admit I didn't quite understand what you're trying to accomplish.

You are using DUA in HTTP mode to run DUP script from your PC host, right?
Then the first question pops up - are you running a Web Server on your PC? (e.g., IIS)

If not and you don't plan to, why not use local file mode with the DUP script laid on the network share?
 

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

Similar Threads

DUA Shared FOlder 1
DUA errors 1
Query On DUA 1
DUA problems 2
DUA script file: stopping deletion 3
bunch of DUA q's 4
DUA running but not working... 7
DUA hates me. 1

Top