Dan,

Take a close look at all your startup routines and stay away from implementing any fancy stuff. It is not that difficult.

I run, manage, and support many complex and mission critical corporate databases/applications, running in multi-user environments, including RDWeb, Web Portals with Java, in a LAN/WAN/Cloud configurations and have never encountered such issues.

I suggest to check and compare RBENGINEXE.CFG vs. OTERROXE.CFG files and make sure to synchronize common settings, including SCRATCH and STATICDB.

Hope that provides you with some blue's clues ...

Very Best R:egards,

Razzak

At 02:04 PM 4/13/2017, Dan Goldberg wrote:

Well my two try method on my start did not fix this issue.

[]


I tried using this in my startup

SET ERROR MESSAGE 2495 OFF
CONNECT sales
SET ERROR MESSAGE 2495 ON
-- Check the availability of database
IF SQLCODE = -7 THEN
  --second try
  SET ERROR MESSAGE 2495 OFF
  CONNECT sales
  SET ERROR MESSAGE 2495 ON
ENDIF
set messages off
set error messages off

Dan Goldberg

--
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to