DUA Shared FOlder

M

Michells

HEllo,

I am facing a problem in Accessing files from shared folder while
running DUA.

Background:

I have configured DUA for local polling and my *.dup file will be
placed in target PC. the script file polls for the shared folder (From
MY PC) but this is not happening.

Script file is as follows

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

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

//Copying HelloWorld.exe from Shared folder to the new folder
7,0,,\\<my system name>\DUA\helloworld.exe,,D:\DaTest1\helloworld.exe,
0

first 2 commands are working perfectly but last command is not
executing.

One more question:
while executing above script file, since last command din't work ,how
do i get to know that this command has not executed.?? (Here I checked
manually and got to know that helloworld.exe was not copied from
shared folder)

I mean in any of the script file, if any command fails how will the
person comes to know whether proper command has been executed or not.
like does it logs an error some where so that the person can get to
know where exactly the error is.

conclusion
Q1: Wt are the settings other than DUA setting for polling shared
folder
Q2: How will the person come to knows that error has been occured ?

Thanks
Michells
 
K

KM

Michells,

1) What logon component do you use in the image ? Minlogon or Winlogon?
How do you know that by the time you executing the DUA script the share is accessible? Has the authentication channel been created
by that moment? If not, you'd probably need to add another step to run something like "net use ... /USER: ..." first.

2) You may want to take a look at the Event log. DUA should log error in there:
http://msdn2.microsoft.com/en-us/library/ms932940.aspx. (helpful for local pulling)
IIS log would be the place for troubleshooting DUA hat pulls a web 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 Queries 1
Query On DUA 1
DUA errors 1
REQUEST: RAM Reg EWF DUA example 1
DUA without DUA Service 1
bunch of DUA q's 4
DUA script file: stopping deletion 3
DUA problems 2

Top