DUA Queries

  • Thread starter Thread starter 84.jain
  • Start date Start date
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
 
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?
 
Back
Top