It takes a while for changes to groups to be reflected in the Sametime client.
Does anyone have any idea if this can be sped up?
It takes a while for changes to groups to be reflected in the Sametime client.
Does anyone have any idea if this can be sped up?
At first you'd better restart Sametime Community Server to clean old cache of User LDAP information on Sametime Community .
And you should also change the default setting in Notes/framework/rcp/plugin_customization.ini to a low value to make client keep old cache for shorter time.
------------------
com.ibm.rcp.bizcard/cache.expiry.time.hours=24
com.ibm.collaboration.realtime.people/lookupExpirationDays=7
------------------
Thanks!
Thanks for the suggestion.
The members of one of our groups changes daily and it would be nice if it could be done without restarting the server.
I had thought more about a manual refresh in the client or the like but I couldn't find anything that works.
In stconfig.nsf on Sametime Community, you can find "CommunityServices" document which is look like the following
----------------------
These settings are for the Community Services directory component:
Directory browse chunk size: 100
Directory refresh interval (minutes): 60
Configuration refresh interval (minutes): 60
Delimiter between User name and User nickname: /
Enable Keep-Alive: true
Chat Logging Flag: relax
Capture Service Type: 0
--------------------------------
The above "Directory refresh interval (minutes): 60" setting is the interval for refreshing LDAP cache on Sametime Community Server. Change this setting to a low value will let the cache refresh quickly. This may give you a quick refresh for changed group.
Imho this would only work for older Sametime releases. With Sametime 12 (and onwards) HCL has removed Domino as a supported platform for running HCL Sametime.
Henning
Yes, in Sametime12, there are xml files which do the same setting as those in stcofig.nsf on old Sametime versions like 11.x .
If you create a support case , support engineer will answer how to do that on Sametime 12.
Hello,
For Sametime 12.0.x Server, we have StCommunityConfig.xml in docker , this xml file do the same settings as those in stconfig.nsf on old Sametime Server.
You can refer to the following KB to learn how to handle this xml file
--------------------
KB0098433 How to update various settings in Sametime 12
Published URL: https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0098433
----------------------
I attached a image which can show you the setting for refresh LDAP cache in StCommunityConfig.xml.
Thanks!