Consultor Eletrônico



Kbase P20572: Unable to start Webspeed agents that connect to remote database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

Webspeed 9.1C

SYMPTOM(s):

Unable to start Webspeed agents that connect to remote database

ERROR: cannot start server. (8100)

ServerSocketsIPC read() IOException : java.io.EOFException : NULL (8127)

ServerIPCException in getServerIPCMsg() : ServerIPC error. (8119)

Database is V8 and is running on remote UNIX host

Webspeed is V9 and is running on windows

Database is started with -S (service) and -H (hostname)

Webspeed is connecting to the database with -S (port) and -H (IP)

CAUSE:

Invalid database connection parameters

FIX:

Start webspeed agents using the same -H (hostname) and -S (service) as the database was started
i.e.
proserve dbv8 -S <servicename> -H <hostname> -N tcp
_progres -db dbv8 -H <hostname> -S <servicename> -N TCP