For the past several months my clients have been reporting that that they
occasionally receive the following error message.
ERROR- C:\Documents~1\Rich\temp\48BFEBDD.$$$ not found
The error usually occurs when printing a report to the screen.
They are all running on the compiled version of V8.
Scratch setup
SET VAR vScratchDir TEXT = NULL
SET VAR vScratchDir = (ENVVAL('TEMP'))
IF vScratchDir IS NOT NULL THEN
SET SCRATCH &vScratchDir
ENDIF
I have not been able to duplicate the error but I personally have seen the
error at one of my clients.
Has anyone else seen this error? Does anyone know what may cause it?
John