Kbase 18838: Shared Memory Connection Via TermServer & Citrix Generates Error 1423
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
SYMPTOM(s):
There is no server for database <dbname>. (1423)
FIX:
Citrix MetaFrame and Microsoft Terminal Server should provide the ability to attach a Progress client session directly to a locally started Progress database via shared memory. In Progress Version 9.0x it was not possible to do a shared memory connection with a user that was NOT a member of the ADMINSTRATOR group. This would cause the message: There is no server for database <dbname>. (1423)
In 9.0B this has been fixed.
Using the Progress Explorer:
Start the database using a TCP service port number. From the client connect with the full path name to the database by using either
-db N:\Progress\WRK\FRED or CONNECT N:\Progress\WRK\FRED
where "FRED" is the DBname.
Using ProControl:
Set ProService to start as LOCALSYSTEM.
Set the ENVIRONMENT tab in ProControl to ACCESS=All
From the client, connect with the full path name to the database by using either:
-db N:\Progress\WRK\FRED or CONNECT N:\Progress\WRK\FRED
where "FRED" is the DBname.