I checked and I don't think it is possible. You will need to do each directory separatelly. You can write a user-defined statement that processes 1 directory at a time and then call it recursively from your job. It is surely possible, but requires some coding. If you don't really care about errors consider using DOS xcopy command for that purpose. xcopy has command line switches for ignoring errors. For details, from DOS prompt run "xcopy /?" : When running this command to sync to directories, is there any way to resume : the sync if an error occurs? I have a remote dir that has a single file I : do not have permissions to access, and ultimately copy. is there a way to : ignore this error and continue the sync? The current job seems to fail at : this point, and does not continute to process further files. thoughts?
|