OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA00338-E (E)

cannot assign port number. port number=aa...aa, server=bb...bb, pid=cc...cc, type=dd...dd

An attempt was made to assign the port number specified in the operand for defining the OpenTP1 well-known port to a process, but the bind system call returned error with EADDRINUSE because the port number was already assigned to another process.
aa...aa: Port number attempted to be assigned
bb...bb: Server name (up to 8 alphanumeric characters)
cc...cc: Process ID
dd...dd: Type code. Always 1.
S: The dc_rpc_open function returns an error if the UAP contains the error. Stops OpenTP1 if the system server contains the error.
O: Contact the OpenTP1 administrator.
Countermeasure: Check that the operand for defining the OpenTP1 well-known port specifies the port number that is already in use.
The probable reasons are:
  • The operand for defining the OpenTP1 well-known port has duplicate port numbers.
  • A program other than OpenTP1 is using the port number specified in the operand for defining the OpenTP1 well-known port.
    If duplicate port numbers are specified, change the port number and then restart the user server or OpenTP1.