|
|
|
DUA Will Not Move Files.. PLEASE HELP!
microsoft.public.windowsxp.embedded
|
|

06-04-2008, 12:30 AM
|
|
|
|
DUA Will Not Move Files.. PLEASE HELP!
Hello all,
I have scoured the web and this newsgroup for info pertaining to this
problem with no luck. Here it goes...
I am trying to simply move a file from an IIS server to my XPE kiosk
using the Device Update Agent. This is all being done on the same
network, with all permissions correctly specified for both the web
server side and the directory I want to write to on the XPE box.
I know that DUA will work in some cases. DUA will work if I am just
doing an execute command.(Specifically I used it to remotely
deactivate HORM on the XPE box when it was currently activated).
In the IIS log on the server, I get a 200 response on the HTTPGet of
the DUP file and the HTML file I am trying to move, indicating that
the Get of the files was successful. On the XPE box I do not get any
errors in the event viewer for the DUA service, indicating the DUP
file is being received fine (and theoretically the html file as well).
I can download this file fine on the XPE box by simply navigating to
the file n IE (since its running on a public IIS server).
So basically DUA works to execute commands, but not move or copy
files. If needed I can post my specific DUS but I was hoping the above
info would be a good start.
Please any input at all would be greatly appreciated!
Thanks in advance,
Reagan
|
|

06-04-2008, 06:17 AM
|
|
|
|
Re: DUA Will Not Move Files.. PLEASE HELP!
Try to post an example of your .dus file with the get and move command.
If http get is successful you should see the files in your dua working
folder.
Remember these parameter to move file, some could be useful:
DAMOVEFILE_REPLACE_EXISTING
DAMOVEFILE_DELAY_UNTIL_REBOOT
DAMOVEFILE_COPY_ALLOWED (Important if you move from one drive to another)
MOVEFILE,,,D:\DUA\Working\file1.exe,1,D:\Windows\f ile1.exe,DAMOVEFILE_DELAY_UNTIL_REBOOT|DAMOVEFILE_ REPLACE_EXISTING
/Peter
"whammy" <rtdooley@gmail.com> wrote in message
news:d195eae5-774c-4f2d-a1ce-31e987a54cb4@f63g2000hsf.googlegroups.com...
> Hello all,
>
> I have scoured the web and this newsgroup for info pertaining to this
> problem with no luck. Here it goes...
>
> I am trying to simply move a file from an IIS server to my XPE kiosk
> using the Device Update Agent. This is all being done on the same
> network, with all permissions correctly specified for both the web
> server side and the directory I want to write to on the XPE box.
>
> I know that DUA will work in some cases. DUA will work if I am just
> doing an execute command.(Specifically I used it to remotely
> deactivate HORM on the XPE box when it was currently activated).
>
> In the IIS log on the server, I get a 200 response on the HTTPGet of
> the DUP file and the HTML file I am trying to move, indicating that
> the Get of the files was successful. On the XPE box I do not get any
> errors in the event viewer for the DUA service, indicating the DUP
> file is being received fine (and theoretically the html file as well).
>
> I can download this file fine on the XPE box by simply navigating to
> the file n IE (since its running on a public IIS server).
>
> So basically DUA works to execute commands, but not move or copy
> files. If needed I can post my specific DUS but I was hoping the above
> info would be a good start.
>
> Please any input at all would be greatly appreciated!
>
> Thanks in advance,
> Reagan
|
|

06-04-2008, 03:10 PM
|
|
|
|
Re: DUA Will Not Move Files.. PLEASE HELP!
Peter
HTTPGET,0,0,<server IP>,0,demo/example.html,0,c:\demo\example.html
MOVEFILE,,,c:\demo\example.html,,c:\Target
\example.html,DAMOVEFILE_REPLACE_EXISTING
demo is the folder on the development PC and the IIS server folder
that I can browse on the web. 'demo' contains the DUP file and the
HTML file to move.
Target is the folder on the xpe box i want the file dropped in.
Thanks,
Reagan
|
|

06-06-2008, 05:38 PM
|
|
|
|
Re: DUA Will Not Move Files.. PLEASE HELP!
On Jun 4, 10:10 am, whammy <rtdoo...@gmail.com> wrote:
> Peter
>
> HTTPGET,0,0,<server IP>,0,demo/example.html,0,c:\demo\example.html
>
> MOVEFILE,,,c:\demo\example.html,,c:\Target
> \example.html,DAMOVEFILE_REPLACE_EXISTING
>
> demo is the folder on the development PC and the IIS server folder
> that I can browse on the web. 'demo' contains the DUP file and the
> HTML file to move.
>
> Target is the folder on the xpe box i want the file dropped in.
>
> Thanks,
> Reagan
Anyone? Still no luck, any help would be appreciated.
|
|

06-09-2008, 08:51 AM
|
|
|
|
Re: DUA Will Not Move Files.. PLEASE HELP!
C:\Demo folder exist on your C: drive?
C: drive is your %systemroot%?
Try to download the file to Working DUA folder.
Try to rename the .html file to .tst:
HTTPGET /example.tst,,, example.html
Seen that DUA doesn't work with some extension, e.g it can't get a .vbs
file - Maybe the same issue with html?
/Peter
"whammy" <rtdooley@gmail.com> wrote in message
news:5a77b015-b460-43c5-aa30-3dacc8a70596@e39g2000hsf.googlegroups.com...
> On Jun 4, 10:10 am, whammy <rtdoo...@gmail.com> wrote:
>> Peter
>>
>> HTTPGET,0,0,<server IP>,0,demo/example.html,0,c:\demo\example.html
>>
>> MOVEFILE,,,c:\demo\example.html,,c:\Target
>> \example.html,DAMOVEFILE_REPLACE_EXISTING
>>
>> demo is the folder on the development PC and the IIS server folder
>> that I can browse on the web. 'demo' contains the DUP file and the
>> HTML file to move.
>>
>> Target is the folder on the xpe box i want the file dropped in.
>>
>> Thanks,
>> Reagan
>
> Anyone? Still no luck, any help would be appreciated.
|
|

06-10-2008, 08:40 PM
|
|
|
|
Re: DUA Will Not Move Files.. PLEASE HELP!
I did try renaming the file. Tried it with PDF extension and tst
extension. Will not move any type of files.
Not sure what you mean by your first statement. C:\demo is my working
DUA folder on the development PC. That is the folder that contains the
DUP file and the HTML file for transfer C:\target is where I want the
file moved to on the XPE machine.
Thanks for the responses but I still can't get anywhere with this. Any
other help is greatly appreciated.
-Reagan
On Jun 9, 3:51 am, "Peter Karlshøj Jensen" <pete...@amitech.dk> wrote:
> C:\Demo folder exist on your C: drive?
> C: drive is your %systemroot%?
> Try to download the file to Working DUA folder.
>
> Try to rename the .html file to .tst:
> HTTPGET /example.tst,,, example.html
>
> Seen that DUA doesn't work with some extension, e.g it can't get a .vbs
> file - Maybe the same issue with html?
>
> /Peter
|
|

06-11-2008, 07:39 AM
|
|
|
|
Re: DUA Will Not Move Files.. PLEASE HELP!
Start with a simple test, compile the dus file with only the httpget
command.
Verify that the example.html is downloaded correctly to C:\Demo
Is the file in the C:\Demo folder after you restart the dua service?
/Peter
"whammy" <rtdooley@gmail.com> wrote in message
news:7ded66d4-f1d7-4b03-bdea-cec0a1c40062@a70g2000hsh.googlegroups.com...
I did try renaming the file. Tried it with PDF extension and tst
extension. Will not move any type of files.
Not sure what you mean by your first statement. C:\demo is my working
DUA folder on the development PC. That is the folder that contains the
DUP file and the HTML file for transfer C:\target is where I want the
file moved to on the XPE machine.
Thanks for the responses but I still can't get anywhere with this. Any
other help is greatly appreciated.
-Reagan
On Jun 9, 3:51 am, "Peter Karlshøj Jensen" <pete...@amitech.dk> wrote:
> C:\Demo folder exist on your C: drive?
> C: drive is your %systemroot%?
> Try to download the file to Working DUA folder.
>
> Try to rename the .html file to .tst:
> HTTPGET /example.tst,,, example.html
>
> Seen that DUA doesn't work with some extension, e.g it can't get a .vbs
> file - Maybe the same issue with html?
>
> /Peter
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 05:50 AM.
|
|