Anyway, for a thread that writes to a flat file, it was indicating an error and I wonder if I should be worried about it. It says “Cannot open “, then the file name, then “Permission Denied.” The file is being updated as it grows during the day. There doesn’t seem to be any odd security settings for this file.
I have 3 threads writing to flat files. I did see a different file with this error, but it’s mostly only one file that this error consistantly appears on. This thread doesn’t have multiple routings.
Until I ran that little program, I was unaware that there was any issue. Now I’m worried that I’ve been losing data.
Any ideas on what might be causing this error and is it something to worry about?
CL 5.7 on a Windows 2003 virtual server.