Hi,
When i use the following script inside powershell on the vcron server itself it works:
$SourceFolder = "\\<IPADDRESS>\test$\"
$TargetFolder = "\\IPADDRESS\company$\TEST\test\"
Robocopy $SourceFolder $TargetFolder /MIR /FFT /Z /XA:H /W:5
However if i create a job in Visualcron it does not work.
The result is:
ERROR 5 (0x00000005) Getting File System Type of Source \\<IPADDRESS>\test$\
Access is denied.
and
ERROR 5 (0x00000005) Accessing Source Directory \\<IPADDRESS>\test$\
Access is denied.
Edited by moderator
2019-05-09T08:27:07Z
|
Reason: Not specified