Normally when a TCPIP port is configured at the server the TCPIP line in notes.ini looks like
TCPIP=TCP,0,15,0
but in this case it looks like
TCPIP=TCP,0,15,0,,12288,
I was unable to find information about the port notes.ini setting in the Administration help so I did a search at Lotus Developer Domain (LDD). Here I found the following post on LDD from a guy who apparently knows. There are no reference as to where he got he data he posted:
0x8000 if secured channel 0x4000 driver is internal 0x2000 no-op 0x1000 always for V2 and V3 0x0002 set to log modem I/O 0x0004 set to enable RTS/CTS
In hex 12288 is 0x3000 which could mean that the driver is “no-op” and “always for V2 and V3” whatever that means.
I still wasn’t convinced so I also did a search at lotus.com/support where I found technote 145131. According to that technote the port is in “post Lotus Notes version 1.x format” whatever that means.
Anyways I can’t really see anything wrong in removing the “,,12288,” from the port entry. It still doesn’t explain the Live Console timing out though…