yesterday i upgraded to 7.0 and created a new batch job after this. the job syncs a folder from "users/myuser/appdata/roaming/someprogram" to "users/myuser/documents". on every run (i created a windows task) i get an error that program fails to create folder c:/windows/system32/job-name.
i am running another similar job that runs without error. this job was created before upgrade to 7.0. So what causes this error why the program wants to create a folder in system32?
thanks in advance
ffs tries to create folder in windows/system32 for some reason
- Posts: 4
- Joined: 12 Mar 2008
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Mysterious. Are you using relative paths or macros somewhere in your config?
- Posts: 4
- Joined: 12 Mar 2008
no i configured this the same way i didd with my other sync job. i attached the job file. the error has code 5. next time i see it i'll make screenshot. The log of the job does not show the error - all seems working fine.
probably the error is raised by task planer and returned to ffs?
probably the error is raised by task planer and returned to ffs?
- Attachments
-
- µtorrentBackup.ffs_batch
- (1.83 KiB) Downloaded 92 times
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Here you're using a relative path:
`<LogfileFolder Limit="-1">µtorrent-backup</LogfileFolder>`
`<LogfileFolder Limit="-1">µtorrent-backup</LogfileFolder>`
- Posts: 4
- Joined: 12 Mar 2008
thanks!
i fixed it in file. Is there a way to set log path in gui? Alternate solution would be to set execution folder in task planer.
For sake of completeness i added screenshot with error. This points also to logging problem because the error occurs after success.
i fixed it in file. Is there a way to set log path in gui? Alternate solution would be to set execution folder in task planer.
For sake of completeness i added screenshot with error. This points also to logging problem because the error occurs after success.
- Attachments
-
- ffs-error.PNG (41.92 KiB) Viewed 693 times
- Posts: 73
- Joined: 13 Nov 2003
the log file path and other setting are shown when you save as batchthanks!
i fixed it in file. Is there a way to set log path in gui? Alternate solution would be to set execution folder in task planer.
For sake of completeness i added screenshot with error. This points also to logging problem because the error occurs after success.dermoritz