It's been a while so a Sametime hint and tip
Category None
How would you like to see something link this on your Sametime page that indicates how many current users?
Well it's another of those undocumented notes.ini settings that you would probably never come across unless you had the misfortune of customizing the STCenter.nsf (this DB could take the award for the worst designed Domino database in the world). To turn it on you need to edit the notes.ini on the Sametime server and add the line:
$STDisplayLogins=1
Then when you hit STCENTER.NSF it should appear. Sometimes it can take a few minutes, not sure if environment variables are cached Domino?
In the real world you'd probably only want to do this when load testing as it will appear for every user, althogh you could easily modify the hide when so that it only appeard for people with the admin role or something.
How would you like to see something link this on your Sametime page that indicates how many current users?
Well it's another of those undocumented notes.ini settings that you would probably never come across unless you had the misfortune of customizing the STCenter.nsf (this DB could take the award for the worst designed Domino database in the world). To turn it on you need to edit the notes.ini on the Sametime server and add the line:
$STDisplayLogins=1
Then when you hit STCENTER.NSF it should appear. Sometimes it can take a few minutes, not sure if environment variables are cached Domino?
In the real world you'd probably only want to do this when load testing as it will appear for every user, althogh you could easily modify the hide when so that it only appeard for people with the admin role or something.
Comments
Posted by Tim Latta At 05:01:52 PM On 04/26/2005 | - Website - |
Posted by Carl Tyler At 05:15:06 PM On 04/26/2005 | - Website - |