DIIOP: unable to obtain server's IP address

Hello,

when starting our Domino server I get the following messages :

26.07.2004 14:36:23 DIIOP Server: Starting…

26.07.2004 14:36:24 AMgr: Executive ‘1’ started

26.07.2004 14:36:24 DIIOP Server: Unable to obtain the server’s IP address, will use loopback address: No address associated with name

26.07.2004 14:36:24 AMgr: Executive ‘2’ started

26.07.2004 14:36:24 AMgr: Executive ‘3’ started

26.07.2004 14:36:24 SchedMgr: Validating Schedule Database

26.07.2004 14:36:24 RDEBUG Server: Starting…

26.07.2004 14:36:24 Remote Debug Server: Unable to obtain the server’s IP address, will use loopback address: No address associated with name

26.07.2004 14:36:24 DIIOP Server: Started

26.07.2004 14:36:24 RDEBUG Server: Started

How can I tell the task RDEBUG and DIIOP what IP-address they should use. I tried the NOTES.INI parameters DIIOPHost and DIIOP_IOR_HOST, even tried to bind the DIIOP task to port_TCPIPADDRESS=0,ip-address:1352. I also tried to use the local hosts-file.

It helped nothing. Does anyone know what to do next ?

Thanks in advance,

tim

Subject: DIIOP: unable to obtain server’s IP address…

DIIOP_IOR_HOST does work but I believe the error message still comes up on the server console. Also, I don’t believe there is any way to specify this for the RDEBUG process.

The better way to solve this problem is to enter the fully qualified DNS name of the machine that is running the domino server into the following field in the server document:

Fully qualified Internet host name:

spn.notesdev.ibm.com

And then make sure that your DNS is able to resolve this name to an IP address.

Steve Nikopoulos

Subject: Thanks: DIIOP: unable to obtain server’s IP address…

Thanks, that just fixed my problem on my beta3 server ;o)

Also works for RDEBUG

Dave