1.7 KiB
How to remove the LastActive attribute
Montag, 25. Februar 2019
10:45
Die Datei ist auf beiden Servern nun da (Auf bkklync002 war sie noch nicht vorhanden).
Danach habe ich nur noch den Dienst auf Lync002 (FrontEnd) neu gestartet, dann geht es wieder.
Nun wird wieder nur Abwesend angezeigt und nicht mehr wie lange !!
To remove the LastActive attribute, add a configuration entry in the configuration file on each instance of the server for which you want to remove the LastActive attribute. To do this, follow these steps:
-
Create a text file, name it Rtcaggregate.exe.config, and include the following configuration entry:\
<configuration>
<appSettings>
<add key="PublishLastActive" value="false" />
</appSettings>
</configuration> -
Save the file to the following folder:
-
Lync Server 2010: %Installation Folder%\Microsoft Lync Server 2010\Server\Core\
-
Lync Server 2013: %Installation Folder%\Microsoft Lync Server 2013\Server\Core\
-
Skype for Business Server 2015: %Installation Folder%\Skype for Business Server 2015\Server\Core\
-
-
Copy this file to the path that's specified in step 2 on every front-end computer in the pool in which you want to remove the LastActive attribute.
-
Restart the Front-End Server service (RtcSrv or RtcHost) to apply these changes.
Note This resolution affects only new data that's published after the update is applied. It does not fix old data. Users must change their presence manually or by signing in for the LastActive attribute to be removed.