Posted by Tom Fulton on March 08, 2012 at 06:33:43:
We just performed a Comet upgrade on an account to current versions of all. They have a sophisticated set of scheduled tasks running tcl scripts that launch Comet with keyfiles to run RG programs. These tasks upload data to their website. Post-upgrade we were notified that their Stock Check data was not uploading. I investigated and found that the RG programs that are run were failing after the ERASE statement. I found that I had to add the directory name to the ERASE statement in order for the program to run. To summarize, this code used to work and was failing post-upgrade:
PRINTER ANYFILE.TXT,FIL,D
ERASE ANYFILE.TXT
This change to the program enabled it to run through:
ERASE ANYFILE.TXT,FIL
Don't know if this warrants a fix, the code is a bit more accurate with the DIR added to the ERASE statement. Just letting you know that it can take a working program and make it fail.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.