Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


tfsuser
2012-06-04T16:55:29Z
Hi,
I have an interesting issue with version 6.1.1:
I have a copy job from c:\temp to \\server\folder
sometimes, and I am not sure exactly how to reproduce this, I get the following error:

6/4/2012 8:32:29 AM Err Exception in Task: Access to the path is denied.
6/4/2012 8:32:29 AM Err Exception in Task: No file(s) copied

the main issue is that other jobs that try to copy to the same remote dir succeed.
when I restart VC everything magically work! I am not sure whey a restart of the service helps, but it does - no need to do anything else.
when I turn the extra debug option I don't get much more info - I see that the Impersonation result is success but no more info.

is there a way to know why this happens? which of the two directories became not available to VC? the error logging in this case could be enhanced. is the file somehow locked by VC - I download the file from FTP in a different job and the copy job is triggered by the file being created.

thanks for the help!
Ran
Sponsor
Forum information
Support
2012-06-04T16:56:44Z
Are you copying sub folders - it could be a sub folder that has a file in it that has limited permission?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
tfsuser
2012-06-04T17:04:31Z
we are not copying any sub folders - just the trigger file.
here is the output from the job:

Exception in Task: Access to the path is denied.
c:\ftpstage\Daily_Consolidated.pdf -> \\tfs\shares\automation\Daily_Consolidated.pdf Failed: Access to the path is denied.
Exception in Task: No file(s) copied

in the copy task the folder is {TRIGGER(Active|LastTrigger|File.Result.TriggerFolder)} and include file mask is {TRIGGER(Active|LastTrigger|File.Result.Name)} and include sub folders is not set.
Support
2012-06-04T17:13:15Z
It could be some other application, like antivirus or similar that locks the file temporary from time to time.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top