This is a follow up question to this question of mine.
This is about the "old" Sametime 11 Server and managed-settings.xml not being updated.
On that sametime server there is a policies.user.xml containing this line for "Default" and "Anonymous" policy:
<p:policy-attribute id="im.2012" type="string" current-value="http://sametime.mycompany.de/sametime/update"
default-value="" master-attribute-link="null" possible-value-labels="null" possible-values="null"
label="im.2012.label" description="im.2012.desc" visible="true"/>
on the server "sametime.mycompany.de" there is a "managed-settings.xml" in the path
/local/notesdata/domino/html/sametime/update
with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<ManagedSettings>
<settingGroup name="com.ibm.collaboration.realtime.chatwindow" lastModDate="20231123T131111Z">
<setting name="useTabs" value="true" isLocked="true"/>
</settingGroup>
<settingGroup name="com.ibm.rcp.managedsettings" lastModDate="20231123T131111Z">
<setting name="UpdateIntervalInMins" value="10" isLocked="false"/>
</settingGroup>
<settingGroup name="com.ibm.collaboration.realtime.community" lastModDate="20231123T131111Z">
<setting name="loginByToken" value="true"/>
<setting name="defaultAuthType" value="ST-DOMINO-SSO"/>
<setting name="authServerUrl" value="" isLocked="false"/>
<setting name="loginTokenRefreshInterval" value="1800000"/>
</settingGroup>
</ManagedSettings>
This has been changed multiple times over the course of the day always updateing the lastModDate.
On the clients in the directory
...Notes\Data\workspace\.metadata\.plugins\com.ibm.collaboration.realtime.policy.sametime
There is the following "managed-settings.xml":
<ManagedSettings>
<settingGroup name="com.ibm.collaboration.realtime.chatwindow">
<setting name="useTabs" value="true" isLocked="true"/>
</settingGroup>
<settingGroup name="com.ibm.rcp.managedsettings">
<setting name="UpdateIntervalInMins" value="60"/>
</settingGroup>
</ManagedSettings>
This is the content of the file like it was yesterday.
This file is updated on every Notes Client start, but I cannot -for the life of me- can get the newest version. It ALWAYS rewrites this old version even if I manually delete that file it is recreated with the old content.
In file
...Notes\Data\workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.ibm.collaboration.realtime.policy.prefs
the correct update url is set:
ConnectUpdateUrl=http\://sametime.mycompany.de/sametime/update
Any advice how to force the clients to reload the correct ManagedSettngs from server instead of using the "cached" version?
