Kbase P101944: Is it possible to make a local AppServer connection to a Personal Database in single user mode?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/26/2005 |
|
Status: Unverified
GOAL:
Is it possible to make a local AppServer connection to a Personal Database in single user mode?
GOAL:
How to configure a local AppServer to connect to a personal database in single user mode
FIX:
Yes, it is possible to connect to a personal database via the AppServer in single user mode.
In order for the local AppServer to connect a Personal Database in single user mode you will need to configure the following:
Under the properties of the AppServer:
1. General section under the server configuration include the complete path to the database followed by -1:
-db c:\<path to db directory>\dbname -1
2. Select the Pool Range and configure all server values to one.
Or, manually, edit the %DLC%\properties\ubroker.properties file for the specific AppServer section:
[AppServer name]
srvrStartupParam=-db c:\<path to db directory>\dbname -1
initialSrvrInstance=1
maxSrvrInstance=1
minSrvrInstance=1