Kbase P20851: Webspeed 3.1A can not connect to Progress 9.1D database on the same box
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/02/2007 |
|
Status: Unverified
FACT(s) (Environment):
Linux Intel
WebSpeed 3.1A
Progress 9.1D
SYMPTOM(s):
Webspeed 3.1A and Progress 9.1D are running on the same Linux box
Webspeed installed in a separate directory, connecting to Progress database via TCP/IP
Database started with following parameters
db -H localhost -S serv -N tcp
Webspeed connection parameters db -H hostname -S serv -N tcp
Webspeed getting there is no server for database error
The same configuration worked when database was in V8
CAUSE:
In V8, when going through TCP/IP client server connection, when both client and server are on the same machine, the host name does not matter in establishing connection, but in V9, the -H must match between client and server.
FIX:
Change -H parameter for webspeed to localhost .