Kbase P9855: Database not connected (1006) when using AppServer connection
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/01/2005 |
|
Status: Verified
SYMPTOM(s):
Weblcient application fails to run program in the client machine
Database not connected (1006)
WebClient makes a successful connection to the AppServer
CAUSE:
Direct database access can only be done in the AppServer machine via an AppServer service process.
The program in the client machine is attempting to do direct activities on the database such as FIND, UPDATE tables or DEFINE BUFFER or DEFINE VARIABLE .. LIKE ... .
FIX:
Split your application. Any application program which requires database access should run in the AppServer machine.