Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<configuration>
  [...]
  <appSettings>
    [...]
    <!-- Before a Windows Session logoff the client can try to sync its latest changes to the server. A user might "kill" the application, so this is "Best Effort" and might not work depending on the user action. -->
    <add key="TrySyncOnLogOff" value="true" />
    [...]
  </appSettings>
  [...]
</configuration>

...

Option: UseLazyLoadingCache

The UseLazyLoadingCache setting in the "primedocs.exe.config" file puts the client in an alternative mode so that binary data from templates and snippets are only loaded when they are used. This option can be particularly useful in terminal server environments to enable a quick initial start.

Warning

WARNING
This option can cause delays when using a template or snippets for the first time. If the service is not available during this time, an error is displayed.

This setting can be adjusted in the Setup via a parameter. The advantages and disadvantages are explained in more detail here: Synchronization

...

primedocs Cache

In a Load Balanced terminal server environment, it must be ensured that each primedocs client has exclusive access to the cache. This can be ensured by properly deploying the cache folder. Optionally, the primedocs client can be excluded from Active State monitoring in the terminal server.

...

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFEBE6#FFFAE6

CAUTION
The terminal server must be restarted after the setting.