The error indicates that 24x7 is unable to "dir"-like operation in the specified folder. Does the account have directory browse permissions? Is the directory / share name correct? Can you do it in subfolder, e.g \\\\SERVERA\\FolderA$\\SubfolderA ? Can you do it from DOS prompt, e.g. dir \\SERVERA\FolderA$\*.* ? : hello, : I am getting this error in the sync.log : *** ERROR: File search operation failed : my code look like this : SyncLocalDir( "\\\\SERVERA\\FolderA$", : "\\\\SERVERB\\FolderA$", TRUE, TRUE, TRUE, TRUE ) : SyncLocalDir( "\\\\SERVERA\\FolderB$\\FolderC", : "\\\\SERVERB\\FolderB$\\FolderC", TRUE, TRUE, TRUE, TRUE ) : etc : while troubleshooting, i would comment out the line that was failing to let : the rest of the script run, and I found it erroring on almost each line : it failed under the following headers in the the sync.log file : New files, New subdirectories, Deleted files : This used to run find til a couple of days ago, : How do i troubleshoot "*** ERROR: File search operation failed" : thanks : ahill
|