Kbase P47562: STRPRONET, port is already in use
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
IBM AS/400 (RISC)
SYMPTOM(s):
Running STRPRONET, gives error message:
port is already in use.
CAUSE:
A broker is already running or port in use by other application
FIX:
Use the following AS/400 comands to find out what Progress
services and process are running and what ports are used:
The following command will display a list of brokers running,
there port number, version number etc:
WRKPROJOB TYPE (*BROKER)
NETSTAT will present the port usage, you can use this information
to track what process is doing what with the additional information
in WRKACTJOB.
WRKACTJOB will show a list of active processes that is run on the
AS/400, you can here see what network and other resources that
is in usage to track down network and other issues with resources.
The summary of the 3 commands will help you identify the user
that already is using the network port that STRPRONET wants to use.