I used to be able to access the Domino server console by using Remote Desktop on the server but recently, the Console started to disappear. At first, I figured that it was something I'd done wrong, until I saw a post on the Notes 8 forum.
It's a Windows XP Service Pack 3 issue;
So, here's the fix;
The command line parameter has changed and if your remote desktop icon for your domino server used to be as follows;
mstsc -v:10.12.2.2 -console
you need to change it to:
mstsc -v:10.12.2.2 -admin
...following installation of XP service pack 3.
Where10.12.2.2 is the IP address of your server.
It's a Windows XP Service Pack 3 issue;
So, here's the fix;
The command line parameter has changed and if your remote desktop icon for your domino server used to be as follows;
mstsc -v:
you need to change it to:
mstsc -v:
...following installation of XP service pack 3.
Where
Comments
OLD: mstsc -v:'server' -console
NEW: mstsc -v:'server' -admin
(replace apostrophe with angle brackets)
No more caffeine for you today Gavin