Kbase 16912: 8.1A04 patch fails in spawning of Appserver
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
8.1A04 patch fails in spawning of Appserver
DRAFT COPY - Currently under review and edit.
INTRODUCTION:
=============
The 8.1A04 patch does not allow an appserver to be spawned. This
occurs on all platforms of unix. This is bug number 97-05-12-045 and
has been reproduced here on dg3000.
1) proserve dbname (My input was proserve dog)
2) proapbk -H host -S service -db dbname
(my input: proapbk -H dg3000 -S demosv -db dog)
3) mpro dbname:
(my input: mpro dog)
4) to create an app-server for the client I ran the following
procedure from the editor
The following procedure was exactly the one used
def var server-handle as handle.
def var retcode as logical.
.
create server server-handle.
retcode = server-handle:connect("-S demosv -H dg3000").
if retcode then do:
message "Connected". pause.
retcode = server-handle:disconnect().
message "disconnected". pause.
delete object server-handle.
The following errors result:
** Could not recognize argument: dg3000. (301)
Connection Failure (5540)ication Server 2288
Connection refused by Application Server. (5467)
Press space bar to continue.
The appserver log file will report the following:
Application broker could not start application server. (5464)
Connection Failure (5540)
A work around other than getting a later patch version is to change
the following environment variables to point to 8.1A commercial
release executables:
PROAPBK
PROAPSV
PROBRKR
PROSRV
8.1A05 and higher reslove the problem.
Progress Software Technical Support Note # 16912