ToonKayser
Programmer
We use CF 3.1 and in a scheduled program I write
a textfile with cffile.
This program runs every hour and most of the time it
works fine.
But once or twice a day there is an error-message:
Error attempting to map file 'c:\......\kopf.k'
This file is the file I want ro write.
Before the program is started, another program writes
this file with a length of zero. (An empty file, yes)
In my program I append some records.
After the error-message I cannot delete the empty file
and there is nothing else for me to Stop/start the coldfusion server.
After that, I delete the file, create a new one and the program works again.
As I said, most of the time the program doesn't produce
errors and works fine.
There is another error-text: System error number 1006 occured.
Can anybody tell me what is going on?
Thanks in advance
Toon
a textfile with cffile.
This program runs every hour and most of the time it
works fine.
But once or twice a day there is an error-message:
Error attempting to map file 'c:\......\kopf.k'
This file is the file I want ro write.
Before the program is started, another program writes
this file with a length of zero. (An empty file, yes)
In my program I append some records.
After the error-message I cannot delete the empty file
and there is nothing else for me to Stop/start the coldfusion server.
After that, I delete the file, create a new one and the program works again.
As I said, most of the time the program doesn't produce
errors and works fine.
There is another error-text: System error number 1006 occured.
Can anybody tell me what is going on?
Thanks in advance
Toon