Kbase P76993: How to enable the SQL-92 engine if not installed for both but 4GL only
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/12/2004 |
|
Status: Unverified
GOAL:
How to enable the SQL-92 engine if not installed for both but 4GL only
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
Linux Intel
FIX:
The file to look for the setting after the installation is
startup.pf.
Look there for -ServerType
if you find -ServerType 4GL means it can only serve 4GL clients
-ServerType SQL means it can only serve SQL-92 clients
-ServerType both means it can serve both 4GL and SQL-92 clients
Specifying the -ServerType both as startup parameter for proserve
example:
proserve test -S 6789 -ServerType both
overwrites the value specified within startup.pf.
To be able to serve SQL-92 clients java needs to be installed and configured properly.