Get server version while Domino is not running

Hi, All,

I need to write some code on Windows to get Domino server version while server is not running. I can get Domino’s major version in registry. Any one knows how I can get minor version number?

Thanks in advance.

Subject: Get server version while Domino is not running

hi,

you should be able get this from the notes.ini on the server.

//Kjeld

Subject: RE: Get server version while Domino is not running

Hi, Jkeld,

Do you mean the “FaultRecovery_Build” entry in notes.ini? Does this entry present in all Domino 6 notes.ini?

Thanks!

Subject: RE: Get server version while Domino is not running

From the dominino console, use the console command show server

or

In the Domino Admin client, the All Server Documents view’s release column.

Subject: RE: Get server version while Domino is not running

Hi,

Yes, this should be the current release of the server inc. hotfix number if installed .

//Kjeld