I just installed the latest (11/11) update of RBASE and compiler last night. I 
then recompiled the applications and added the new applications to my server.
Since then MOST (not ALL) of the computers are getting the below error message.
[cid:[email protected]]

I know what is happening. The .$$$ are being created in the 
C:\Users\"username"\AppData\Local\Temp folder rather than the C:\TEMP folder.
The strange thing is only most computers are getting this error. I (and others) 
are not getting this error because the temp files are being created in the 
proper folder.
I did not change the DAT file used to compile the application. It is the same 
as what I had before.

My questions:
Do I just set the error message OFF and ignore what is happening?
Or do I need to rebuild my DAT file even though I will rebuild it with the same 
code?
Or is there someplace else I should look for fixing the problem so ALL 
computers are using the correct TEMP location.

Here are the settings when I open RBASE in our server location.
[cid:[email protected]]

Below is the DAT file I have used for years with no error messages.
DISCONNECT
-- clear scratch files
SET ERROR MESSAGE 2077 OFF
CLEAR VAR vChkFile
SET VAR vChkFile INTEGER = NULL
SET VAR vChkFile = (CHKFILE('C:\TEMP'))
IF vChkFile <> 1 THEN
   MD C:\TEMP
ENDIF
SET SCRATCH C:\TEMP
SET ERROR MESSAGE 2262 OFF
SET ERROR MESSAGE 2926 OFF
SET ERROR MESSAGE 2077 OFF
ERASE C:\Temp\*.$$$
SET ERROR MESSAGE 2926 ON
SET ERROR MESSAGE 2262 ON
SET ERROR MESSAGE 2077 ON

All the individual settings follow the above scratch code.
Any blue's clues?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:[email protected]]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047D707857094B3562E03DCA0540%40CH2PR02MB7047.namprd02.prod.outlook.com.

Reply via email to