Thursday, September 27, 2012

Unable to launch Domino console

One of my blog follower emailed me about the problem he is encountering with Domino Server, they are not able to view server Domino Server console / java console.

So here is solution for the same.
1) Ensure that Server has the following notes.ini parameter

ServerController=1
TCPIP_ControllerTcpIpAddress=10.30.40.50:2050

Note: 10.30.40.50 is the IP address of the Domino server.

2) You can start Domino server using following command

c:\lotus\domin\nserver.exe -jc

The Server Controller runs in its own window. You can minimize a Server Controller window, but do not close or kill the window to stop the Server Controller. Instead, use the Controller Quit command from a console to stop a Server Controller and the server it controls. 


Optional arguments to use when running the Server Controller


nserver -jc Runs the Server Controller, the server, and the Domino Console
nserver -jc -c Runs the Server Controller and the server
nserver -jc -s Runs the Server Controller and the Domino Console
nserver -jc -c -s Runs only the Server Controller 


3) You can add "-jc" at the end of the ImagePath value in regedit by looking for domino service entry:
MyComputer->HKEY_LOCAL_MACHINE->System->CurrentControlSet->Services->LotusDominoServer(datadirectory)->Enum


Edit the key ImagePath. 

"C\Lotus\Domino\nserver.exe" -jc "C:\Lotus\Domino\Data\notes.ini"

The Server Controller listens over SSL port 2050 by default, which is adequate in most situations. However, to specify a different port, change the value of the Port_Number setting in the dcontroller.ini file located in the server's data directory.

Monday, September 10, 2012

Download IBM Connections 4.0

Lotus Connections 4.0 is finally available for Download by IBM. Refer the details below for download instructions.

http://www-01.ibm.com/support/docview.wss?uid=swg24033179&myns=swglotus&mynp=OCSSYGQH&mync=E

For Installation refer Wiki

Updated security certificate for Push Notifications (iOS)


Ensure Sametime administrators must download and apply the latest security certificate for iOS traffic. If Push Notifications have stopped working for the native iOS client, this could be due to the SSL certificate for connecting to the APNS server having expired.

For Download and Installation instruction refer here