I really don't get this .. syncing manually works flawlessly but using the same setting as a batch gives me several errors like the samples below. Both directories exist - so I don't get the problem. I updated to 5.10 .. same thing.
First error tells me the folder isn't found and that I can ignore the error to see the folder as empty .. whatever that means. Both folders are there and not empty.
The second error tells the that the path cannot be found .. it's there for sure.
Please .. can anyone tell me how to get rid of these errors. I would be grateful for a daily log that that doesn't get me worried.
[12:00:05] Fehler: Der Ordner 's:\emergency\00 Daniel\Briefe\' wurde nicht gefunden.
Dieser Fehler kann ignoriert werden, um den Ordner als leer anzusehen.
[12:00:05] Info: Synchronisiere Ordnerpaar:
Links: 'c:\Users\Daniel\Favorites\'
Rechts: 's:\emergency\Users\Daniel\Favorites\'
[12:00:05] Fehler: Das Verzeichnis 's:' kann nicht erstellt werden.
Windows Fehlercode 3: Das System kann den angegebenen Pfad nicht finden.
Batch run results in errors - paths are supposedly not present
- Posts: 2
- Joined: 19 Jun 2011
- Site Admin
- Posts: 7280
- Joined: 9 Dec 2007
If it works in GUI mode but not in batch, then there must be a difference in the execution context of the process. Maybe you are starting the batch job as a different user or without admin rights with the effect that access to some directories is denied due to NTFS permissions?