The runppmadmin argument

-killsession <Session ID>

You use this argument to log off the session of a user who is logged in. Only user interface sessions can be logged off. You cannot log off sessions that were started using command line programs (runppmconfig, runppmimport, for example).

-showusers

Outputs all sessions for the users currently logged into the system to the console in tabular form.

-clearcache

Clears the caches used in the system.

-fillcache

Triggers the recalculation of the caches used in the system. Any existing data in the caches is overwritten.

If you have deactivated automatic filling of the cache in the client-specific file Keyindicator_settings.properties with the setting AUTO_FILL_CACHE=false, each time data relevant to the cache changes, you can trigger re-filling of the cache using the command line with the -fillcache option.

-clearpchistory

The entire Performance Dashboard history cache will be deleted.

-savepchistory

The contents of the memory-based Performance Dashboard history cache are saved in the database. Already existing cache content will be lost.

-addpchistory

The contents of the memory-based Performance Dashboard history cache is extended by the newly added entries. Already existing cache entries will be retained.

-memoryinfo <file>

The following information is output and written to the file specified:

This information is intended for experiences users to help identify optimization potential of the analysis server.

When executing this command, you may experience wait times in the analysis because the analysis server first runs an internal memory streamlining process (garbage collection) before collecting the required data. During this time, the server does not respond to analysis queries.

-recoveryfile force

With the -recoveryfile force option, you force the recreation of recovery files of the PPM analysis server, regardless of server status. For each client, all recovery files are created.

By default, the recovery files of the client are saved under <installation directory>\ppmmashzone\server\bin\work\data_ppm\recovery\<client>.

The path to the recovery files is defined by the key RECOVERY_FOLDER in the client-specific file AnalysisServer_settings.properties.