Kbase P4822: How can a 3.1D/9.1D client connect to Progress 9.1B database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/11/2003 |
|
Status: Verified
GOAL:
How can a 3.1D WebSpeed client connect to Progress 9.1B database running on the same machine?
GOAL:
How can a 9.1D Progress client connect to a Progress 9.1B database running on the same machine?
FIX:
Due to shared memory limitations, a 9.1D/3.1D client/agent cannot connect to a Progress 9.1B database via shared memory. However the client/server connection can be made.
To do this,
1. Create a database in the Progress 9.1B environment
2. Start the databases using -S parameter
proserve -db test -S 1234
3. In WebSpeed 3.1D agent startup parameters, start the agents with a -db and -S parameters matching the database startup parameters. Add these parameters after the -weblogerror
-p web\objects\web-disp.p -weblogerror -db test -S 1234
Or
In the Progress 9.1D environment, start the progress client with a -db and -S parameters matching the database startup parameters.
_progres -db test -S 1234
prowin32 -db test -S 1234