Today I discovered that a nightly automated task, which I set up a few days ago, was not running anymore. I discovered that FFS had an error trying to write the log file:
"Error Code 80: the file exsists (CreateFile)"
The log directory consists of only 10 logfiles at this moment, ranging from <name>.log to <name>_9.log
The auto increment should just increase to <name>_10.log
Why is this not happening?
Cannot write log file: file already exsists
- Posts: 3
- Joined: 10 Mar 2015
- Site Admin
- Posts: 7281
- Joined: 9 Dec 2007
- Posts: 3
- Joined: 10 Mar 2015
No, it is not. The filenames only consist of the bath name and the auto increment number.
"webserver replication overnight _2.log" for example (don't know why it adds the space there)
"webserver replication overnight _2.log" for example (don't know why it adds the space there)
- Site Admin
- Posts: 7281
- Joined: 9 Dec 2007
Okay, then this is indeed the colon issue. This is fixed for the next release, until then you can use the previous version.
- Posts: 3
- Joined: 10 Mar 2015
Allright, thank you. :) I will use a previous version until the next release.
But how is this related to the colon issue, without a colon in the filename?
But how is this related to the colon issue, without a colon in the filename?
- Site Admin
- Posts: 7281
- Joined: 9 Dec 2007
> But how is this related to the colon issue, without a colon in the filename?Allright, thank you. :) I will use a previous version until the next release.
But how is this related to the colon issue, without a colon in the filename?maszzmic
You can find details in the thread linked above :)