Cannot write log file: file already exsists

Get help for specific problems
Posts: 3
Joined: 10 Mar 2015

maszzmic

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?
User avatar
Site Admin
Posts: 7281
Joined: 9 Dec 2007

Zenju

Is this related to the colon issue?

viewtopic.php?t=1679
Posts: 3
Joined: 10 Mar 2015

maszzmic

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)
User avatar
Site Admin
Posts: 7281
Joined: 9 Dec 2007

Zenju

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

maszzmic

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?
User avatar
Site Admin
Posts: 7281
Joined: 9 Dec 2007

Zenju

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
> But how is this related to the colon issue, without a colon in the filename?

You can find details in the thread linked above :)