Skip to main content

System properties

This document describes the system properties available on the System properties page, sorted by module. Removed modules are listed at the end.

cmas-analytics

metabase.secret.key

  • Module: cmas-analytics
  • Description: Determines the string used to generate the private key used to validate Metabase JWT messages. Needs to match the setting String used by the JWT signing key in the Metabase configuration.
  • Beschreibung: Bestimmt den String, der zum Erzeugen des privaten Schlüssels für die Validierung von Metabase-JWT-Meldungen verwendet wird. Muss mit der Einstellung Vom JWT-Signaturschlüssel verwendeter String in der Metabase-Konfiguration übereinstimmen.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: 50e2230c98344f183c996e6a3954c1a1e43ed100cc36f4ea093800aa2d8a1075
  • Since: 6.13.0

metabase.url

  • Module: cmas-analytics
  • Description: Determines the URL where the Metabase application runs. Needs to match the setting Site URL in the Metabase configuration. The default value is http://localhost:3000
  • Beschreibung: Bestimmt die URL, auf der die Metabase-Applikation läuft. Muss mit der Einstellung Site-URL in der Metabase-Konfiguration übereinstimmen. Der Standardwert ist http://localhost:3000
  • Type: String
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: http://localhost:3000
  • Since: 6.13.0

cmas-archive-core-server

archive.enabled

  • Module: cmas-archive-core-server
  • Description: Determines if GDPR-compliant deletions or anonymizations, which delete case or contact data from the ConSol CM database, are applied to CM/Archive as well. By default, this property is set to "false", meaning that no data is deleted from CM/Archive. If you set this property to "true", GDPR-compliant deletions or anonymizations are also performed in CM/Archive. This affects both already archived cases and newly archived cases.
  • Beschreibung: Legt fest, ob DSGVO-konforme Lösch- und Anonymisierungsvorgänge, mit denen Vorgangs- oder Kontaktdaten aus der ConSol CM-Datenbank entfernt werden, auch nach CM/Archive übernommen werden. Standardmäßig ist diese Property auf "false" gesetzt, sodass keine Daten aus CM/Archive gelöscht werden. Wenn Sie die Property auf "true" setzen, werden DSGVO-konforme Löschungen und Anonymisierungen auch in CM/Archive durchgeführt. Dies gilt sowohl für bereits archivierte Vorgänge als auch für neu zu archivierende Vorgänge.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.11.2.5

archive.uri

  • Module: cmas-archive-core-server
  • Description: Sets the URL where the CM/Archive application is running.
  • Beschreibung: Legt die URL fest, auf der die CM/Archive-Applikation läuft.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: http://localhost:8080
  • Since: 6.11.2.0

cmas-auth-server

access.token.signing.key

  • Module: cmas-auth-server
  • Description: Determines the secret shared between the authorization server and all client applications using OAuth2, e.g. CM/Archive. The value of this property needs to match the value of archive.oauth2.access.token.signing.key in the configuration file of CM/Archive.
  • Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und allen Client-Applikationen, z.B. CM/Archive, mithilfe von OAuth2 fest. Der Wert dieser Property muss mit dem Wert von archive.oauth2.access.token.signing.key in der Konfigurationsdatei von CM/Archive übereinstimmen.
  • Type: Password
  • Restart required: No
  • System: No
  • Optional: No
  • Example value:
  • Since: 6.11.2.0

client.archive.access.token.validity.seconds

  • Module: cmas-auth-server
  • Description: Determines the validity period in seconds of the access token required for using CM/Archive. The default value is 43200.
  • Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Zugriffs-Tokens fest, das für die Verwendung von CM/Archive benötigt wird. Der Standardwert ist 43200.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: 43200
  • Since: 6.11.2.0

client.archive.enabled (removed)

  • Module: cmas-auth-server
  • Description: Determines if CM/Archive is enabled (true) or disabled (false).
  • Beschreibung: Legt fest, ob CM/Archive aktiviert (true) oder deaktiviert (false) ist.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: false
  • Since: 6.11.2.0
  • Removed in: 6.11.2.2

client.archive.refresh.token.validity.seconds

  • Module: cmas-auth-server
  • Description: Determines the validity period in seconds of the refresh token required for obtaining new access tokens for CM/Archive. The default value is 2592000.
  • Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Aktualisierungs-Tokens fest, das benötigt wird, um neue Zugriffs-Token für CM/Archive zu erhalten. Der Standardwert ist 2592000.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: 2592000
  • Since: 6.11.2.0

client.archive.secret

  • Module: cmas-auth-server
  • Description: Determines the secret shared between the authorization server and CM/Archive. The value of the property needs to match the value of archive.oauth2.client.secret in the configuration file of CM/Archive.
  • Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und CM/Archive fest. Der Wert dieser Property muss mit dem Wert von archive.oauth2.client.secret in der Konfigurationsdatei von CM/Archive übereinstimmen.
  • Type: Password
  • Restart required: No
  • System: No
  • Optional: No
  • Example value:
  • Since: 6.11.2.0

client.was.access.token.validity.seconds (removed)

  • Module: cmas-auth-server
  • Description: Determines the validity period in seconds of the access token required for using the Web Admin Suite. The default value is 43200.
  • Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Zugriffs-Tokens fest, das für die Verwendung der Web Admin Suite benötigt wird. Der Standardwert ist 43200.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: 43200
  • Since: 6.12.0.0
  • Removed in: 6.12.0.1

client.was.refresh.token.validity.seconds (removed)

  • Module: cmas-auth-server
  • Description: Determines the validity period in seconds of the refresh token required for obtaining new access tokens for the Web Admin Suite. The default value is 2592000.
  • Beschreibung: Legt den Gültigkeitszeitraum (in Sekunden) des Aktualisierungs-Tokens fest, das benötigt wird, um neue Zugriffs-Token für die Web Admin Suite zu erhalten. Der Standardwert ist 2592000.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: 2592000
  • Since: 6.12.0.0
  • Removed in: 6.12.0.1

client.was.secret (removed)

  • Module: cmas-auth-server
  • Description: Determines the secret shared between the authorization server and the Web Admin Suite.
  • Beschreibung: Legt den gemeinsamen geheimen Schlüssel von Authentifizierungsserver und Web Admin Suite fest.
  • Type: Password
  • Restart required: No
  • System: No
  • Optional: No
  • Example value:
  • Since: 6.12.0.0
  • Removed in: 6.12.0.1

cmas-core-cache

cache-cluster-name

  • Module: cmas-core-cache
  • Description: Unique name of a cluster consisting of several ConSol CM nodes. This value is used to identify the nodes belonging to the same cluster during network communication. Please do not change this value manually unless advised by ConSol.
  • Beschreibung: Eindeutiger Name eines Clusters, der aus mehreren ConSol CM-Nodes besteht. Dieser Wert wird verwendet, um die Nodes, die zum selben Cluster gehören, bei der Netzwerkkommunikation zu identifizieren. Ändern Sie diesen Wert nicht manuell, außer wenn Sie von ConSol dazu aufgefordert werden.
  • Type: String
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: 635a6de1-629a-4129-8299-2d98633310f0
  • Since: 6.4.0

cache.logging.listener.enabled

  • Module: cmas-core-cache
  • Description: Determines whether cache events (CacheEntryRemoved, CacheEntryInvalidated, CacheEntriesEvicted) are logged to infinispan.log for standalone and jgroups-infinispan.log for cluster mode. The default value is "false".
  • Beschreibung: Legt fest, ob Cache-Events (CacheEntryRemoved, CacheEntryInvalidated, CacheEntriesEvicted) in der Datei infinispan.log (für den Standalone-Modus) und jgroups-infinispan.log (für den Cluster-Modus) protokolliert werden. Der Standardwert ist "false".
  • Type: Boolean
  • Restart required: Yes
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.12.0.5

eviction.event.queue.size

  • Module: cmas-core-cache
  • Description: The size of the queue holding cache events. Default value is 200000, it is recommended to increase the value slightly (up to 400000) on systems with high traffic or load. [Deprecated - not used for infinispan]
  • Beschreibung: Die Größe der Queue mit den Cache-Events. Der Standardwert ist 200000. Auf Systemen mit viel Traffic oder Last wird empfohlen, diesen Wert leicht zu erhöhen (bis 400000). [Deprecated - gilt nicht für infinispan]
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: 200000
  • Since: 6.4.0

eviction.lifeSpan

  • Module: cmas-core-cache
  • Description: Sets the interval (in milliseconds) for cache entry validity. When this time is elapsed, the entry is removed from the cache.
  • Beschreibung: Setzt das Intervall (in Millisekunden) für die Gültigkeit von Cache-Einträgen. Nach der angegebenen Zeit wird der Eintrag aus dem Cache gelöscht.
  • Type: Integer
  • Restart required: Yes
  • System: No
  • Optional: Yes
  • Example value: 86400000 (default)
  • Since: 6.11.1.0

eviction.max.nodes

  • Module: cmas-core-cache
  • Description: Sets the maximum size of internal caches. The default value is 100000, increasing it will lead to higher memory consumption and is not recommended unless explicitly advised by ConSol.
  • Beschreibung: Setzt die maximale Größe der internen Caches. Der Standardwert ist 100000. Das Erhöhen dieses Wertes führt zu einem höheren Speicherverbrauch und wird nicht empfohlen, außer wenn ConSol explizit dazu auffordert.
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: 100000
  • Since: 6.4.0

eviction.strategy

  • Module: cmas-core-cache
  • Description: Determines the cache eviction strategy. Please see the Infinispan documentation for details.
  • Beschreibung: Bestimmt die Cache-Löschstrategie. Details hierzu finden Sie in der Infinispan-Dokumentation.
  • Type: String
  • Restart required: Yes
  • System: No
  • Optional: Yes
  • Example value: LRU, LIRS (default)
  • Since: 6.11.1.0

eviction.wakeup.interval

  • Module: cmas-core-cache
  • Description: Sets the interval (in milliseconds) between two cache queue event processing cycles. The default value is 3000, it is recommended to decrease it (minimum is 1500) on systems with high traffic or load.
  • Beschreibung: Setzt das Intervall (in Millisekunden) zwischen zwei Verarbeitungszyklen von Cache-Queue-Events. Der Standardwert ist 3000. Auf Systemen mit viel Traffic oder Last wird empfohlen, den Wert zu verringern (Minimalwert ist 1500).
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: 3000
  • Since: 6.4.0

cmas-core-index-common

big.task.minimum.size

  • Module: cmas-core-index-common
  • Description: Indicates the minimum size of index task (in parts, each part has 100 entities) to qualify this task as a big one. Big tasks have a lower priority than runtime tasks.
  • Beschreibung: Gibt die Minimalgröße eines Index-Tasks an (in Teilen, jeder Teil hat 100 Einheiten), um diesen Task als einen großen Task zu qualifizieren. Große Tasks haben eine niedrigere Priorität als Laufzeit-Tasks.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 15 (default)
  • Since: 6.8.3

database.notification.enabled

  • Module: cmas-core-index-common
  • Description: Indicates whether the database should be used as a notification channel for index updates instead of JMS. The default value is "true".
  • Beschreibung: Legt fest, ob als Benachrichtigungskanal für Index-Aktualisierungen die Datenbank statt JMS verwendet werden soll. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.8.4.7

database.notification.redelivery.delay.seconds

  • Module: cmas-core-index-common
  • Description: If the database is used as a notification channel for index updates, this property indicates the delay for notification redelivery when an exception occurs.
  • Beschreibung: Wenn die Datenbank als Benachrichtigungskanal für Index-Aktualisierungen verwendet wird, legt diese Property fest, mit welcher Verzögerung die Benachrichtigung erneut gesendet wird, wenn eine Ausnahme auftritt.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60
  • Since: 6.8.4.7

database.notification.redelivery.max.attempts

  • Module: cmas-core-index-common
  • Description: If the database is used as a notification channel for index updates, this property indicates maximum redelivery attempts when an exception occurs.
  • Beschreibung: Wenn die Datenbank als Benachrichtigungskanal für Index-Aktualisierungen verwendet wird, legt diese Property fest, wie oft maximal versucht wird, die Benachrichtigung erneut zu senden, wenn eine Ausnahme auftritt.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60
  • Since: 6.8.4.7

disable.admin.task.auto.commit

  • Module: cmas-core-index-common
  • Description: Toggle for the automatic execution of administrative index update tasks. If set to "false", possibly expensive index tasks created as a result of configuration changes will be automatically executed right after creation. It is recommended to set this value to true, so that the execution of administrative index tasks needs to be manually triggered in the Web Admin Suite.
  • Beschreibung: Schalter für die automatische Ausführung von administrativen Index-Update-Aufgaben. Wenn diese Property auf "false" gesetzt ist, werden möglicherweise teure Index-Aufgaben, die aufgrund von Konfigurationsänderungen erzeugt wurden, automatisch direkt nach der Erzeugung ausgeführt. Es wird empfohlen, diesen Wert auf true zu setzen, sodass die Ausführung von administrativen Index-Aufgaben manuell in der Web Admin Suite gestartet werden muss.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.6.1

index.attachment

  • Module: cmas-core-index-common
  • Description: Determines whether the content of attachments is indexed.
  • Beschreibung: Legt fest, ob der Inhalt von Attachments indiziert wird.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.4.3

index.history (removed)

  • Module: cmas-core-index-common
  • Description: Determines whether the case and contact history should be indexed.
  • Beschreibung: Legt fest, ob die Vorgangs- und Kontakthistorie indiziert wird.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.1.0
  • Removed in: 6.11.0

index.status

  • Module: cmas-core-index-common
  • Description: Index synchronization status, possible values are GREEN, YELLOW or RED. This value is set internally by the index system, please do not change it manually unless advised by ConSol.
  • Beschreibung: Status der Indexsynchronisierung, mögliche Werte sind GREEN, YELLOW oder RED. Dieser Wert wird intern von Indexsystem gesetzt. Ändern Sie ihn nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: GREEN
  • Since: 6.6.1

index.task.worker.threads

  • Module: cmas-core-index-common
  • Description: Sets the number of threads that will be used to execute index tasks. The default value is 1, we recommend to increase it slightly on systems with large indexer load up to a value of 4.
  • Beschreibung: Legt die Anzahl der Threads fest, die für die Ausführung von Index-Aufgaben verwendet werden. Der Standardwert ist 1. Wir empfehlen, diesen Wert auf Systemen mit großer Index-Last leicht, auf bis zu 4, zu erhöhen.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1 (default)
  • Since: 6.6.14, 6.7.3

index.version.current

  • Module: cmas-core-index-common
  • Description: Holds information about the current index version. This value is maintained internally, please do not change it unless advised by ConSol.
  • Beschreibung: Enthält Informationen über die derzeitige Indexversion. Dieser Wert wird intern verwaltet. Ändern Sie ihn nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1 (default)
  • Since: 6.7.0

index.version.newest

  • Module: cmas-core-index-common
  • Description: Holds information about which index version is considered newest. This value is maintained internally, please do never change it unless advised by ConSol.
  • Beschreibung: Enthält Informationen, welche Indexversion als die neueste betrachtet wird. Dieser Wert wird intern verwaltet. Ändern Sie ihn nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1 (default)
  • Since: 6.7.0

indexed.engineers.per.thread.in.memory

  • Module: cmas-core-index-common
  • Description: Determines how many users should be loaded into memory at once, per thread, during indexing. Increasing it slightly will lead to better indexer performance at the price of higher memory consumption.
  • Beschreibung: Legt fest, wie viele Benutzer während des Indizierens pro Thread auf einmal in den Speicher geladen werden. Eine leichte Erhöhung führt zu einer besseren Indexer-Performance, verbraucht aber mehr Arbeitsspeicher.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 300 (default)
  • Since: 6.6.14, 6.7.3

indexed.resources.per.thread.in.memory

  • Module: cmas-core-index-common
  • Description: Determines how many resources should be loaded into memory at once, per thread, during indexing. Increasing it slightly will lead to better indexer performance at the price of higher memory consumption.
  • Beschreibung: Legt fest, wie viele Ressourcen während des Indizierens pro Thread auf einmal in den Speicher geladen werden. Eine leichte Erhöhung führt zu einer besseren Indexer-Performance, verbraucht aber mehr Arbeitsspeicher.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 200 (default)
  • Since: 6.10.0.0

indexed.tickets.per.thread.in.memory

  • Module: cmas-core-index-common
  • Description: Determines how many cases should be loaded into memory at once, per thread, during indexing. Increasing it slightly will lead to better indexer performance at the price of higher memory consumption.
  • Beschreibung: Legt fest, wie viele Vorgänge während des Indizierens pro Thread auf einmal in den Speicher geladen werden. Eine leichte Erhöhung führt zu einer besseren Indexer-Performance, verbraucht aber mehr Arbeitsspeicher.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 100 (default)
  • Since: 6.6.14, 6.7.3

indexed.units.per.thread.in.memory

  • Module: cmas-core-index-common
  • Description: Determines how many contacts should be loaded into memory at once, per thread, during indexing. Increasing it slightly will lead to better indexer performance at the price of higher memory consumption.
  • Beschreibung: Legt fest, wie viele Kontakte während des Indizierens pro Thread auf einmal in den Speicher geladen werden. Eine leichte Erhöhung führt zu einer besseren Indexer-Performance, verbraucht aber mehr Arbeitsspeicher.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 200 (default)
  • Since: 6.6.14, 6.7.3

multi.term.query.rewrite.method

  • Module: cmas-core-index-common
  • Description: Configures the MultiTermQuery rewrite method in Lucene. The default is CONSTANT_SCORE_AUTO_REWRITE_DEFAULT. Other possible values are CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE (prone to TooGenericSearchCriteriaException), CONSTANT_SCORE_FILTER_REWRITE and SCORING_BOOLEAN_QUERY_REWRITE (see MultiTermQuery javadoc for more details).
  • Beschreibung: Konfiguriert die Rewrite-Methode MultiTermQuery in Lucene. Der Standardwert ist CONSTANT_SCORE_AUTO_REWRITE_DEFAULT. Andere mögliche Werte sind CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE (kann zu TooGenericSearchCriteriaException führen), CONSTANT_SCORE_FILTER_REWRITE und SCORING_BOOLEAN_QUERY_REWRITE (siehe Javadoc von MultiTermQuery für Details).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE (default)
  • Since: 6.17.1.0

synchronize.archive.timeout.minutes

  • Module: cmas-core-index-common
  • Description: Determines the time period in minutes during which index updates are archived. The default value of this property is 60. If the master node is switched, the new master can recover missing data in case it had not been fully synchronized with the previous master indexing server at the moment of switch. The property is ignored for non-clustered environments.
  • Beschreibung: Legt den Zeitraum (in Minuten) fest, in dem Indexaktualisierungen archiviert werden. Der Standardwert für diese Property ist 60. Wenn der Master-Node wechselt, kann der neue Master fehlende Daten wiederherstellen, falls er zum Zeitpunkt des Wechsels nicht vollständig mit dem vorherigen Master-Index-Server synchronisiert war. Die Property wird für nicht geclusterte Umgebungen ignoriert.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60
  • Since: 6.12.0, changed in 6.15.0

synchronize.master.address

  • Module: cmas-core-index-common
  • Description: Value of -Dcmas.http.host.port specifying how to connect to the indexing master server. You can switch the node acting as master node by entering the address of the new master node. The index updates are archived for the time configured in the property cmas-core-index-common, synchronize.archive.timeout.minutes, so the new master can recover missing data in case it had not been fully synchronized with the previous master indexing server at the moment of switch.
  • Beschreibung: Wert von -Dcmas.http.host.port, der angibt, unter welcher URL der Index-Master-Server erreichbar ist. Es ist möglich, den Node, der als Master-Node dient, zu wechseln. Dazu wird die Adresse des neuen Master-Nodes angegeben. Die Indexaktualisierungen werden für den in der Property cmas-core-index-common, synchronize.archive.timeout.minutes konfigurierten Zeitraum archiviert, sodass der neue Master fehlende Daten wiederherstellen kann, sofern er zum Zeitpunkt des Wechsels nicht vollständig mit dem vorherigen Master-Index-Server synchronisiert war.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 127.0.0.1:80
  • Since: 6.6.0, changed in 6.12.0

synchronize.master.security.token

  • Module: cmas-core-index-common
  • Description: The password for accessing the index snapshot via URL, e.g., for index synchronization or for backups. This value is negotiated between nodes internally, please do not change it manually unless advised by ConSol.
  • Beschreibung: Das Passwort für den URL-Zugriff auf den Index-Snapshot, z. B. für die Index-Synchronisierung oder für Backups. Dieser Wert wird intern zwischen den Nodes ausgehandelt. Ändern Sie ihn nicht manuell, außer wenn Sie von ConSol dazu aufgefordert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: token
  • Since: 6.6.0

synchronize.master.security.user

  • Module: cmas-core-index-common
  • Description: The username for accessing the index snapshot via URL, e.g., for index synchronization or for backups. This value is negotiated between nodes internally, please do not change it manually unless advised by ConSol.
  • Beschreibung: Der Benutzername für den URL-Zugriff auf den Index-Snapshot, z. B. für die Index-Synchronisierung oder für Backups. Dieser Wert wird intern zwischen den Nodes ausgehandelt. Ändern Sie ihn nicht manuell, außer wenn Sie von ConSol dazu aufgefordert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: user
  • Since: 6.6.0

synchronize.master.timeout.minutes

  • Module: cmas-core-index-common
  • Description: Determines how much time (in minutes) the master server may continually fail until a new master gets elected. 0 means that master server will never change (failover mechanism is disabled). The default value is 5.
  • Beschreibung: Legt fest, wie lange (in Minuten) die Index-Synchronisierung ausgehend vom aktuellen Master-Server fehlschlagen darf, bis ein neuer Master für die Index-Reparatur ausgewählt wird. 0 bedeutet, dass der Master-Server nie geändert wird (Failover-Mechanismus deaktiviert). Der Standardwert ist 5.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 5
  • Since: 6.6.0

synchronize.megabits.per.second

  • Module: cmas-core-index-common
  • Description: Determines how much bandwidth (in megabits) the master server may consume when transferring index changes to all slave servers. Do not use all available bandwidth to transfer index changes between hosts, as doing so will most probably partition the cluster due to some subsystems being unable to communicate. The default value is 85.
  • Beschreibung: Legt fest, wie viel Bandbreite (in Megabits) der Master-Server verbrauchen darf, um Index-Änderungen an die Slave-Server zu übermitteln. Nutzen Sie nicht die gesamte verfügbare Bandbreite, um die Index-Änderungen zwischen den Hosts zu übermitteln, da dies zu einer Partitionierung des Clusters führen kann, weil einige Subsysteme nicht mehr kommunizieren können. Der Standardwert ist 85.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 85
  • Since: 6.6.0

synchronize.sleep.millis

  • Module: cmas-core-index-common
  • Description: Determines how often each slave server polls the master server for index changes. The default value is 1000.
  • Beschreibung: Legt fest, wie oft jeder Slave-Server den Master-Server auf Änderungen am Index abfragt. Der Standardwert ist 1000.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1000
  • Since: 6.6.0

cmas-core-security

admin.email

  • Module: cmas-core-security
  • Description: Defines the email address of the ConSol CM administrator. Initially, the value entered during system setup is used.
  • Beschreibung: Definiert die E-Mail-Adresse des ConSol CM-Administrators. Anfänglich wird hier der Wert genommen, der bei der Systemeinrichtung eingegeben wurde.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: maz@your_domain.de
  • Since: 6.0

admin.login

  • Module: cmas-core-security
  • Description: The login name of the ConSol CM administrator. The value which you entered during system setup is used initially.
  • Beschreibung: Der Anmeldename des ConSol CM-Administrators. Anfänglich wird hier der Wert genommen, den Sie bei der Systemeinrichtung eingegeben haben.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: admin
  • Since: 6.0

contact.authentication.method

  • Module: cmas-core-security
  • Description: Sets the authentication method for contacts accessing REST services; possible values are "DATABASE", "LDAP", "LDAP,DATABASE", "DATABASE,LDAP".
  • Beschreibung: Definiert die Authentifizierungsmethode für Kontakte für den Zugriff auf REST-Services; mögliche Werte sind "DATABASE", "LDAP", "LDAP,DATABASE" oder "DATABASE,LDAP".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Since: 6.9.3.0

contact.inherit.permissions.only.to.own.customer.group

  • Module: cmas-core-security
  • Description: Determines whether an authenticated contact via REST inherits all customer group permissions from the CM/Track user profile (false) or only has permissions to his own customer group (true).
  • Beschreibung: Legt fest, ob ein über REST authentifizierter Kontakt alle Kundengruppen-Berechtigungen des CM/Track-Benutzerprofils erbt (false) oder nur die Berechtigungen für die eigene Kundengruppe hat (true).
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Since: 6.9.2.3

authentication.method (removed)

  • Module: cmas-core-security
  • Description: Sets the user authentication method (internal database or LDAP authentication). Allowed values are "LDAP" or "DATABASE".
  • Beschreibung: Legt die Methode der Benutzerauthentifizierung fest (interne CM-Datenbank oder LDAP-Authentifizierung). Mögliche Werte sind "LDAP" oder "DATABASE".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: DATABASE
  • Since: 6.0
  • Removed in: 6.14.0.0

brute.force.admin.auth.failures.notify.amount

  • Module: cmas-core-security
  • Description: Defines the number of unsuccessful authentication attempts after which the administrator will be notified. The default value is 100.
  • Beschreibung: Definiert die Anzahl der nicht erfolgreichen Authentifizierungsversuche, nach der der Administrator benachrichtigt wird. Der Standardwert ist 100.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 100
  • Since: 6.14.0

brute.force.admin.auth.failures.notify.period

  • Module: cmas-core-security
  • Description: Defines the period in minutes for checking for failed authentication attempts to inform the administrator. If more failed authentication attempts than defined in brute.force.admin.auth.failures.notify.amount occur in this timeframe, the administrator is notified about this via email. The default value is 60.
  • Beschreibung: Definiert den Zeitraum in Minuten, in dem auf fehlgeschlagene Authentifizierungsversuche geprüft wird, um den Administrator zu informieren. Wenn in diesem Zeitraum mehr fehlgeschlagene Authentifizierungsversuche stattfinden als in brute.force.admin.auth.failures.notify.amount angegeben, wird der Administrator darüber per E-Mail informiert. Der Standardwert ist 60.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60
  • Since: 6.14.0

brute.force.attempts.to.block

  • Module: cmas-core-security
  • Description: Defines the number of unsuccessful authentication attempts after which an account will be blocked. The default value is 7.
  • Beschreibung: Definiert die Anzahl der nicht erfolgreichen Authentifizierungsversuche, nach denen ein Konto blockiert wird. Der Standardwert ist 7.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 7
  • Since: 6.14.0

brute.force.auto.unblock.active

  • Module: cmas-core-security
  • Description: Determines if the mechanism to automatically unblock an account after a certain time period is enabled. The default value is "true".
  • Beschreibung: Legt fest, ob der Mechanismus zum automatischen Entsperren eines Kontos nach einem bestimmten Zeitraum aktiviert ist. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.14.0

brute.force.auto.unblock.period

  • Module: cmas-core-security
  • Description: Defines the period in minutes after which an account is automatically unblocked. The default value is 30.
  • Beschreibung: Definiert den Zeitraum in Minuten, nach dem ein Konto automatisch entsperrt wird. Der Standardwert ist 30.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 30
  • Since: 6.14.0

brute.force.endpoint.blocking.active

  • Module: cmas-core-security
  • Description: Determines if the authentication protection feature is enabled for webhooks. The default value is "true".
  • Beschreibung: Legt fest, ob die Funktion zum Authentifizierungsschutz für Webhooks aktiviert ist. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.14.0

brute.force.engineer.blocking.active

  • Module: cmas-core-security
  • Description: Determines if the authentication protection feature is enabled for users. The default value is "true".
  • Beschreibung: Legt fest, ob die Funktion zum Authentifizierungsschutz für Benutzer aktiviert ist. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.14.0

brute.force.mail.notification.active

  • Module: cmas-core-security
  • Description: Determines if users and contacts who were blocked receive an email with a link to unblock their accounts. The administrator receives emails with information about blocked accounts and the unblock codes for these accounts. In addition, the administrator receives an alert if the number of failed attempts exceeds to value set in brute.force.admin.auth.failures.notify.amount. The default is "false".
  • Beschreibung: Legt fest, ob blockierte Bearbeiter und Kontakte eine E-Mail mit einem Link zum Entsperren ihrer Konten erhalten. Der Administrator erhält E-Mails mit Informationen über blockierte Konten und den Entsperrcodes für diese Konten. Zusätzlich erhält der Administrator eine Warnung, wenn die Anzahl der fehlgeschlagenen Versuche den in brute.force.admin.auth.failures.notify.amount festgelegten Wert überschreitet. Der Standartwert ist "false".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.14.0

brute.force.period.between.attempts.to.block

  • Module: cmas-core-security
  • Description: Defines the period in minutes for checking for failed authentication attempts. If more failed authentication attempts than defined in brute.force.attempts.to.block occur in this timeframe, the user or endpoint is blocked. The default value is 1.
  • Beschreibung: Definiert den Zeitraum in Minuten, in dem auf fehlgeschlagene Authentifizierungsversuche geprüft wird. Wenn in diesem Zeitraum mehr fehlgeschlagene Authentifizierungsversuche stattfinden als in brute.force.attempts.to.block angegeben, wird der Benutzer oder Endpunkt blockiert. Der Standardwert ist 1.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1
  • Since: 6.14.0

brute.force.unblock.code.expiration.period

  • Module: cmas-core-security
  • Description: Defines the period in hours after which the unblock code will expire. The default value is 24.
  • Beschreibung: Definiert den Zeitraum in Stunden, nach dem der Code zum Entsperren abläuft. Der Standardwert ist 24.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 24
  • Since: 6.14.0

brute.force.unit.blocking.active

  • Module: cmas-core-security
  • Description: Determines if the authentication protection feature is enabled for contacts. The default value is "true".
  • Beschreibung: Legt fest, ob die Funktion zum Authentifizierungsschutz für Kontakte aktiviert ist. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.14.0

cmas.auth.portal.user.2fa.email.code.length

  • Module: cmas-core-security
  • Description: Determines the length of the email code.
  • Beschreibung: Legt die Länge des E-Mail-Codes fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 6
  • Since: 6.17.1.0

cmas.auth.portal.user.2fa.email.code.validity.minutes

  • Module: cmas-core-security
  • Description: Determines the validity of the generated email code in minutes.
  • Beschreibung: Legt die Gültigkeit des erzeugten E-Mail-Codes in Minuten fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 15
  • Since: 6.17.1.0

cmas.auth.portal.user.2fa.mode

  • Module: cmas-core-security
  • Description: Indicates whether two-factor authentication is enabled fpr contacts (email) or not (none).
  • Beschreibung: Gibt an, ob die Zwei-Faktor-Authentisierung für Kontakte aktiviert ist (email) oder nicht (none).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: none
  • Since: 6.17.1.0

cmas.auth.portal.user.2fa.rememberBrowser.enabled

  • Module: cmas-core-security
  • Description: Indicates whether the feature to remember the browser is enabled.
  • Beschreibung: Gibt an, ob die Funktion zum Merken des Browsers aktiviert ist.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.17.1.0

cmas.auth.portal.user.2fa.rememberBrowser.key

  • Module: cmas-core-security
  • Description: The key to identify tokens created for authentication with the remembered browser.
  • Beschreibung: Der Schlüssel zur Identifizierung von Token, die für die Authentifizierung bei gemerktem Browser erzeugt werden.
  • Type: String
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Since: 6.17.1.0

cmas.auth.portal.user.2fa.rememberBrowser.period.days

  • Module: cmas-core-security
  • Description: Indicates how long the browser is remembered.
  • Beschreibung: Gibt an, wie lange der Browser gemerkt wird.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 30
  • Since: 6.17.1.0

cmas.auth.portal.user.2fa.whitelist

  • Module: cmas-core-security
  • Description: Comma-separated whitelist of usernames who can skip two-factor authentication.
  • Beschreibung: Durch Kommas getrennte Whitelist der Benutzernamen, die die Zwei-Faktor-Authentisierung überspringen dürfen.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: user1,user2
  • Since: 6.17.1.0

cmas.auth.portal.user.oidc.session.lifetime

  • Module: cmas-core-security
  • Description: The lifetime (in minutes) for a freshly created OIDC user session on the authentication application for CM/Track. An OIDC session is created on the first login of a user. Once the OIDC session lifetime is reached, users need to authenticate again when accessing CM/Track without an active CM/Track client session.
  • Beschreibung: Die Gültigkeitsdauer (in Minuten) einer neu erzeugten OIDC-Benutzer-Session in der Authentifizierungsapplikation für CM/Track. Eine OIDC-Session wird bei der ersten Anmeldung eines Benutzers erzeugt. Sobald die Gültigkeitsdauer der OIDC-Session erreicht ist, müssen sich die Benutzer erneut authentifizieren, wenn sie ohne aktive CM/Track-Client-Session auf CM/Track zugreifen möchten.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 15
  • Since: 6.17.1.0

cmas.auth.user.2fa.email.code.length

  • Module: cmas-core-security
  • Description: Determines the length of the email code.
  • Beschreibung: Legt die Länge des E-Mail-Codes fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 6
  • Since: 6.17.1.0

cmas.auth.user.2fa.email.code.validity.minutes

  • Module: cmas-core-security
  • Description: Determines the validity of the generated email code in minutes.
  • Beschreibung: Legt die Gültigkeit des erzeugten E-Mail-Codes in Minuten fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 15
  • Since: 6.17.1.0

cmas.auth.user.2fa.mode

  • Module: cmas-core-security
  • Description: Indicates whether two-factor authentication is enabled for users (email) or not (none).
  • Beschreibung: Gibt an, ob die Zwei-Faktor-Authentisierung für Benutzer aktiviert ist (email) oder nicht (none).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: none
  • Since: 6.17.1.0

cmas.auth.user.2fa.rememberBrowser.enabled

  • Module: cmas-core-security
  • Description: Indicates whether the feature to remember the browser is enabled.
  • Beschreibung: Gibt an, ob die Funktion zum Merken des Browsers aktiviert ist.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.17.1.0

cmas.auth.user.2fa.rememberBrowser.key

  • Module: cmas-core-security
  • Description: The key to identify tokens created for authentication with remembered browser.
  • Beschreibung: Der Schlüssel zur Identifizierung von Token, die für die Authentifizierung bei gemerktem Browser erzeugt werden.
  • Type: String
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Since: 6.17.1.0

cmas.auth.user.2fa.rememberBrowser.period.days

  • Module: cmas-core-security
  • Description: Indicates how long the browser is remembered.
  • Beschreibung: Gibt an, wie lange der Browser gemerkt wird.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 30
  • Since: 6.17.1.0

cmas.auth.user.2fa.scope

  • Module: cmas-core-security
  • Description: Indicates whether two-factor authentication shall be applied to administrators only (admins) or to all users (all).
  • Beschreibung: Gibt an, ob die Zwei-Faktor-Authentisierung nur für Administratoren (admins) oder für alle Benutzer (all) angewendet werden soll.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: admins
  • Since: 6.17.1.0

cmas.auth.user.2fa.whitelist

  • Module: cmas-core-security
  • Description: Comma-separated whitelist of usernames who can skip two-factor authentication.
  • Beschreibung: Durch Kommas getrennte Whitelist der Benutzernamen, die die Zwei-Faktor-Authentisierung überspringen dürfen.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: user1,user2
  • Since: 6.17.1.0

cmas.auth.user.oidc.session.lifetime

  • Module: cmas-core-security
  • Description: The lifetime (in minutes) for a freshly created OIDC user session on the authentication application. An OIDC session is created on the first login of a user and is extended by the same lifetime on any subsequent login of the same user in another client. Having an OIDC session, users can access ConSol CM clients to create a regular ConSol CM user session without logging in, so the OIDC session acts similar to an SSO. Once OIDC session lifetime is reached, users need to authenticate again when accessing any client without an active ConSol CM client session.
  • Beschreibung: Die Gültigkeitsdauer (in Minuten) einer neu erzeugten OIDC-Benutzer-Session in der Authentifizierungsapplikation. Eine OIDC-Session wird bei der ersten Anmeldung eines Benutzers erzeugt und wird bei jeder nachfolgenden Anmeldung desselben Benutzers in einem anderen Client um die gleiche Gültigkeitsdauer verlängert. Wenn eine OIDC-Session vorhanden ist, können die Benutzer auf ConSol CM-Clients zugreifen, um eine reguläre ConSol CM-Benutzer-Session zu erzeugen, ohne sich erneut anmelden zu müssen. Die OIDC-Session verhält sich also ähnlich wie ein SSO. Sobald die Gültigkeitsdauer der OIDC-Session erreicht ist, müssen sich die Benutzer erneut authentifizieren, wenn sie ohne aktive ConSol CM Client-Session auf einen Client zugreifen möchten.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 15
  • Since: 6.17.1.0

engineer.authentication.method

  • Module: cmas-core-security
  • Description: Sets the authentication method for users; possible values are "DATABASE", "LDAP", "LDAP,DATABASE", "DATABASE,LDAP".
  • Beschreibung: Legt die Authentifizierungsmethode für Benutzer fest; mögliche Werte sind "DATABASE", "LDAP", "LDAP,DATABASE", "DATABASE,LDAP".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: DATABASE
  • Since: 6.14.0.0

domain.map.for.oidc.config.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Enables mapping multiple instances of CM/Track to a specific domain. CONFIGURATION_NAME is the name of the OIDC configuration (if your CM/Track configuration is called "trackV2customized", the name of the property is domain.map.for.oidc.config.trackV2customized). You can provide several URLs separated by a comma.
  • Beschreibung: Ermöglicht die Zuordnung mehrerer Instanzen von CM/Track zu einer bestimmten Domäne. CONFIGURATION_NAME ist der Name der OIDC-Konfiguration (wenn Ihre CM/Track-Konfiguration "trackV2customized" heißt, ist der Name der Property domain.map.for.oidc.config.trackV2customized). Sie können mehrere durch Komma getrennte URLs eingeben.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: cm6.consol.de,cm6.consol.com
  • Since: 6.14.0.3

kerberos.v5.enabled (removed)

  • Module: cmas-core-security
  • Description: Indicates whether user authentication using SSO via Kerberos is enabled.
  • Beschreibung: Legt fest, ob Benutzerauthentifizierung mit SSO über Kerberos aktiviert ist.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.2.0
  • Removed in: in 6.16.0.0

kerberos.v5.username.regexp (removed)

  • Module: cmas-core-security
  • Description: Regular expression used for mapping Kerberos principals to ConSol CM user login names.
  • Beschreibung: Regulärer Ausdruck für die Zuordnung der Kerberos-Principals zum Login der ConSol CM-Benutzer.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: (.*)@.*
  • Since: 6.3.0
  • Removed in: 6.16.0.0

ldap.authentication (removed)

  • Module: cmas-core-security
  • Description: LDAP authentication method used when LDAP authentication is configured. Possible values are "anonymous" and "simple" (default value).
  • Beschreibung: Verwendete LDAP-Authentifizierungsmethode, wenn LDAP-Authentifizierung benutzt wird. Mögliche Werte sind "anonymous" und "simple" (Standardwert).
  • Type: String
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: simple
  • Since: 6.0
  • Removed in: 6.14.0.0

ldap.basedn (removed)

  • Module: cmas-core-security
  • Description: Base DN used for looking up LDAP user accounts when using LDAP authentication.
  • Beschreibung: Base DN für die Suche von LDAP-Benutzerkonten, wenn LDAP-Authentifizierung verwendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: OU=accounts,DC=consol,DC=de
  • Since: 6.0
  • Removed in: 6.14.0.0

ldap.contact.NAME.basedn

  • Module: cmas-core-security
  • Description: Base path to search for the contact DN by LDAP ID.
  • Beschreibung: Base DN für die Suche nach der Kontakt-DN mittels LDAP-ID.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: OU=accounts,DC=consol,DC=de
  • Since: 6.9.3.0

ldap.contact.NAME.password

  • Module: cmas-core-security
  • Description: Password to look up the contact DN by LDAP ID. If not set, the anonymous account is used.
  • Beschreibung: Passwort für die Suche nach der Kontakt-DN mittels LDAP-ID. Wenn nicht gesetzt, wird ein anonymes Konto verwendet.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Since: 6.9.3.0

ldap.contact.NAME.providerurl

  • Module: cmas-core-security
  • Description: Address of the LDAP server (ldap[s]://host:port) used for contact authentication.
  • Beschreibung: Adresse des LDAP-Servers (ldap[s]://host:port) für die Kontaktauthentifizierung.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Since: 6.9.3.0

ldap.contact.NAME.searchattr

  • Module: cmas-core-security
  • Description: Attribute to search for the contact DN by LDAP ID (e.g. uid).
  • Beschreibung: Attribut für die Suche nach der Kontakt-DN mittels LDAP-ID (z. B. uid).
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Since: 6.9.3.0

ldap.contact.NAME.userdn

  • Module: cmas-core-security
  • Description: User DN to look up contact DN by LDAP ID. If not set, the anonymous account is used.
  • Beschreibung: Benutzer-DN für die Suche nach Kontakt-DN mittels LDAP-ID. Wenn nicht gesetzt, wird ein anonymes Konto verwendet.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Since: 6.9.3.0

ldap.engineer.NAME.basedn

  • Module: cmas-core-security
  • Description: Base DN used for looking up LDAP user accounts when using LDAP authentication.
  • Beschreibung: Base DN für die Suche von LDAP-Benutzerkonten, wenn LDAP-Authentifizierung verwendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: OU=accounts,DC=consol,DC=de
  • Since: 6.14.0.0

ldap.engineer.NAME.password

  • Module: cmas-core-security
  • Description: Password for connecting to LDAP to look up users when using LDAP authentication. Only needed if lookup cannot be performed anonymously.
  • Beschreibung: Passwort für die Verbindung zum LDAP, um Benutzer zu suchen, wenn LDAP-Authentifizierung verwendet wird. Wird nur benötigt, wenn die Suche nicht anonym ausgeführt werden kann.
  • Type: Password
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.14.0.0

ldap.engineer.NAME.providerurl

  • Module: cmas-core-security
  • Description: URL to LDAP provider, when using LDAP authentication.
  • Beschreibung: URL zum LDAP-Provider, wenn LDAP-Authentifizierung verwendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: ldap://myserver.consol.de:389
  • Since: 6.14.0.0

ldap.engineer.NAME.searchattr

  • Module: cmas-core-security
  • Description: Search attribute for looking up the LDAP entries associated with a ConSol CM login.
  • Beschreibung: Suchattribut für die Suche nach LDAP-Einträgen, die mit dem ConSol CM-Login verbunden sind.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: uid
  • Since: 6.14.0.0

ldap.engineer.NAME.userdn

  • Module: cmas-core-security
  • Description: LDAP user for connecting to LDAP to look up users when using LDAP authentication. Only needed if the lookup cannot be performed anonymously.
  • Beschreibung: LDAP-Benutzer für die Verbindung zum LDAP, um Benutzer zu suchen, wenn LDAP-Authentifizierung verwendet wird. Wird nur benötigt, wenn die Suche nicht anonym ausgeführt werden kann.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.14.0.0

ldap.initialcontextfactory

  • Module: cmas-core-security
  • Description: Class name for the initial context factory of the LDAP implementation when using LDAP authentication. Usually this is com.sun.jndi.ldap.LdapCtxFactory.
  • Beschreibung: Name der Java-Klasse für die Initial Context Factory der LDAP-Implementierung bei der Verwendung von LDAP-Authentifizierung. Ist üblicherweise com.sun.jndi.ldap.LdapCtxFactory.
  • Type: String
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: com.sun.jndi.ldap.LdapCtxFactory
  • Since: 6.0

ldap.password (removed)

  • Module: cmas-core-security
  • Description: Password for connecting to LDAP to lookup users (when using LDAP authentication). Only needed if lookup cannot be done anonymously)
  • Beschreibung: Passwort für die Verbindung zum LDAP, um Benutzer zu suchen, wenn LDAP-Authentifizierung verwendet wird. Wird nur benötigt, wenn die Suche nicht anonym ausgeführt werden kann.
  • Type: Password
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.1.2
  • Removed in: 6.14.0.0

ldap.providerurl (removed)

  • Module: cmas-core-security
  • Description: URL to LDAP provider, when using LDAP authentication.
  • Beschreibung: URL zum LDAP-Provider, wenn LDAP-Authentifizierung verwendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: ldap://ldap.consol.de:389
  • Since: 6.0
  • Removed in: 6.14.0.0

ldap.searchattr (removed)

  • Module: cmas-core-security
  • Description: Search attribute for looking up the LDAP entries associated with a ConSol CM login.
  • Beschreibung: Suchattribut für die Suche nach LDAP-Einträgen, die mit dem ConSol CM-Login verbunden sind.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: uid
  • Since: 6.0
  • Removed in: 6.14.0.0

ldap.userdn (removed)

  • Module: cmas-core-security
  • Description: LDAP user for connecting to LDAP to look up users when using LDAP authentication. Only needed if the lookup cannot be performed anonymously.
  • Beschreibung: LDAP-Benutzer für die Verbindung zum LDAP, um Benutzer zu suchen, wenn LDAP-Authentifizierung verwendet wird. Wird nur benötigt, wenn die Suche nicht anonym ausgeführt werden kann.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.1.2
  • Removed in: 6.14.0.0

oidc.auth.rememberme.enabled

  • Module: cmas-core-security
  • Description: Indicates whether the Keep me logged in feature is enabled.
  • Beschreibung: Gibt an, ob die Funktion Angemeldet bleiben aktiv ist.
  • Type: Boolean
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.17.1.0

oidc.auth.rememberme.key

  • Module: cmas-core-security
  • Description: Defines the key to identify tokens created for authentication with the Keep me logged in feature.
  • Beschreibung: Definiert den Schlüssel zur Identifikation von Tokens für die Authentifizierung mit der Funktion Angemeldet bleiben.
  • Type: String
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Since: 6.17.1.0

oidc.auth.rememberme.lifetime

  • Module: cmas-core-security
  • Description: Allows specifying how long (in hours) a token is valid for the Keep me logged in feature.
  • Beschreibung: Ermöglicht es, anzugeben, wie lange (in Stunden) ein Token für die Funktion Angemeldet bleiben gültig ist.
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: 24
  • Since: 6.17.1.0

oidc.track.authority.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the URL of the authenticating authority.
  • Beschreibung: Gibt die URL der Authentifizierungsautorität an.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: https://localhost/adfs
  • Since: 6.14.0.3

oidc.track.authority.default

  • Module: cmas-core-security
  • Description: Indicates the URL of the authenticating authority (default configuration).
  • Beschreibung: Gibt die URL der Authentifizierungsautorität an (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: https://localhost/adfs
  • Since: 6.14.0.3

oidc.track.clientId.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider.
  • Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Since: 6.14.0.3

oidc.track.clientId.default

  • Module: cmas-core-security
  • Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider (default configuration).
  • Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.14.0.3

oidc.track.clientSecret.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the secret of the client generated using the OIDC provider.
  • Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde.
  • Type: Password
  • Restart required: No
  • System: No
  • Optional: Yes
  • Since: 6.14.0.3

oidc.track.clientSecret.default

  • Module: cmas-core-security
  • Description: Indicates the secret of the client generated using the OIDC provider (default configuration).
  • Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde (Standardkonfiguration).
  • Type: Password
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.14.0.3

oidc.track.enabled.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates whether user authentication using SSO via OIDC is enabled for the CM/Track instance.
  • Beschreibung: Gibt an, ob die Benutzerauthentifizierung mit SSO über OIDC für die CM/Track-Instanz aktiviert ist.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.14.0.3

oidc.track.enabled.default

  • Module: cmas-core-security
  • Description: Indicates whether user authentication using SSO via OIDC is enabled for CM/Track (default configuration).
  • Beschreibung: Gibt an, ob die Benutzerauthentifizierung mit SSO über OIDC für CM/Track aktiviert ist (Standardkonfiguration).
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.14.0.3

oidc.track.globalLogout.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from CM/Track.
  • Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus CM/Track abmeldet.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.17.0.0

oidc.track.providerType.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates whether the OIDC configuration is backed by ConSol CM (internal) or an external SSO provider like Azure AD or ADFS (external).
  • Beschreibung: Gibt an, ob die OIDC-Konfiguration für ConSol CM (internal) oder einen externen SSO-Anbieter wie Azure AD oder ADFS (external) verwendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: internal
  • Since: 6.17.0.0

oidc.track.redirectUri.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running CM/Track or on the load balancer.
  • Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem CM/Track läuft, oder auf dem Load-Balancer.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: http://localhost/track/oidc/
  • Since: 6.14.0.3

oidc.track.redirectUri.default

  • Module: cmas-core-security
  • Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running CM/Track or on the load balancer (default configuration).
  • Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem CM/Track läuft, oder auf dem Load-Balancer (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: http://localhost/track/oidc/
  • Since: 6.14.0.3

oidc.track.usernameClaim.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the name of claim in ID token which is used to map the user to a contact in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name".
  • Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Kontakt in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name".
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: upn
  • Since: 6.14.0.3

oidc.track.usernameClaim.default

  • Module: cmas-core-security
  • Description: Indicates the name of claim in ID token which is used to map the user to a contact in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name" (default configuration).
  • Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Kontakt in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name" (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: upn
  • Since: 6.14.0.3

oidc.track.usernameRegexp.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database.
  • Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1".
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: (.*)@.*
  • Since: 6.14.0.3

oidc.track.usernameRegexp.default

  • Module: cmas-core-security
  • Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database (default configuration).
  • Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1" (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: (.*)@.*
  • Since: 6.14.0.3

oidc.track3.authority.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the URL of the authenticating authority.
  • Beschreibung: Gibt die URL der Authentifizierungsautorität an.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: https://localhost/adfs
  • Since: 6.17.0.0

oidc.track3.authority.default

  • Module: cmas-core-security
  • Description: Indicates the URL of the authenticating authority (default configuration).
  • Beschreibung: Gibt die URL der Authentifizierungsautorität an (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: https://localhost/adfs
  • Since: 6.17.0.0

oidc.track3.clientId.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider.
  • Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Since: 6.17.0.0

oidc.track3.clientId.default

  • Module: cmas-core-security
  • Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider (default configuration).
  • Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.17.0.0

oidc.track3.clientSecret.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the secret of the client generated using the OIDC provider.
  • Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde.
  • Type: Password
  • Restart required: No
  • System: No
  • Optional: Yes
  • Since: 6.17.0.0

oidc.track3.clientSecret.default

  • Module: cmas-core-security
  • Description: Indicates the secret of the client generated using the OIDC provider (default configuration).
  • Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde (Standardkonfiguration).
  • Type: Password
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.17.0.0

oidc.track3.globalLogout.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from CM/Track. For an internal provider, the value "True" should be selected. For an external provider, the value is usually "False", so that sessions in other applications, which are provided by the same provider, are not closed.
  • Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus CM/Track abmeldet. Beim internen Provider sollte der Wert "True" ausgewählt sein. Bei einem externen Provider ist der Wert normalerweise "False", damit Sessions in anderen Applikationen, die vom gleichen Provider bereitgestellt werden, nicht geschlossen werden.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.17.0.0

oidc.track3.globalLogout.default

  • Module: cmas-core-security
  • Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from CM/Track. For an internal provider, the value "True" should be selected. For an external provider, the value is usually "False", so that sessions in other applications, which are provided by the same provider, are not closed (defaut configuration).
  • Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus CM/Track abmeldet. Beim internen Provider sollte der Wert "True" ausgewählt sein. Bei einem externen Provider ist der Wert normalerweise "False", damit Sessions in anderen Applikationen, die vom gleichen Provider bereitgestellt werden, nicht geschlossen werden (Standardkonfiguration).
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.17.0.0

oidc.track3.providerType.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the OIDC provider. Set "internal" to use the ConSol CM authentication application as OIDC provider. Set "external" if a third-party application, such as Azure AD or ADFS should be used.
  • Beschreibung: Gibt den OIDC-Provider an. Setzen Sie "internal", um die Authentifizierungs-Applikation von ConSol CM als OIDC-Provider zu nutzen. Setzen Sie "external", um eine Applikation eines Drittanbieters wie Azure AD oder ADFS zu verwenden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: internal
  • Since: 6.17.0.0

oidc.track3.providerType.default

  • Module: cmas-core-security
  • Description: Indicates the OIDC provider. Set "internal" to use the ConSol CM authentication application as OIDC provider. Set "external" if a third-party application, such as Azure AD or ADFS should be used (default configuration).
  • Beschreibung: Gibt den OIDC-Provider an. Setzen Sie "internal", um die Authentifizierungs-Applikation von ConSol CM als OIDC-Provider zu nutzen. Setzen Sie "external", um eine Applikation eines Drittanbieters wie Azure AD oder ADFS zu verwenden (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: internal
  • Since: 6.17.0.0

oidc.track3.redirectUri.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running CM/Track or on the load balancer.
  • Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem CM/Track läuft, oder auf dem Load-Balancer.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: http://localhost/cm-track/oidc/
  • Since: 6.17.0.0

oidc.track3.redirectUri.default

  • Module: cmas-core-security
  • Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running CM/Track or on the load balancer (default configuration).
  • Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem CM/Track läuft, oder auf dem Load-Balancer (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: http://localhost/cm-track/oidc/
  • Since: 6.17.0.0

oidc.track3.usernameClaim.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Indicates the name of claim in ID token which is used to map the user to a contact in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name".
  • Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Kontakt in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name".
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: upn
  • Since: 6.17.0.0

oidc.track3.usernameClaim.default

  • Module: cmas-core-security
  • Description: Indicates the name of claim in ID token which is used to map the user to a contact in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name" (default configuration).
  • Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Kontakt in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name" (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: upn
  • Since: 6.17.0.0

oidc.track3.usernameRegexp.CONFIGURATION_NAME

  • Module: cmas-core-security
  • Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database.
  • Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1".
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: (.*)@.*
  • Since: 6.17.0.0

oidc.track3.usernameRegexp.default

  • Module: cmas-core-security
  • Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database (default configuration).
  • Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1" (Standardkonfiguration).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: (.*)@.*
  • Since: 6.17.0.0

oidc.was.authority.default

  • Module: cmas-core-security
  • Description: Indicates the URL of the authenticating authority.
  • Beschreibung: Gibt die URL der Authentifizierungsautorität an.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: https://localhost/adfs
  • Since: 6.17.0.0

oidc.was.clientId.default

  • Module: cmas-core-security
  • Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider.
  • Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.17.0.0

oidc.was.clientSecret.default

  • Module: cmas-core-security
  • Description: Indicates the secret of the client generated using the OIDC provider.
  • Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde.
  • Type: Password
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.17.0.0

oidc.was.enabled.default

  • Module: cmas-core-security
  • Description: Indicates whether user authentication using SSO via OIDC is enabled for the Web Admin Suite.
  • Beschreibung: Gibt an, ob die Benutzerauthentifizierung mithilfe von SSO über OIDC für die Web Admin Suite aktiviert ist.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.17.0.0

oidc.was.globalLogout.default

  • Module: cmas-core-security
  • Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from the Web Admin Suite For an internal provider, the value "True" should be selected. For an external provider, the value is usually "False", so that sessions in other applications, which are provided by the same provider, are not closed.
  • Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus der Web Admin Suite abmeldet. Beim internen Provider sollte der Wert "True" ausgewählt sein. Bei einem externen Provider ist der Wert normalerweise "False", damit Sessions in anderen Applikationen, die vom gleichen Provider bereitgestellt werden, nicht geschlossen werden.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.17.1.0

oidc.was.providerType.default

  • Module: cmas-core-security
  • Description: Indicates the OIDC provider. Set "internal" to use the ConSol CM authentication application as OIDC provider. Set "external" if a third-party application, such as Azure AD or ADFS should be used.
  • Beschreibung: Gibt den OIDC-Provider an. Setzen Sie "internal", um die Authentifizierungs-Applikation von ConSol CM als OIDC-Provider zu nutzen. Setzen Sie "external", um eine Applikation eines Drittanbieters wie Azure AD oder ADFS zu verwenden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: internal
  • Since: 6.17.1.0

oidc.was.redirectUri.default

  • Module: cmas-core-security
  • Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running the Web Admin Suite or on the load balancer.
  • Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem die Web Admin Suite läuft, oder auf dem Load-Balancer.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: http://localhost/was/oidc/
  • Since: 6.17.0.0

oidc.was.usernameClaim.default

  • Module: cmas-core-security
  • Description: Indicates the name of claim in ID token which is used to map the user to an engineer in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name".
  • Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Bearbeiter in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: upn
  • Since: 6.17.0.0

oidc.was.usernameRegexp.default

  • Module: cmas-core-security
  • Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database.
  • Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: (.*)@.*
  • Since: 6.17.0.0

oidc.web.authority.default

  • Module: cmas-core-security
  • Description: Indicates the URL of the authenticating authority.
  • Beschreibung: Gibt die URL der Authentifizierungsautorität an.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: https://localhost/adfs
  • Since: 6.16.0.0

oidc.web.clientId.default

  • Module: cmas-core-security
  • Description: Indicates the client ID (application ID) of the application, as registered with the OIDC provider.
  • Beschreibung: Gibt die Client-ID (Application-ID) der Anwendung an, wie sie beim OIDC-Provider registriert ist.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.16.0.0

oidc.web.clientSecret.default

  • Module: cmas-core-security
  • Description: Indicates the secret of the client generated using the OIDC provider.
  • Beschreibung: Gibt das Secret des Clients an, das vom OIDC-Provider generiert wurde.
  • Type: Password
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.16.0.0

oidc.web.enabled.default

  • Module: cmas-core-security
  • Description: Indicates whether user authentication using SSO via OIDC is enabled for the Web Client.
  • Beschreibung: Gibt an, ob die Benutzerauthentifizierung mithilfe von SSO über OIDC für den Web Client aktiviert ist.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.16.0.0

oidc.web.globalLogout.default

  • Module: cmas-core-security
  • Description: Indicates whether the user should be logged out from the OIDC provider when he logs out from the Web Client. For an internal provider, the value "True" should be selected. For an external provider, the value is usually "False", so that sessions in other applications, which are provided by the same provider, are not closed.
  • Beschreibung: Gibt an, ob der Benutzer vom OIDC-Anbieter abgemeldet werden soll, wenn er sich aus dem Web Client abmeldet. Beim internen Provider sollte der Wert "True" ausgewählt sein. Bei einem externen Provider ist der Wert normalerweise "False", damit Sessions in anderen Applikationen, die vom gleichen Provider bereitgestellt werden, nicht geschlossen werden.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.17.1.0

oidc.web.providerType.default

  • Module: cmas-core-security
  • Description: Indicates the OIDC provider. Set "internal" to use the ConSol CM authentication application as OIDC provider. Set "external" if a third-party application, such as Azure AD or ADFS should be used.
  • Beschreibung: Gibt den OIDC-Provider an. Setzen Sie "internal", um die Authentifizierungs-Applikation von ConSol CM als OIDC-Provider zu nutzen. Setzen Sie "external", um eine Applikation eines Drittanbieters wie Azure AD oder ADFS zu verwenden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: internal
  • Since: 6.17.1.0

oidc.web.redirectUri.default

  • Module: cmas-core-security
  • Description: Indicates the redirect URI where authentication responses can be received. This is either the OIDC endpoint on the ConSol CM server running Web Client or on the load balancer.
  • Beschreibung: Gibt die Weiterleitungs-URI an, an der Authentifizierungsantworten empfangen werden können. Dies ist entweder der OIDC-Endpunkt auf dem ConSol CM-Server, auf dem der Web Client läuft, oder auf dem Load-Balancer.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: http://localhost/cm-client/oidc/
  • Since: 6.16.0.0

oidc.web.usernameClaim.default

  • Module: cmas-core-security
  • Description: Indicates the name of claim in ID token which is used to map the user to an engineer in ConSol CM. The value depends on the OIDC provider settings; the default values are "upn" and "unique_name".
  • Beschreibung: Gibt den Claim-Namen in ID-Token an, mit dem der Benutzer dem Bearbeiter in ConSol CM zugeordnet wird. Der Wert hängt von den Einstellungen des OIDC-Providers ab; die Standardwerte sind "upn" und "unique_name".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: upn
  • Since: 6.16.0.0

oidc.web.usernameRegexp.default

  • Module: cmas-core-security
  • Description: Defines the regular expression used for mapping the username claim values to ConSol CM usernames. Example: (.*)@.* will transform the claim value 'user1@sso.yourdomain.com' to "user1" and look up "user1" in the ConSol CM database.
  • Beschreibung: Definiert den regulären Ausdruck, mit dem die Werte der Benutzernamen-Claims den ConSol CM-Benutzernamen zugeordnet werden. Beispiel: (.*)@.* verwandelt den Claim-Wert "user1@sso.yourdomain.com" in "user1" und sucht in der ConSol CM-Datenbank nach "user1".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: (.*)@.*
  • Since: 6.16.0.0

password.reset.mail.from

  • Module: cmas-core-security
  • Description: Defines the From address (sender) of emails for resetting the password. If not set, the value of the admin.email property is used instead.
  • Beschreibung: Definiert die From-Adresse (Absender) von E-Mails zum Zurücksetzen des Passworts. Wenn nicht gesetzt, wird stattdessen der Wert der Property admin.email verwendet.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: bartek@your_domain.de
  • Since: 6.11.0.1

policy.password.age

  • Module: cmas-core-security
  • Description: Defines the maximum validity period (in days) of passwords before the user needs to change the password. Example 183 (6 months), default value: 5500 (= 15 years, i.e., no password change enforced).
  • Beschreibung: Definiert den maximalen Gültigkeitszeitraum von Passwörtern (in Tagen), bevor der Benutzer das Passwort ändern muss. Beispiel 183 (6 Monate), Standardwert: 5500 (= 15 Jahre, d. h. es wird keine Passwortänderung erzwungen).
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 5500 (15 years, default)
  • Since: 6.10.1.0

policy.password.pattern

  • Module: cmas-core-security
  • Description: Defines a regular expression pattern which new passwords have to match. The default value is ^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z]).{7,}$ (at least 7 characters, one capital letter, one lower case letter and one number).
  • Beschreibung: Definiert ein Muster als regulären Ausdruck, dem neue Passwörter entsprechen müssen. Der Standardwert ist ^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z]).{7,}$ (mindestens 7 Zeichen, ein Großbuchstabe, ein Kleinbuchstabe und eine Zahl).
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: ^(?=.*[0-9])(?=.*[A-Z])(?=.*[a-z]).{7,}$ (default)
  • Since: 6.10.1.0

policy.rotation.ratio

  • Module: cmas-core-security
  • Description: Defines how often passwords may repeat. For example, setting the value to X means that the new password cannot be present among the user's X previous passwords. For CM/Track, any value greater than 1 is interpreted as 1, so that it is only possible to compare the new password to the current one. You can set the property to 0 to disable password rotation checks in CM/Track.
  • Beschreibung: Legt fest, wie oft sich das Passwort wiederholen darf. Ist der Wert z. B. 10, darf das neue Passwort nicht unter den zehn letzten Passwörtern des Benutzers sein. Für CM/Track wird jeder Wert, der größer als 1 ist, als 1 interpretiert, so dass das neue Passwort lediglich mit dem aktuellen Passwort verglichen werden kann. Sie können die Property auf 0 setzen, um Prüfungen zur Passwort-Rotation in CM/Track zu deaktivieren.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 5 (default)
  • Since: 6.10.1.0

policy.track.username.case.sensitive

  • Module: cmas-core-security
  • Description: Defines whether customer usernames in CM/Track are case-sensitive.
  • Beschreibung: Definiert, ob bei Kunden-Benutzernamen in CM/Track die Groß- und Kleinschreibung beachtet wird.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true (default)
  • Since: 6.11.0.0

policy.username.case.sensitive

  • Module: cmas-core-security
  • Description: Defines whether usernames are case-sensitive.
  • Beschreibung: Legt fest, ob bei Benutzernamen die Groß- und Kleinschreibung beachtet wird.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true (default)
  • Since: 6.10.1.0

resetCode.expirationPeriod

  • Module: cmas-core-security
  • Description: Defines the expiration period for the link when resetting the password for the Web Client or CM/Track.
  • Beschreibung: Definiert die Gültigkeitsdauer des Links zum Zurücksetzen des Passworts für den Web Client oder CM/Track.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 1000*60*60 (default i.e 1h)
  • Since: 6.1.1

cmas-core-server

application.prefix

  • Module: cmas-core-server
  • Description: Prefix for automatically created ticket names. Used only in staging scenarios.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: TEST
  • Since: 6.3.0

attachment.allowed.types

  • Module: cmas-core-server
  • Description: Comma-separated list of allowed attachment file types. By default, only images, PDF and text files are allowed. If no value is provided, all files are allowed (not recommended). The property mail.attachments.validation.handling defines how the system reacts on an unallowed attachment.
  • Beschreibung: Durch Kommas getrennte Liste der erlaubten Dateitypen für Attachments. Standardmäßig sind nur Bilder, PDF-Dateien und Textdateien erlaubt. Wenn die Property keinen Wert hat, werden keine Dateien blockiert (nicht empfohlen). Die Property mail.attachments.validation.handling definiert, wie das System auf ein nicht erlaubtes Attachment reagiert.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: jpg,jpeg,gif,bmp,png,pdf,txt,csv
  • Since: 6.5.0

attachment.max.size

  • Module: cmas-core-server
  • Description: Maximum attachment size, in MB. This property controls the size of attachments at cases, contacts and resources. It also controls the size of incoming (not outgoing) email attachments. The value of this property needs to be aligned with the respective setting in the application server configuration (adapt the parameter max-post-size-bytes in cm6-config.properties or cm6-domain-config.properties). In addition, you might need to increase the value of cmas-nimh, mailbox.default.task.max.message.size. The value of this property is displayed in the Web Client when adding a new attachment.
  • Beschreibung: Maximale Größe von Attachments in MB. Diese Property steuert die Größe der Attachments in Vorgängen, Kontakten und Ressourcen. Außerdem steuert sie die Größe der eingehenden (nicht ausgehenden) E-Mail-Attachments. Der Wert dieser Property muss zur entsprechenden Einstellung in der Konfiguration des Application Servers passen (passen Sie den Parameter max-post-size-bytes in cm6-config.properties oder cm6-domain-config.properties an). Zusätzlich müssen Sie möglicherweise den Wert von cmas-nimh, mailbox.default.task.max.message.size erhöhen. Der Wert dieser Property wird im Web Client beim Hinzufügen eines neuen Attachments angezeigt.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 100
  • Since: 6.4.0

attachment.type.hints

  • Module: cmas-core-server
  • Description: Allows to assign MIME types to not yet officially supported file extensions, so these file extensions can be detected correctly.
  • Beschreibung: Ermöglicht es, MIME-Typen auch noch nicht offiziell unterstützten Dateinamenserweiterungen zuzuweisen, sodass diese Dateinamenserweiterungen richtig erkannt werden können.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 7z:application/x-7z-compressed, zip:application/zip, wav:audio/x-wav
  • Since: 6.11.2.0

calendar.csv.dateFormat

  • Module: cmas-core-server
  • Description: Format of the date given in the CSV file containing the list of holidays.
  • Beschreibung: Format des in der CSV-Datei mit der Liste der Feiertage angegebenen Datums.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: dd/MM/yyyy
  • Since: 6.9.3.2

calendar.csv.separator

  • Module: cmas-core-server
  • Description: Separator used in the CSV file containing the list of holidays.
  • Beschreibung: Trennzeichen, das in der CSV-Datei mit der Liste der Feiertage verwendet wird.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: ,
  • Since: 6.9.3.2

config.data.version

  • Module: cmas-core-server
  • Description: The internal version number of the current system configuration. This property is maintained internally, please do not change it unless advised by ConSol.
  • Beschreibung: Die interne Versionsnummer der aktuellen Systemkonfiguration. Diese Property wird intern gepflegt. Ändern Sie sie nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 11
  • Since: 6.0

config.import.global.transaction.enabled

  • Module: cmas-core-server
  • Description: Determines whether the configuration (without localizations) should be imported within a single transaction.
  • Beschreibung: Legt fest, ob die Konfiguration (ohne Lokalisierungen) in einer einzigen Transaktion importiert werden soll.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.11.1.0

customfield.content.file.max.size

  • Module: cmas-core-server
  • Description: Determines the maximum size in MB of the images which can be added as content of rich text fields.
  • Beschreibung: Legt die maximale Größe (in MB) der Bilder fest, die als Inhalt von Rich-Text-Feldern hinzugefügt werden können.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 10
  • Since: 6.11.2.2

dao.log.threshold.milliseconds

  • Module: cmas-core-server
  • Description: Used to configure database operation times logging. DAO methods whose execution takes longer than the time set in this property (in milliseconds) are logged.
  • Beschreibung: Zur Konfiguration der Protokollierung von Datenbankoperationszeiten verwendet. DAO-Methoden, deren Ausführung länger als die in dieser Property gesetzte Zeit (in Millisekunden) dauert, werden protokolliert.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 500 (default)
  • Since: 6.11.1.0

dao.log.username

  • Module: cmas-core-server
  • Description: Used to configure database operation times logging. The execution of DAO methods which are related to the username stated in this property is logged. Only one username can be provided. The value is empty by default.
  • Beschreibung: Zur Konfiguration der Protokollierung von Datenbankoperationszeiten verwendet. Die Ausführung von DAO-Methoden, die im Zusammenhang mit dem in dieser Property angegebenen Benutzernamen stehen werden, wird protokolliert. Es kann nur ein Benutzername angegeben werden. Der Wert ist standardmäßig leer.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: webadmin
  • Since: 6.11.1.0

defaultCommentClassName

  • Module: cmas-core-server
  • Description: Name of the default text class for comments.
  • Beschreibung: Name der Standard-Textklasse für Kommentare.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value:
  • Since: 6.3.0

defaultIncommingMailClassName

  • Module: cmas-core-server
  • Description: Name of the default text class for incoming emails.
  • Beschreibung: Name der Standard-Textklasse für eingehende E-Mails.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value:
  • Since: 6.3.0

defaultOutgoingMailClassName

  • Module: cmas-core-server
  • Description: Name of the default text class for outgoing emails.
  • Beschreibung: Name der Standard-Textklasse für ausgehende E-Mails.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value:
  • Since: 6.3.0

defaultUnitContentClassName

  • Module: cmas-core-server
  • Description: Name of the default class for content created by customers via REST API.
  • Beschreibung: Name der Standard-Textklasse für von Kunden über die REST-API erstellten Inhalt.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value:
  • Since: 6.16.1.0

engineer.description.cache.enabled

  • Module: cmas-core-server
  • Description: Defines whether user descriptions are cached. The default value is "true", please do not change it unless advised by ConSol.
  • Beschreibung: Legt fest, ob die Benutzerbeschreibungen zwischengespeichert werden. Der Standardwert ist 'true'. Ändern Sie diesen Wert nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.11.0

engineer.description.mode

  • Module: cmas-core-server
  • Description: Defines whether the user names in the case history are taken from the database or dynamically rendered using templates. The default value "DYNAMIC" is a bit more costly from the performance perspective, while "PROTOCOL" is faster but returns historical names which might be outdated. Use "PROTOCOL" if you have lots of history entries from many different users.
  • Beschreibung: Legt fest, ob die Benutzernamen im Vorgangsprotokoll aus der Datenbank abgerufen oder dynamisch über Templates erzeugt werden. Der Standardwert "DYNAMIC" ist aus Performance-Sicht etwas kostspieliger. "PROTOCOL" ist schneller, gibt aber historische Namen zurück, die unter Umständen veraltet sind. Verwenden Sie "PROTOCOL", wenn Sie viele Protokolleinträge von vielen unterschiedlichen Benutzern haben.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: PROTOCOL
  • Since: 6.11.0

engineer.description.template.name

  • Module: cmas-core-server
  • Description: Defines the name of the template which is used to render user names for display in the Web Client. The template has to be saved on the Templates page of the Web Admin Suite.
  • Beschreibung: Definiert den Namen des Templates, mit dem die Bearbeiternamen im Web Client dargestellt werden. Das Template muss auf der Seite Templates der Web Admin Suite gespeichert sein.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: userTemplate
  • Since: 6.11.0

external.line.access.prefix

  • Module: cmas-core-server
  • Description: General prefix to dial before an area code. Set for each customer group separately.
  • Beschreibung: Allgemeine Vorwahl, die vor einer Ortsvorwahl gewählt wird. Wird für jede Kundengruppe einzeln eingestellt.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 411
  • Since: 6.9.3.0

fetchSize.strategy

  • Module: cmas-core-server
  • Description: Strategy for selecting the fetch size on JDBC result sets. Please do not change this value unless advised by ConSol.
  • Beschreibung: Auswahl der Strategie für die Abholgröße von JDBC-Ergebnissätzen. Ändern Sie den Wert nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: FetchSizePageBasedStrategy, FetchSizeThresholdStrategy, FetchSizeFixedStrategy
  • Since: 6.8.4.1

fetchSize.strategy.FetchSizeFixedStrategy.value

  • Module: cmas-core-server
  • Description: Sets the fetch size value if the selected strategy to set the fetch size is FetchSizeFixedStrategy. Please do not change this value unless advised by ConSol.
  • Beschreibung: Legt den Wert für Abholgrößen fest, wenn die ausgewählte Strategie für die Abholgröße FetchSizeFixedStrategy ist. Ändern Sie den Wert nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 150
  • Since: 6.8.4.1

fetchSize.strategy.FetchSizePageBasedStrategy.limit

  • Module: cmas-core-server
  • Description: Sets the maximum fetch size value if the selected strategy to set the fetch size is FetchSizePageBasedStrategy. Please do not change this value unless advised by ConSol.
  • Beschreibung: Legt den Wert für Abholgrößen fest, wenn die ausgewählte Strategie für die Abholgröße FetchSizePageBasedStrategy ist. Ändern Sie den Wert nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 10000
  • Since: 6.8.4.1

fetchSize.strategy.FetchSizeThresholdStrategy.value

  • Module: cmas-core-server
  • Description: Sets the fetch size threshold border values if the selected strategy to set the fetch size is FetchSizeThresholdStrategy. Please do not change this value unless advised by ConSol.
  • Beschreibung: Gibt Grenzwerte für Abholgrößen an, wenn die ausgewählte Strategie für die Abholgröße FetchSizeThresholdStrategy ist. Ändern Sie den Wert nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 150,300,600,1000
  • Since: 6.8.4.1

generic.property

  • Module: cmas-core-server
  • Description: Property that is only usable during development. It allows to add a new property of any type to the system without necessity of modifying all the wrapper code used for handling of 'typical' configuration property.
  • Type: Any
  • Restart required: Depends on a usage
  • System: No
  • Optional: Yes
  • Example value: Any value fits there

healthcheck.system.statistics.enabled

  • Module: cmas-core-server
  • Description: Enables or disables the part of the internal healthcheck routine which returns system metrics about the status of the underlying machine and operating system. The healthcheck can be triggered via REST and is also used by the dashboard of the Web Admin Suite. You can disable the system part of the healthcheck here if it causes problems, as observed on Windows environments when ConSol CM runs under a service user without administrator permissions.
  • Beschreibung: Aktiviert oder deaktiviert den Teil der internen Health-Check-Routine, der Systemmetriken über den Status des Rechners und Betriebssystems liefert. Der Health-Check kann über REST initiiert werden und wird auch für das Dashboard der Web Admim Suite verwendet. Sie können den Systemteil des Health-Checks deaktivieren, wenn er Probleme verursacht, wie es auf Windows-Umgebungen, auf denen ConSol CM unter einem Service-Benutzer ohne Administratorberechtigungen ausgeführt wird, beobachtet wurde.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: true
  • Since: 6.17.1

heartbeat

  • Module: cmas-core-server
  • Description: Timestamp that indicates if an instance of the application is connected to the database schema.
  • Beschreibung: Zeitstempel, der angibt, ob eine Instanz der Applikation mit dem Datenbankschema verbunden ist.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1234567899
  • Since: 6.10.5.3

internal.line.access.prefix

  • Module: cmas-core-server
  • Description: Prefix that the company's telephony system requires for outside lines. Set for each customer group separately.
  • Beschreibung: Vorwahl, die das Telefonsystem des Unternehmens für externe Anrufe verwendet. Wird für jede Kundengruppe einzeln gesetzt.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 199
  • Since: 6.9.3.0

jmx.full.exposure

  • Module: cmas-core-server
  • Description: Controls the availability of methods which can be used to retrieve or delete data from ConSol CM via JMX. The property is set to "false" by default, meaning that these methods cannot be used via JMX. If you set the property to "true", these methods can be used via JMX to retrieve or delete data. It is strictly recommended to have this property set to "false" on production systems.
  • Beschreibung: Steuert die Verfügbarkeit von Methoden, mit denen über JMX Daten aus ConSol CM abgerufen oder gelöscht werden können. Diese Property ist standardmäßig auf "false" gesetzt, sodass diese Methoden nicht über JMX verwendet werden können. Wenn Sie diese Property auf "true" setzen, können diese Methoden verwendet werden, um über JMX Daten abzurufen oder zu löschen. Es wird dringend empfohlen, diese Property in Produktivsystemen auf 'false' zu setzen.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false (default)
  • Since: 6.11.2.5

last.config.change

  • Module: cmas-core-server
  • Description: Random UUID created during the last configuration change. This is a value maintained internally, please do not change it unless advised by ConSol.
  • Beschreibung: Zufällige UUID, die während der letzten Konfigurationsänderung generiert wurde. Dies ist ein intern verwalteter Wert. Ändern Sie diesen nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 2573c7b7-2bf5-47ff-b5a2-bad31951a266
  • Since: 6.1.0, 6.2.1

last.config.change.templates

  • Module: cmas-core-server
  • Description: Random UUID created during the last change in templates. This is a value maintained internally, please do not change it unless advised by ConSol.
  • Beschreibung: Zufällige UUID, die bei der letzten Änderung am Template erzeugt wird. Dies ist ein intern gepflegter Wert. Ändern Sie ihn nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 2573c7c7-2af5-4eff-b9c2-bad31951a266
  • Since: 6.10.5.0

ldap.certificate.basedn

  • Module: cmas-core-server
  • Description: Base DN for the certificate location in the LDAP tree.
  • Beschreibung: Base DN für den Speicherort der Zertifikate im LDAP-Verzeichnisbaum.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: OU=accounts,DC=consol,DC=de
  • Since: 6.8.4, changed in 6.14.0

ldap.certificate.content.attribute

  • Module: cmas-core-server
  • Description: Name of the LDAP attribute where the certificate data is stored in the LDAP tree. The default value is "usercertificate;binary".
  • Beschreibung: Name des LDAP-Attributs, in dem die Zertifikatsdaten im LDAP-Verzeichnisbaum gespeichert sind. Der Standardwert ist "usercertificate;binary".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: usercertificate;binary
  • Since: 6.8.4

ldap.certificate.password

  • Module: cmas-core-server
  • Description: Password of the LDAP certificate manager.
  • Beschreibung: Passwort des LDAP-Zertifikatsmanagers.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.8.4, changed in 6.14.0

ldap.certificate.providerurl

  • Module: cmas-core-server
  • Description: URL of the LDAP certificate provider.
  • Beschreibung: URL des LDAP-Zertifikat-Providers.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: ldap://ldap.consol.de:389
  • Since: 6.8.4, changed in 6.14.0

ldap.certificate.searchattr

  • Module: cmas-core-server
  • Description: LDAP attribute name used to search for certificates in the LDAP tree. The default value is "mail".
  • Beschreibung: Name des LDAP-Attributs, mit dem Zertifikate im LDAP-Verzeichnisbaum gesucht werden. Der Standardwert ist "mail".
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: mail
  • Since: 6.8.4

ldap.certificate.userdn

  • Module: cmas-core-server
  • Description: DN of the LDAP certificate manager.
  • Beschreibung: DN des LDAP-Zertifikatsmanagers.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.8.4, changed in 6.14.0

local.country.prefix

  • Module: cmas-core-server
  • Description: Prefix of the local country code. Set for each customer group separately.
  • Beschreibung: Vorwahl des Ländercodes. Wird für jede Kundengruppe einzeln eingestellt.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 48
  • Since: 6.9.3.0

mail.encryption

  • Module: cmas-core-server
  • Description: If the property is set to "true", the encryption checkbox in the email editor of the Web Client is checked by default. The default value of the property is "false".
  • Beschreibung: Wenn dieser Wert auf "true" gesetzt ist, ist im E-Mail-Editor des Web Clients die Checkbox zur Verschlüsselung der E-Mail standardmäßig aktiviert. Der Standardwert ist "false".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.8.4.0

mail.notification.engineerChange

  • Module: cmas-core-server
  • Description: Determines whether notification emails should be sent when the assignee of a case is changed.
  • Beschreibung: Legt fest, ob eine Benachrichtigungs-E-Mail verschickt wird, wenn der Bearbeiter eines Vorgangs wechselt.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.1.0

mail.notification.sender

  • Module: cmas-core-server
  • Description: Defines the From address (sender) for system notification emails which are sent when the assignee of a case is changed. If not set, the value in the :from tag in the notification template is used instead. If this is unset too, the value of the mail.from property is used.
  • Beschreibung: Definiert die From-Adresse (Absender) für Benachrichtigungs-E-Mails, die verschickt werden, wenn der Bearbeiter eines Vorgangs wechselt. Wenn nicht gesetzt, wird der Wert des :from Tags aus dem Benachrichtigungs-Template verwendet. Ist dieses ebenfalls nicht gesetzt, wird stattdessen der Wert der Property mail.from verwendet.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: cm6notification@cm6installation
  • Since: 6.6.3, changed in 6.14.0.2

mail.outgoing.encoding

  • Module: cmas-core-server
  • Description: Enforces a certain encoding for outgoing emails. By default, the encoding is set to "auto" which means that ConSol CM determines the necessary encoding automatically on content inspection. An explicit setting can be needed to mitigate problems with Office365 and their bugs with 7bit encoding.
  • Beschreibung: Erzwingt ein bestimmtes Encoding für ausgehende E-Mails. Standardmäßig ist die Codierung auf "auto" gesetzt, sodass ConSol CM die notwendige Codierung bei der Prüfung des Inhalts festlegt. Eine explizite Einstellung kann erforderlich sein, um Probleme mit Office365 und ihren Bugs bei 7bit-Encoding abzumildern.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: base64 or 8bit
  • Since: 6.16.2.0

mail.redelivery.retry.count (removed)

  • Module: cmas-core-server
  • Description: Number of redelivery attempts of an outgoing email.
  • Beschreibung: Anzahl der erneuten Zustellversuche einer ausgehenden E-Mail.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 3
  • Since: 6.1.0
  • Removed in: 6.15.0.0

mail.smtp.connectiontimeout

  • Module: cmas-core-server
  • Description: Defines how long (in milliseconds) ConSol CM waits for connecting to the SMTP server.
  • Beschreibung: Definiert wie lange (in Millisekunden) ConSol CM auf die Verbindung zum SMTP-Server wartet.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 25000
  • Since: 6.17.1.0

mail.smtp.email

  • Module: cmas-core-server
  • Description: SMTP URL for outgoing emails.
  • Beschreibung: SMTP-URL für ausgehende E-Mails.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: smtp://mail.consol.de:25
  • Since: 6.0

mail.smtp.email.authentication.method

  • Module: cmas-core-server
  • Description: Determines the authentication method for SMTP.
  • Beschreibung: Legt die Authentifizierungsmethode für SMTP fest.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: oauth2
  • Since: 6.17.0.0

mail.smtp.email.client.authority

  • Module: cmas-core-server
  • Description: Contains the Microsoft authentication endpoint and the Azure tenant ID. Only needed if oauth2 authentication is selected.
  • Beschreibung: Enthält den Microsoft-Authentifizierungsendpunkt und die Azure-Tenant-ID. Nur erforderlich, wenn oauth2-Authentifizierung ausgewählt ist.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: https://login.microsoftonline.com/9058cc24-531b-40e-b1b6-659e48b68e89
  • Since: 6.17.0.0

mail.smtp.email.client.id

  • Module: cmas-core-server
  • Description: Contains the client ID property of the registration of the ConSol CM application in the Azure portal. Only needed if oauth2 authentication is selected.
  • Beschreibung: Enthält die Client-ID-Property der Registrierung der ConSol CM-Applikation im Azure-Portal. Nur erforderlich, wenn oauth2-Authentifizierung ausgewählt ist.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 50bfd327-900e-4eb6-9c08-15dfd79396c1
  • Since: 6.17.0.0

mail.smtp.email.client.secret

  • Module: cmas-core-server
  • Description: Contains the secret generated for the registration of the ConSol CM application in the Azure portal. Only needed if oauth2 authentication is selected.
  • Beschreibung: Enthält das Secret, das für die Registrierung der ConSol CM-Applikation im Azure-Portal erzeugt wurde. Nur erforderlich, wenn oauth2-Authentifizierung ausgewählt ist.
  • Type: Password
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 4Z28Z~V9IyblJieLKlscglOqQL0JOX2kOr1tlafJ
  • Since: 6.17.0.0

mail.smtp.email.password

  • Module: cmas-core-server
  • Description: SMTP password for outgoing emails. If this property is set, it takes precedence over the value from the SMTP URL.
  • Beschreibung: SMTP-Passwort für ausgehende E-Mails. Wenn diese Property gesetzt ist, hat sie Vorrang vor dem Wert aus der SMTP-URL.
  • Type: Password
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: passwt
  • Since: 6.11.2.2

mail.smtp.email.scope

mail.smtp.email.user

  • Module: cmas-core-server
  • Description: SMTP username for outgoing emails. If this property is set, it takes precedence over the value from the SMTP URL.
  • Beschreibung: SMTP-Benutzername für ausgehende E-Mails. Wenn diese Property gesetzt ist, hat sie Vorrang vor dem Wert aus der SMTP-URL.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: huber
  • Since: 6.11.2.2

mail.smtp.envelopesender

  • Module: cmas-core-server
  • Description: Defines the email address used as a sender in SMTP envelope. If not set, the From address of the email is used.
  • Beschreibung: Definiert die E-Mail-Adresse, die als Absender im SMTP-Envelope benutzt wird. Wenn nicht gesetzt, wird die From-Adresse der E-Mail benutzt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: mysender@mydomain.com
  • Since: 6.5.7

mail.smtp.timeout

  • Module: cmas-core-server
  • Description: Defines how long (in milliseconds) ConSol CM waits for an answer from the SMTP server after sending an email.
  • Beschreibung: Definiert, wie lange (in Millisekunden) ConSol CM nach dem Senden einer E-Mail auf die Antwort vom SMTP-Server wartet.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 25000
  • Since: 6.17.1.0

mail.smtp.tls.enabled

  • Module: cmas-core-server
  • Description: Activates SMTP via SSL/TLS (SMTPS) for sending emails from the Web Client and scripts. The default value is "false". If it is set to "true", SMTPS is activated for sending emails.
  • Beschreibung: Aktiviert SMTP über SSL/TLS (SMTPS) für das Senden von E-Mails aus dem Web Client und aus Skripten. Der Standardwert ist "false". Wenn Sie diese Property auf "true" setzen, ist SMTPS zum Senden von E-Mails aktiviert.
  • Type: Boolean
  • Restart required: Yes
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.11.1.6

mailSender.executionInterval.seconds

  • Module: cmas-core-server
  • Description: Determines the period in seconds before the system checks if there are new emails to be sent.
  • Beschreibung: Legt den Zeitraum (in Sekunden) fest, nach dem das System überprüft, ob es neue E-Mails zu verschicken gibt.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 10
  • Since: 6.12.0.0

mailSender.failedMailsArchiveLimit

  • Module: cmas-core-server
  • Description: Defines maximum number of failed asynchronous emails kept in the database
  • Beschreibung: Definiert die maximale Anzahl an fehlgeschlagenen asynchronen E-Mails, die in der Datenbank gespeichert werden
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 150
  • Since: 6.17.0.0

mailSender.lockingLimit

  • Module: cmas-core-server
  • Description: Determines the number of emails fetched from the database for sending in a single transaction.
  • Beschreibung: Legt die Anzahl der E-Mails fest, die für den Versand in einer einzelnen Transaktion aus der Datenbank abgerufen werden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 1
  • Since: 6.12.0.0

mailSender.lockTimeout.seconds

  • Module: cmas-core-server
  • Description: Determines the period in seconds before a locked email is released for another lock.
  • Beschreibung: Legt den Zeitraum in Sekunden fest, nach dem eine gesperrte E-Mail für einen weiteren Lock freigegeben wird.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 199
  • Since: 6.12.0.0

mailSender.maxAttempts

  • Module: cmas-core-server
  • Description: Determines the maximum number of attempts, including the first attempt, before an email is removed.
  • Beschreibung: Legt die maximale Anzahl an Versuchen, einschließlich des ersten Versuches, fest, nach der eine E-Mail entfernt wird.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 3
  • Since: 6.12.0.0

mailSender.nodeId

  • Module: cmas-core-server
  • Description: Determines the ID of the node on which the thread for sending emails is started (only in clustered environments). If the value is "all" or no value is provided, the threads are started on every node.
  • Beschreibung: Legt die ID des Nodes fest, auf dem der Thread zum E-Mail-Versand gestartet wird (nur in Cluster-Umgebungen). Wenn der Wert "all" ist oder kein Wert angegeben ist, werden die Threads auf allen Nodes gestartet.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: all
  • Since: 6.12.0.0

mailSender.retryInterval.seconds

  • Module: cmas-core-server
  • Description: Determines the period in seconds before another attempt to send an email is made, if the previous attempt failed.
  • Beschreibung: Legt den Zeitraum (in Sekunden) fest, nach dem ein weiterer Versandversuch für die E-Mail gemacht wird, falls der vorherige Versuch fehlgeschlagen ist.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.12.0.0

mailSender.testArchive.flavour

  • Module: cmas-core-server
  • Description: Defines on which system flavours the feature to intercept outgoing emails is active. Possible values are "dev", "stage", "test" and "prod". If the system has one of the defined flavours, all outgoing emails are saved to the database instead of sending them. They can be downloaded or deleted on the Intercepted emails page of the Web Admin Suite.
  • Beschreibung: Definiert auf welchen System-Flavours die Funktion zum Abfangen ausgehender E-Mails aktiv ist. Mögliche Werte sind "dev", "stage", "test" und "prod". Wenn das System eines der definierten Flavours hat, werden alle ausgehenden E-Mails in der Datenbank gespeichert, statt sie zu senden. Sie können auf der Seite Abgefangene E-Mails der Web Admin Suite heruntergeladen oder gelöscht werden.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: dev, stage, test
  • Since: 6.17.0.0

mailSender.testArchive.whitelist

  • Module: cmas-core-server
  • Description: Defines a whitelist of domains for test emails. Emails to these domains will be sent even though the system flavour is configured in mailSender.testArchive.flavour. Emails to domains which are not whitelisted explicitly will not be sent. They can be downloaded from the Intercepted emails page in the Web Admin Suite. Enter a list of domains separated by |.
  • Beschreibung: Definiert eine Whitelist der Domänen für Test-E-Mails. E-Mails an diese Domänen werden auch dann gesendet, wenn das System-Flavour in mailSender.testArchive.flavour konfiguriert ist. E-Mails an Domänen, die nicht aufgeführt sind, werden nicht gesendet. Sie können auf der Seite Abgefangene E-Mails der Web Admin Suite heruntergeladen werden. Nutzen Sie | als Trennzeichen für die Domänen.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: consol.de|stackoverflow.com
  • Since: 6.17.0.0

mailSender.threads.number

  • Module: cmas-core-server
  • Description: Determines the number of threads for sending emails.
  • Beschreibung: Legt die Anzahl der Threads für den E-Mail-Versand fest.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 1
  • Since: 6.12.0.0

mailSender.txTimeout.seconds

  • Module: cmas-core-server
  • Description: Determines the transaction timeout (in seconds) for sending emails in seconds.
  • Beschreibung: Legt den Transaktions-Timeout (in Sekunden) für den E-Mail-Versand fest.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.12.0.0

max.licences.perUser

  • Module: cmas-core-server
  • Description: Sets the maximum number of licenses which a single user can use (e.g. logging in from different browsers). By default, this value is not restricted.
  • Beschreibung: Setzt die maximale Anzahl an Lizenzen, die ein einzelner Benutzer benutzen kann (z. B. durch Anmelden in einem anderen Browser). Standardmäßig ist dieser Wert nicht beschränkt.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 10
  • Since: 6.8.4.5

ml.evict.unused.after.hours

  • Module: cmas-core-server
  • Description: The number of hours after which a machine learning model is evicted from cache if it is not used. The ConSol CM server checks every hour for machine learning models to evict.
  • Beschreibung: Die Anzahl der Stunden, nach denen ein Machine-Learning-Modell aus dem Cache entfernt wird, wenn es nicht verwendet wird. Der ConSol CM-Server prüft jede Stunde, ob es Machine-Learning-Modelle gibt, die entfernt werden können.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 24 (default)
  • Since: 6.12.1.0

ml.learn.worker.threads

  • Module: cmas-core-server
  • Description: The number of threads that a machine learning algorithm can use while training its machine learning model.
  • Beschreibung: Die Anzahl der Threads, die ein Machine-Learning-Algorithmus beim Trainieren des Machine-Learning-Modells verwenden kann.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1 (default)
  • Since: 6.12.1.0

monitoring.engineer.login

  • Module: cmas-core-server
  • Description: Login for the special user (engineer) used for monitoring.
  • Beschreibung: Login für den besonderen Benutzer (Bearbeiter) für das Monitoring.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: bartek
  • Since: 6.9.3.0

monitoring.unit.login

  • Module: cmas-core-server
  • Description: Login for the special user (contact) used for monitoring.
  • Beschreibung: Login für den besonderen Benutzer (Kontakt) für das Monitoring.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: bartek
  • Since: 6.9.3.0

my.customer.enabled

  • Module: cmas-core-server
  • Description: Property activating an especially restrictive contact permission model. It is not present in the system by default.
  • Beschreibung: Property, die ein besonders restriktives Kontaktberechtigungsmodell aktiviert. Sie ist standardmäßig nicht im System verfügbar.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: true

nimh.enabled

  • Module: cmas-core-server
  • Description: Enables the NIMH service which controls email polling and processing in ConSol CM. Must be suffixed with NODEID in cluster environments e.g. nimh.enabled.NODEID.
  • Beschreibung: Aktiviert den NIMH-Service, der den E-Mail-Abruf und die E-Mail-Verarbeitung in ConSol CM steuert. Muss in Cluster-Umgebungen die NODEID als Suffix haben, z. B. nimh.enabled.NODEID.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.9.4.0

number.of.tasks

  • Module: cmas-core-server
  • Description: Number of threads to use by the Task Execution Framework (TEF).
  • Beschreibung: Anzahl der Threads, die das Task Execution Framework (TEF) verwendet.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 1
  • Since: 6.9.4.0

office.jodconverter.enabled

  • Module: cmas-core-server
  • Description: Enables JODConverter in ConSol CM. Required if the method ContentFileTemplateService.generatePDFDocumentViaOpenOffice(ContentFile pInputContentFile) will be used.
  • Beschreibung: Aktiviert JODConverter in ConSol CM. Erforderlich, wenn die Methode ContentFileTemplateService.generatePDFDocumentViaOpenOffice(ContentFile pInputContentFile) verwendet wird.
  • Type: Boolean
  • Restart required: Yes
  • System: Yes
  • Optional: Yes
  • Example value: false
  • Since: 6.15.5.0

recent.items.cleanup.cluster.node.id

  • Module: cmas-core-server
  • Description: Value of a -Dcmas.clusternode.id designating node which will clean up recent items.
  • Beschreibung: Wert einer -Dcmas.clusternode.id, die den Node angibt, der die zuletzt verwendeten Elemente bereinigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 1 (assuming cluster node started with -Dcmas.clusternode.id=1 parameter)
  • Since: 6.11.0.1

recent.items.cleanup.interval.minutes

  • Module: cmas-core-server
  • Description: Determines the time interval (in minutes) in which recent items should be checked for removal.
  • Beschreibung: Legt das Zeitintervall (in Minuten) fest, in dem das Entfernen von zuletzt verwendeten Elementen geprüft wird.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60
  • Since: 6.11.0.1

recent.items.max.per.engineer

  • Module: cmas-core-server
  • Description: Maximum number of preserved recent items per user while cleaning up (older recent items will be deleted).
  • Beschreibung: Maximale Anzahl an zuletzt verwendeten Elementen pro Benutzer, die bei der Bereinigung (ältere Elemente werden gelöscht) beibehalten werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 500
  • Since: 6.11.0.1

recent.items.persistence.enabled

  • Module: cmas-core-server
  • Description: Enables persistence of recent items. If the property is set to "false", it prevents storing new recent items. If a recently visited widget is used on a dashboard, this property needs to be set to "true". Otherwise, you can set it to "false" to save system resources.
  • Beschreibung: Ermöglicht die Persistenz der zuletzt verwendeten Elemente. Wenn der Wert auf "false" gesetzt ist, wird das Speichern von neuen Elementen verhindert. Wenn ein Widget mit zuletzt verwendeten Elementen für ein Dashboard verwendet wird, muss diese Property auf "true" gesetzt sein. Andernfalls können Sie sie auf "false" setzen, um Systemressourcen zu sparen.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.11.1.0

resource.replace.batchSize

  • Module: cmas-core-server
  • Description: Defines the number of objects to be processed in a single resource replacement batch.
  • Beschreibung: Legt die Anzahl der Objekte fest, die in einem einzelnen Batch zum Ersetzen der Ressource verarbeitet werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 5
  • Since: 6.10.0.0

resource.replace.timeout

  • Module: cmas-core-server
  • Description: Determines the transaction timeout (in seconds) of a resource replacement action step.
  • Beschreibung: Legt den Transaktions-Timeout (in Sekunden) für einen Schritt einer Aktion zum Ersetzen der Ressource fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 120
  • Since: 6.10.0.0

script.evict.unused.after.hours

  • Module: cmas-core-server
  • Description: Determines the number of hours for which unused scripts remain in the cache. After this time, the compiled class of the script is removed. The ConSol CM server checks for scripts to evict every hour.
  • Beschreibung: Legt die Anzahl der Stunden fest, die nicht verwendete Skripte im Cache verbleiben. Nach dieser Zeit wird die kompilierte Klasse des Skripts entfernt. Der ConSol CM-Server prüft einmal pro Stunde, ob es zu entfernende Skripte gibt.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 24 (default)
  • Since: 6.11.1.14

script.logging.threshold.seconds

  • Module: cmas-core-server
  • Description: Determines the time (in seconds) after which a warning is written to the log file if it is exceeded during script execution.
  • Beschreibung: Legt die Zeit (in Sekunden) fest, nach deren Ablauf eine Warnung in der Log-Datei geschrieben wird, wenn sie während einer Skript-Ausführung überschritten wird.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 10 (default)
  • Since: 6.10.1.0

search.log.threshold.milliseconds

  • Module: cmas-core-server
  • Description: Controls the logging of single search operations on the Lucene index. Search operations taking longer than the configured time (in milliseconds) will be logged.
  • Beschreibung: Steuert das Logging von einzelnen Suchanfragen auf dem Lucene-Index. Suchoperationen, deren Ausführung länger als die in dieser Property gesetzte Zeit (in Millisekunden) dauern, werden protokolliert.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 500 (default)
  • Since: 6.17.0.0

serial.mods.tracking.enabled

  • Module: cmas-core-server
  • Description: Low level technical flag deciding whether serial diff tracking for entities is enabled. If enabled, there will be no StackOverflow error in case a dependency between two entities (for example user and case) causes an infinite loop first and then as a result, the stack overflow. Please do not enable this property unless advised by ConSol. It is a low level technical flag with intricate consequences for the system behavior.
  • Beschreibung: Systemnahes technisches Flag, das entscheidet, ob die serielle Nachverfolgung von Änderungen für Entitäten aktiviert ist. Wenn diese Property aktiviert ist, gibt es keinen StackOverflow-Fehler, wenn Abhängigkeiten zwischen zwei Entitäten (zum Beispiel Benutzer und Vorgang) eine Endlosschleife und infolgedessen einen Stack-Overflow auslösen. Aktivieren Sie diese Property nur, wenn Sie von ConSol dazu aufgefordert werden. Es handelt sich um ein systemnahes technisches Flag mit komplexen Auswirkungen auf das Systemverhalten.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.10.7.0

server.instance.task.crash.period.seconds

  • Module: cmas-core-server
  • Description: Determines the period (in seconds) for detecting live and crashed ConSol CM server instances. The default value is 60.
  • Beschreibung: Legt den Zeitraum (in Sekunden) für das Erkennen von ConSol CM-Server-Instanzen, die aktiv oder abgestürzt sind, fest. Der Standardwert ist 60.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.11.1.6

server.instance.task.period.seconds

  • Module: cmas-core-server
  • Description: Determines the interval (in seconds) between repeated task executions. The task will be executed repeatedly with the given number of seconds between each execution. The default value is 5.
  • Beschreibung: Legt das Intervall (in Sekunden) zwischen wiederholten Task-Ausführungen fest. Der Task wird wiederholt ausgeführt mit der angegebenen Sekundenzahl zwischen den einzelnen Ausführungen. Der Standardwert ist 5.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 5
  • Since: 6.11.1.6

server.session.archive.reaper.interval

  • Module: cmas-core-server
  • Description: Determines the interval (in seconds) when the reaper for archived server sessions is executed (refers to the database table cmas_user_session).
  • Beschreibung: Legt das Reaper-Intervall (in Sekunden) von archivierten Server-Sessions fest (bezieht sich auf die Datenbanktabelle cmas_user_session).
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 60
  • Since: 6.7.1

server.session.archive.timeout

  • Module: cmas-core-server
  • Description: Server sessions archive validity timeout (in days). After this time session info is removed from the database (refers to the database table cmas_user_session).
  • Beschreibung: Timeout der Gültigkeit der Server-Session-Archive (in Tagen). Nach diesem Zeitraum werden die Informationen zur Session aus der Datenbank entfernt (bezieht sich auf die Datenbanktabelle cmas_user_session).
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 31
  • Since: 6.7.1

server.session.heartbeat.enabled

  • Module: cmas-core-server
  • Description: Switch that enables the server session timeout feature for connected clients (at the moment, only the Web Client is supported) based on their heartbeat. For each client, a dedicated property has to be created by appending the client's ID to the property name, e.g. server.session.heartbeat.enabled.WEB_CLIENT. The heartbeat interval is set to 20 seconds, the inactivity timeout to 60 seconds. After this time, the session is closed and the licence released.
  • Beschreibung: Schalter, der die Funktion für den Server-Session-Timeout für die verbundenen Clients basierend auf dem Heartbeat aktiviert (momentan wird nur der Web Client unterstützt). Für jeden Client muss eine eigene Property erstellt werden, indem die ID des Clients an den Property-Namen angehängt wird, z. B. server.session.heartbeat.enabled.WEB_CLIENT. Das Heartbeat-Intervall ist auf 20 Sekunden gesetzt und der Inaktivitäts-Timeout auf 60 Sekunden. Nach dieser Zeit wird die Session geschlossen und die Lizenz freigegeben.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.11.2.9

server.session.heartbeat.enabled.WEB_CLIENT

  • Module: cmas-core-server
  • Description: Determines if the session heartbeat is enabled for the Web Client. If this property is set to "true", a heartbeat is sent to the ConSol CM server every 20 seconds and with every page reload. If the server does not receive a heartbeat during the configured interval (see server.session.heartbeat.timeout.seconds), the session is considered orphaned and ended according to the configured mode (see server.session.heartbeat.mode).
  • Beschreibung: Legt fest, ob der Session-Heartbeat für den Web Client aktiviert ist. Wenn diese Property auf "true" gesetzt ist, wird alle 20 Sekunden und bei jedem Laden der Seite ein Heartbeat an den ConSol CM-Server gesendet. Wenn der Server während des konfigurierten Intervalls (siehe server.session.heartbeat.timeout.seconds) keinen Heartbeat erhält, gilt die Session als verwaist und wird entsprechend des konfigurierten Modus beendet (siehe server.session.heartbeat.mode).
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.11.2.9

server.session.heartbeat.mode

  • Module: cmas-core-server
  • Description: Determines when orphaned sessions are ended if the session heartbeat is enabled. LAZY: Orphaned sessions are ended when the same user authenticates again or when there are no more licenses available (default value). EAGER: Orphaned sessions are ended immediately.
  • Beschreibung: Legt fest, wann verwaiste Sessions beendet werden, wenn der Heartbeat aktiviert ist. LAZY: Verwaiste Sessions werden beendet, wenn sich der gleiche Benutzer noch einmal authentifiziert oder wenn keine Lizenzen mehr verfügbar sind (Standardwert). EAGER: Verwaiste Sessions werden sofort beendet.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: LAZY
  • Since: 6.11.2.9

server.session.heartbeat.timeout.seconds

  • Module: cmas-core-server
  • Description: Determines the period after which a session is considered orphaned if the session heartbeat is enabled and no heartbeat is received. The default value is 300, meaning that orphaned sessions are ended after 5 minutes.
  • Beschreibung: Legt den Zeitraum fest, nach dem eine Session als verwaist gilt, wenn der Heartbeat aktiviert ist und kein Heartbeat empfangen wurde. Der Standardwert ist 300, d. h. verwaiste Sessions werden nach 5 Minuten beendet.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 300
  • Since: 6.11.2.9

server.session.reaper.interval

  • Module: cmas-core-server
  • Description: Determines the interval (in seconds) when the reaper for inactive (ended) server sessions is executed (refers to the database table cmas_user_session.)
  • Beschreibung: Legt das Intervall (in Sekunden) fest, in dem der Reaper inaktive (beendete) Server-Sessions löscht (bezieht sich auf die Datenbanktabelle cmas_user_session).
  • Type: Integer
  • Restart required: Only Session Service
  • System: Yes
  • Optional: No
  • Example value: 60
  • Since: 6.6.1, 6.7.1

server.session.timeout

  • Module: cmas-core-server
  • Description: Server session timeout (in seconds) for connected clients (database table cmas_user_session). Each client can overwrite this timeout with custom value using its ID (WEB_CLIENT, TRACK, ETL, REST, WAS) appended to property name, e.g. server.session.timeout.WAS. Please see also the page customization attributes updateTimeServerSessionActivityEnabled and updateTimeServerSessionActivity of the type cmApplicationCustomization.
  • Beschreibung: Server-Session-Timeout (in Sekunden) für verbundene Clients (Datenbanktabelle cmas_user_session). Jeder Client kann dieses Timeout mit benutzerdefinierten Werten mittels seiner ID (WEB_CLIENT, TRACK, ETL, REST, WAS) überschreiben. Diese wird an den Namen der System-Property angehängt, z. B. server.session.timeout.WAS. Siehe auch die Attribute der Seitenanpassung updateTimeServerSessionActivityEnabled und updateTimeServerSessionActivity vom Typ cmApplicationCustomization.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1800
  • Since: 6.6.1, 6.7.1

skip.wfl.transfer.cleanup

  • Module: cmas-core-server
  • Description: Enables skipping the cleanup process after the deployment of a new workflow version. The cleanup checks whether elements which were deleted in the workflow model need to be preserved and - if not - removes them physically. Changing the default (false) to "true" might help if problems with deleted elements during the installation of a new workflow version occur.
  • Beschreibung: Ermöglicht es, den Cleanup-Prozess nach der Installation einer neuen Workflow-Version zu überspringen. Der Cleanup prüft, ob Elemente, die aus dem Workflow-Modell gelöscht wurden, erhalten bleiben müssen, und entfernt sie physisch, falls dies nicht der Fall ist. Den Standardwert (false) auf "true" zu setzen, kann helfen, wenn bei der Installation einer neuen Workflow-Version Probleme mit den gelöschten Elementen auftreten.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false (default)
  • Since: 6.9.4.1

skip.wfl.transfer.translations.cleanup

  • Module: cmas-core-server
  • Description: Enables skipping the cleanup of localized properties of removed workflow elements.
  • Beschreibung: Aktiviert das Überspringen der Bereinigung von lokalisierten Properties von entfernten Workflow-Elementen.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false (default)
  • Since: 6.10.5.5

strict.utf.bmp.enabled

  • Module: cmas-core-server
  • Description: ConSol CM installations which use a MySQL database with a 2-byte encoding / collation setting cannot handle incoming emails which contain 4-byte UTF8 characters. If you set this property to "true", all 4-byte UTF8 characters are filtered out from email subjects, header fields and attachment names before any database interaction. By default, the property value is "true" for MySQL databases, and "false" for any other database where the underlying problem should not occur. Do not change it for a MySQL database, unless you are sure that the database supports 4-byte characters.
  • Beschreibung: ConSol CM-Installationen, die eine MySQL-Datenbank mit 2-Byte-Kodierungs-/Collation-Konfiguration verwenden, können eingehende E-Mails, die 4-Byte UTF8-Zeichen enthalten, nicht verarbeiten. Wenn Sie diese System-Property auf "true" setzen, werden alle 4-Byte UTF8-Zeichen aus den E-Mail-Betreffs, Header-Feldern und Attachment-Namen herausgefiltert, bevor eine Interaktion mit der Datenbank stattfindet. Standardmäßig ist der Wert der Property für MySQL-Datenbanken true, und für alle anderen Datenbanken, bei denen das zugrundeliegende Problem nicht auftreten sollte, false. Ändern Sie den Wert für eine MySQL-Datenbank nur, wenn die Datenbankeinstellungen 4-Byte-Zeichen unterstützen.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.10.6.0, changed in 6.11.2.7 and 6.11.2.8

task.execution.interval.seconds

  • Module: cmas-core-server
  • Description: Time in seconds between the end of a completed task and the start of the next task in the Task Execution Framework.
  • Beschreibung: Zeit in Sekunden zwischen dem Ende eines abgeschlossenen Tasks und dem Beginn des nächsten Tasks im Task Execution Framework.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 5
  • Since: 6.9.4.0

task.execution.node.id

  • Module: cmas-core-server
  • Description: Only relevant in clustered environments. The ID of the node where scripts of the TEF (Task Execution Framework) will be executed. This applies to both scripts called from the workflow and scripts called manually using the Web Admin Suite, which can be started from any node.
  • Beschreibung: Nur in Cluster-Umgebungen relevant. Die ID des Nodes, auf dem Skripte des TEF (Task Execution Framework) ausgeführt werden, unabhängig davon, ob die Skripte per Workflow oder manuell aus der Web Admin Suite aufgerufen werden, die von jedem beliebigen Node gestartet werden können.
  • Type: String
  • Restart required: Yes
  • System: No
  • Optional: Yes
  • Example value: someNodeId (unspecified - default)
  • Since: 6.11.0.1

task.execution.notification.mail.from

  • Module: cmas-core-server
  • Description: Defines the email address which will be set as From header for notifications to the administrator in case of task execution errors.
  • Beschreibung: Definiert die E-Mail-Adresse, die bei Fehlern bei der Task-Ausführung als From-Header für Benachrichtigungen an den Administrator gesetzt wird.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: admin@client.com
  • Since: 6.14.0.8

ticket.delete.timeout

  • Module: cmas-core-server
  • Description: Transaction timeout (in seconds) for deleting cases in a bulk.
  • Beschreibung: Transaktions-Timeout (in Sekunden) beim Löschen von vielen Vorgänge.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60
  • Since: 6.1.3
  • Module: cmas-core-server
  • Description: List of domains to which links are clickable in the case history. The whitelist applies to links in incoming emails, links in comments added via REST API, and links entered in comments and rich text fields in CM/Track. Regular expressions can be used to specify the allowed URLs. It is possible to add several URLs by using a whitespace as delimiter. The URL must start with one of the allowed protocols (http, https, ftp, ftps, file, mailto). All other links are removed, i.e., the link is displayed in the case history as text, but it cannot be clicked. If the property is left empty, all links are removed. The regular expression .+ can be used to allow all domains. Please note that whitelisting domains might make ConSol CM vulnerable to cross-site scripting and other attacks.
  • Beschreibung: Liste mit Domänen, zu denen Links in der Vorgangshistorie angeklickt werden können. Die Whitelist gilt für Links in eingehenden E-Mails, Links in Kommentaren, die über die REST API hinzugefügt wurden, und Links, die in Kommentaren und Rich-Text-Feldern in CM/Track eingeben wurden. Es können reguläre Ausdrücke verwendet werden, um die erlaubten URLs anzugeben. Es können mehrere, durch Leerzeichen getrennte URLs angegeben werden. Die URL muss mit einem der erlaubten Protokolle (http, https, ftp, ftps, file, mailto) beginnen. Alle anderen Links werden entfernt, d. h. der Link wird in der Vorgangshistorie als Text dargestellt, kann aber nicht angeklickt werden. Ist die Property leer, werden alle Links entfernt. Der reguläre Ausdruck .+ kann verwendet werden, um alle Domänen zu erlauben. Beachten Sie, dass ConSol CM durch das Whitelisting von Domänen anfällig für Cross-Site-Scripting und andere Angriffe werden kann.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: https://.*\.consol\.de/.* (allows links to https://<any>.consol.de/)
  • Since: 6.11.1.7

tickets.delete.size

  • Module: cmas-core-server
  • Description: Defines the number of cases deleted in a single transaction. The default value is 10.
  • Beschreibung: Definiert die Anzahl der Vorgänge, die in einer einzelnen Transaktion gelöscht werden. Der Standardwert ist 10.
  • Type: Integer
  • Restart required: Only Session Service
  • System: Yes
  • Optional: No
  • Example value: 10
  • Since: 6.8.1

transaction.timeout.minutes

  • Module: cmas-core-server
  • Description: Sets the transaction timeout (in minutes) for the task execution service, i.e., one run of a task must finish before this timeout is reached. The changes are visible only for new tasks, the execution of which started after the configuration change.
  • Beschreibung: Setzt den Timeout für den Task Execution Service des TEF, d. h. ein Durchlauf eines Tasks muss vor dem Ablauf dieser Zeitspanne abgeschlossen sein. Die Änderungen sind nur für neue Aufgaben sichtbar, deren Ausführung nach der Konfigurationsänderung beginnt.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 10*60 (10 hours - default)
  • Since: 6.10

unit.description.mode

  • Module: cmas-core-server
  • Description: Defines whether contact descriptions in the case history are taken from the database or dynamically rendered using templates. The value DYNAMIC is a bit more costly from the performance perspective, while PROTOCOL is faster but returns historical names which might be outdated. Use PROTOCOL (default), if you have lots of history entries from many different contacts.
  • Beschreibung: Legt fest, ob die Kontaktbeschreibungen in der Vorgangshistorie aus der Datenbank abgerufen oder dynamisch über Templates erzeugt werden. Der Wert DYNAMIC ist aus Performance-Sicht etwas kostspieliger. PROTOCOL ist schneller, gibt aber historische Namen zurück, die unter Umständen veraltet sind. Verwenden Sie PROTOCOL (Standardwert), wenn Sie viele Protokolleinträge von vielen unterschiedlichen Kontakten haben.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: PROTOCOL
  • Since: 6.11.0

unit.replace.batchSize

  • Module: cmas-core-server
  • Description: Defines the number of objects to be processed in a single contact replacement batch.
  • Beschreibung: Legt die Anzahl der Objekte fest, die in einem einzelnen Batch zum Ersetzen des Kontakts verarbeitet werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 5
  • Since: 6.8.2

unit.replace.timeout

  • Module: cmas-core-server
  • Description: Determines the transaction timeout (in seconds) of a contact replacement action step.
  • Beschreibung: Legt den Transaktions-Timeout (in Sekunden) für einen Schritt einer Aktion zum Ersetzen des Kontakts fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 120
  • Since: 6.8.2

unused.content.remover.cluster.node.id

  • Module: cmas-core-server
  • Description: Value of a -Dcmas.clusternode.id designating which node will remove unused attachments and comments.
  • Beschreibung: Wert eines -Dcmas.clusternode.id , der angibt, welcher Node nicht verwendete Attachments und Kommentare entfernt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 1 (assuming cluster node started with -Dcmas.clusternode.id=1 parameter)
  • Since: 6.9.0.0

unused.content.remover.enabled

  • Module: cmas-core-server
  • Description: Specifies whether a removal of unused attachments and comments should take place.
  • Beschreibung: Legt fest, ob das Entfernen ungenutzter Attachments und Kommentare durchgeführt werden soll.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.9.0.0

unused.content.remover.polling.minutes

  • Module: cmas-core-server
  • Description: Determines the time interval (in minutes) for checking unused attachments and comments for removal.
  • Beschreibung: Legt das Zeitintervall (in Minuten) fest, in dem überprüft werden soll, ob ungenutzte Attachments und Kommentare zum Entfernen vorhanden sind.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 15
  • Since: 6.9.0.0

unused.content.remover.ttl.minutes

  • Module: cmas-core-server
  • Description: Minimum interval (in minutes) while removed attachments and comments are preserved before finally deleting them from the database.
  • Beschreibung: Mindestzeitraum (in Minuten), in dem entfernte Attachments und Kommentare erhalten bleiben, bis sie aus der Datenbank entfernt werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1440
  • Since: 6.9.0.0

url.track

  • Module: cmas-core-server
  • Description: Determines the URL of CM/Track to be used by the method linkTo.track() in the class LinkService to generate links to cases in CM/Track.
  • Beschreibung: Legt die URL von CM/Track fest, die von der Methode linkTo.track() in der Klasse LinkService zum Erzeugen von Links zu Vorgängen in CM/Track verwendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: http://localhost:8080/track
  • Since: 6.13.0

url.track.auth

  • Module: cmas-core-server
  • Description: Determines the URL of the internal OIDC provider.
  • Beschreibung: Legt die URL des internen OIDC-Providers fest.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: http://localhost:8080/cmas-auth-portal-user
  • Since: 6.17.0.0

url.webclient

  • Module: cmas-core-server
  • Description: Determines the URL of the Web Client to be used by the method linkTo.webclient() in the class LinkService to generate links to cases, contacts or resources in the Web Client.
  • Beschreibung: Legt die URL vom Web Client fest, die von der Methode linkTo.webclient() in der Klasse LinkService zum Erzeugen von Links zu Vorgängen, Kontakten oder Ressourcen im Web Client verwendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: http://localhost:8080/cm-client
  • Since: 6.13.0

url.webclient.auth

  • Module: cmas-core-server
  • Description: Determines the URL of the internal OIDC provider.
  • Beschreibung: Legt die URL des internen OIDC-Providers fest.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: http://localhost:8080/cmas-auth-user
  • Since: 6.17.0.0

url.webhooks

  • Module: cmas-core-server
  • Description: Determines the central URL for Webhooks exposed by this system. This will be used by the method linkTo.webhook() of the class LinkService to generate webhook submit URLs as well as by intgTokenService to generate token-secured caller URLs.
  • Beschreibung: Legt die zentrale URL für Webhooks fest, die von diesem System bereitgestellt wird. Diese wird von der Methode linkTo.webhook() der Klasse LinkService zum Erzeugen von Übermittlungs-URLs für die Webhooks und von intTokenService zum Erzeugen von tokengesicherten Aufruf-URLs verwendet.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: http://localhost:8080/intg
  • Since: 6.15.1.0

warmup.executor.enabled

  • Module: cmas-core-server
  • Description: Specifies whether the server should asynchronously warm up during startup (e.g. fill some of the internal caches) for better performance.
  • Beschreibung: Legt fest, ob der Server für eine bessere Performance beim Start asynchron anlaufen soll und nebenher andere Aufgaben erledigt (z. B. interne Caches füllen).
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.9.4.2

wfl.sticky.transfer.disabled

  • Module: cmas-core-server
  • Description: Enables using preserved original names of workflow elements.
  • Beschreibung: Aktiviert die Verwendung von beibehaltenen Originalnamen von Workflow-Elementen.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.10.1.0

workflow.deploy.cache.eviction.disabled

  • Module: cmas-core-server
  • Description: Determines if the infinispan cache should be cleared after deployment (true) or not (false). If the property is set to "true", all mappings are removed from the cache.
  • Beschreibung: Legt fest, ob der Infinispan-Cache nach dem Deployment gelöscht werden soll (true) oder nicht (false). Wenn die Property auf "true" gesetzt ist, werden alle Mappings aus dem Cache gelöscht.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.11.1.4

cmas-core-shared

cluster.mode

  • Module: cmas-core-shared
  • Description: Specifies whether ConSol CM is running in a cluster.
  • Beschreibung: Legt fest, ob ConSol CM in einem Cluster läuft.
  • Type: Boolean
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.1.0

cluster.unicast (removed)

  • Module: cmas-core-shared
  • Description: Flag to activate the jgroups unicast mode for ConSol CM clusters (as opposed to default multicast mode causing problems in some datacenter environments). If set to "true" remember about setting JVM starting parameters: jgroups.bind.port, jgroups.bind.address and jgroups.initial_hosts.
  • Beschreibung: Flag zum Aktivieren des Jgroups-Unicast-Modus für ConSol CM-Cluster (im Gegensatz zum standardmäßigen Multicast-Modus, der in einigen Rechenzentrumsumgebungen zu Problemen führt). Wenn die Property auf "true" gesetzt ist, müssen Sie die folgenden JVM-Startparameter setzen: jgroups.bind.port, jgroups.bind.address und jgroups.initial_hosts.
  • Type: Boolean
  • Restart required: Yes
  • System: Yes
  • Optional: Yes
  • Example value: false (default)
  • Since: 6.11.0.0
  • Removed in: 6.12.0.0

data.directory

  • Module: cmas-core-shared
  • Description: Global directory for ConSol CM data (e.g. index).
  • Beschreibung: Globales Verzeichnis für die ConSol CM-Daten (z. B. Index).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: C:\Users\user\cmas
  • Since: 6.0

expert.mode (removed)

  • Module: cmas-core-shared
  • Description: Activates the expert mode in the Admin Tool to unlock extended features. For example, the system property initialized is only available in the expert mode.
  • Beschreibung: Aktiviert den Expertenmodus im Admin Tool, um erweiterte Funktionen verfügbar zu machen. Zum Beispiel ist die System-Property initialized nur im Expertenmodus verfügbar.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.0
  • Removed in: 6.16.0.0

system.flavour

  • Module: cmas-core-shared
  • Description: Allows to define the system type. Possible values are: dev | test | stage | prod). On prod systems, it is not possible to perform a scene import with the option to delete all existing data. In the Web Admin Suite, the system type is indicated in the header, which is colored according to the system type: green for dev systems, lilac for test systems, yellow for stage systems and red for prod systems.
  • Beschreibung: Ermöglicht es, den Systemtyp zu definieren. Mögliche Werte: dev | test | stage | prod). Auf prod-Systemen ist es nicht möglich, ein Szenario mit der Option zum Löschen aller vorhandenen Daten zu importieren. In der Web Admin Suite steht der Systemtyp in der Kopfzeile, die abhängig vom Typ eingefärbt ist: grün für dev-Systeme, lila für test-Systeme, gelb für stage-Systeme und rot für prod-Systeme.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: prod
  • Since: 6.14.0.3

system.name

  • Module: cmas-core-shared
  • Description: Allows to give the system a name. In the Web Admin Suite, the name is displayed in the header.
  • Beschreibung: Ermöglicht es, dem System einen Namen zu geben. In der Web Admin Suite wird der Name in der Kopfzeile angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: Name
  • Since: 6.14.0.3

cmas-dwh-server

autocommit.cf.changes

  • Module: cmas-dwh-server
  • Description: Defines whether DWH tasks which result from configurational changes on ticket fields are executed automatically without manual interaction in the Web Admin Suite. Can be also set on the Tasks page of the Web Admin Suite. The default and recommended value is "false".
  • Beschreibung: Definiert, ob DWH-Aufgaben, die aufgrund von Konfigurationsänderungen an Ticketfeldern anfallen, automatisch ohne manuelle Interaktion in der Web Admin Suite ausgeführt werden. Diese Property kann auch auf der Seite Aufgaben der Web Admin Suite gesetzt werden. Der Standardwert und empfohlene Wert ist "false".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.7.0

batch-commit-interval

  • Module: cmas-dwh-server
  • Description: Number of objects sent in one DWH message. Larger values mean better transfer performance at the cost of higher memory usage. This property is only used if the package size of a DWH operation is not set. This can only happen when the command is directly addressed to the Java MBean consol.cmas.global.dwh.synchronizationService, e.g. using the update() method. When a DWH operation is started using the Web Admin Suite, there is always a value for the package size. If not explicitly set, the default value of 1000 is used.
  • Beschreibung: Anzahl der Objekte, die in einer DWH-Nachricht gesendet werden. Höhere Werte bedeuten eine bessere Übertragungsperformance und größeren Speicherverbrauch. Diese Property wird nur verwendet, wenn die Paketgröße einer DWH-Operation nicht gesetzt ist. Dies kann nur der Fall sein, wenn der Befehl direkt an die Java MBean consol.cmas.global.dwh.synchronizationService gerichtet ist, z. B. durch Verwendung der Methode update(). Wenn eine DWH-Operation über die Web Admin Suite gestartet wird, gibt es immer einen Wert für die Paketgröße. Wenn dieser nicht explizit gesetzt ist, wird der Standardwert 1000 verwendet.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 100
  • Since: 6.0.0, changed in 6.11

communication.channel (removed)

  • Module: cmas-dwh-server
  • Description: Communication channel; possible values are DIRECT (database communication channel) oder JMS.
  • Beschreibung: Kommunikationskanal, mögliche Werte sind DIRECT (Datenbank-Kommunikationskanal) oder JMS.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: DIRECT
  • Since: 6.8.5.0
  • Removed in: 6.11.0.0

dwh.mode

  • Module: cmas-dwh-server
  • Description: Currently active mode for the DWH data transfer. Possible values are OFF, ADMIN, LIVE.
  • Beschreibung: Aktuell aktiver Modus der DWH-Datenübermittlung. Mögliche Werte sind OFF, ADMIN, LIVE.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: OFF
  • Since: 6.0.1

ignore-queues (removed)

  • Module: cmas-dwh-server
  • Description: A comma-separated list of queue names whose cases are not transferred to the DWH.
  • Beschreibung: Durch eine durch Kommas getrennte Liste von Queue-Namen wird hier festgelegt, dass Vorgänge dieser Queues nicht ins DWH übermittelt werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: QueueName1,QueueName2,QueueName3
  • Since: 6.6.19
  • Removed in: 6.8.1

is.cmrf.alive (removed)

  • Module: cmas-dwh-server
  • Description: Defines a threshold timeframe (in seconds) for the check if CMRF is working properly. If no response from CMRF is received in the configured timeframe, the DWH operation status is updated to "Error".
  • Beschreibung: Definiert einen Zeitraum (in Sekunden) für die Überprüfung, ob das CMRF korrekt funktioniert. Wenn im konfigurierten Zeitraum keine Antwort von CMRF erhalten wird, wird der DWH-Betriebsstatus auf "Fehler" gesetzt.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1200
  • Since: 6.7.0
  • Removed in: 6.14.0.0

java.naming.factory.initial (removed)

  • Module: cmas-dwh-server
  • Description: Factory class for DWH context factory.
  • Beschreibung: Factory-Java-Klasse für DWH context factory.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: org.jnp.interfaces.NamingContextFactory
  • Since: 6.0.1
  • Removed in: 6.11.0.0

java.naming.factory.url.pkgs (removed)

  • Module: cmas-dwh-server
  • Description:
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: org.jboss.naming:org.jnp.interfaces
  • Since: 6.0.1
  • Removed in: 6.11.0.0

java.naming.provider.url (removed)

  • Module: cmas-dwh-server
  • Description: URL of naming provider
  • Beschreibung: URL des Naming Provider
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: localhost
  • Since: 6.0.1
  • Removed in: 6.11.0.0

last.ping.timestamp

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property shows the status of CMRF and is filled automatically by the CMRF. It contains the date of the last response on the ping from the ConSol CM server to the CMRF.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property zeigt den CMRF-Status und wird automatisch durch das CMRF gefüllt. Sie enthält das Datum der letzten Antwort beim Ping vom ConSol CM-Server an das CMRF.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 32323214
  • Since: 6.11.0.1

last.success.live.timestamp

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 13232762
  • Since: 6.11.2.0

live.calculation.enabled (removed)

  • Module: cmas-dwh-server
  • Description: Determines if the CMRF should perform an update for the date since the last successful processing of a live package or the last update, whatever happened later. Please do not change this property unless advised by ConSol.
  • Beschreibung: Legt fest, ob das CMRF ein Update für das Datum nach der letzten erfolgreichen Verarbeitung eines Live-Packets oder dem letzten Update, je nachdem, was später erfolgte, durchführen soll. Ändern Sie diese Property nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: false
  • Since: 6.11.2.0
  • Removed in: 6.16.4.0

live.error

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden.
  • Type: boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: false
  • Since: 6.11.1.0

notification.error.description

  • Module: cmas-dwh-server
  • Description: Defines the text for error emails from the DWH.
  • Beschreibung: Definiert den Text für E-Mails mit Fehlermeldungen des DWH.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: Error occurred
  • Since: 6.0.1

notification.error.from

  • Module: cmas-dwh-server
  • Description: Defines the From address for error emails from the DWH.
  • Beschreibung: Definiert die From-Adresse für E-Mails mit Fehlermeldungen des DWH.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.0.1

notification.error.subject

  • Module: cmas-dwh-server
  • Description: Defines the email subject for error emails from the DWH.
  • Beschreibung: Definiert den Betreff für E-Mails mit Fehlermeldungen des DWH.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: Error occurred
  • Since: 6.0.1

notification.error.to

  • Module: cmas-dwh-server
  • Description: Defines the To address for error emails from the DWH.
  • Beschreibung: Definiert die To-Adresse für E-Mails mit Fehlermeldungen des DWH.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: maz@your_domain.de
  • Since: 6.0.1

notification.finished_successfully.description

  • Module: cmas-dwh-server
  • Description: Defines the text for emails from the DWH when a transfer finishes successfully.
  • Beschreibung: Definiert den Text für E-Mails des DWHs, wenn eine Übertragung erfolgreich beendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: Transfer finished successfully
  • Since: 6.0.1

notification.finished_successfully.from

  • Module: cmas-dwh-server
  • Description: Defines the From address for emails from the DWH when a transfer finishes successfully.
  • Beschreibung: Definiert die From-Adresse für E-Mails des DWHs, wenn eine Übertragung erfolgreich beendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.0.1

notification.finished_successfully.subject

  • Module: cmas-dwh-server
  • Description: Defines the subject for emails from the DWH when a transfer finishes successfully.
  • Beschreibung: Definiert den Betreff für E-Mails des DWHs, wenn eine Übertragung erfolgreich beendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: Transfer finished successfully
  • Since: 6.0.1

notification.finished_successfully.to

  • Module: cmas-dwh-server
  • Description: Defines the To address for emails from the DWH when a transfer finishes successfully.
  • Beschreibung: Definiert die To-Adresse für E-Mails des DWHs, wenn eine Übertragung erfolgreich beendet wird.
  • Type: String
  • Restart required: Yes
  • System: Yes
  • Optional: Yes
  • Example value: maz@your_domain.de
  • Since: 6.0.1

notification.finished_unsuccessfully.description (removed)

  • Module: cmas-dwh-server
  • Description: Defines the text for emails from the DWH when a transfer finishes unsuccessfully.
  • Beschreibung: Definiert den Text für E-Mails des DWHs, wenn eine Übertragung nicht erfolgreich beendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: Transfer finished unsuccessfully
  • Since: 6.0.1
  • Removed in: 6.15.0.0

notification.finished_unsuccessfully.from (removed)

  • Module: cmas-dwh-server
  • Description: Defines the From address for emails from the DWH when a transfer finishes unsuccessfully.
  • Beschreibung: Definiert die From-Adresse für E-Mails des DWHs, wenn eine Übertragung nicht erfolgreich beendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.0.1
  • Removed in: 6.15.0.0

notification.finished_unsuccessfully.subject (removed)

  • Module: cmas-dwh-server
  • Description: Defines the subject for emails from the DWH when a transfer finishes unsuccessfully.
  • Beschreibung: Definiert den Betreff für E-Mails des DWHs, wenn eine Übertragung nicht erfolgreich beendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: Transfer finished unsuccessfully
  • Since: 6.0.1
  • Removed in: 6.15.0.0

notification.finished_unsuccessfully.to (removed)

  • Module: cmas-dwh-server
  • Description: Defines the To address for emails from the DWH when a transfer finishes unsuccessfully.
  • Beschreibung: Definiert die To-Adresse für E-Mails des DWHs, wenn eine Übertragung nicht erfolgreich beendet wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: maz@your_domain.de
  • Since: 6.0.1
  • Removed in: 6.15.0.0

notification.host (removed)

  • Module: cmas-dwh-server
  • Description: Email (SMTP) server hostname for sending DWH emails.
  • Beschreibung: Hostname des E-Mail-Servers (SMTP) für das Senden von DWH-E-Mails.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: mail.consol.de
  • Since: 6.1.0
  • Removed in: 6.17.0.0

notification.password (removed)

  • Module: cmas-dwh-server
  • Description: SMTP password for sending DWH emails (optional).
  • Beschreibung: SMPT-Passwort für das Senden von DWH-E-Mails (optional).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.1.0
  • Removed in: 6.17.0.0

notification.port (removed)

  • Module: cmas-dwh-server
  • Description: SMTP port for sending DWH emails.
  • Beschreibung: SMTP-Port für das Senden von DWH-E-Mails.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 25
  • Since: 6.1.0
  • Removed in: 6.17.0.0

notification.protocol (removed)

  • Module: cmas-dwh-server
  • Description: The protocol used for sending emails from the DWH. Possible values are smtp or smtps.
  • Beschreibung: Das Protokoll, das für das Senden von E-Mails aus dem DWH verwendet wird. Mögliche Werte sind smtp oder smtps.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: smtp
  • Removed in: 6.17.0.0

notification.tls.enabled (removed)

  • Module: cmas-dwh-server
  • Description: Enables SMTP via SSL/TLS (SMTPS) for sending notification emails from the DWH. The default value is "false". If it is set to "true", SMTPS is enabled for sending notifications from the DWH.
  • Beschreibung: Aktiviert SMTP über SSL/TLS (SMTPS) für das Senden von Benachrichtigungs-E-Mails aus dem DWH. Der Standardwert ist "false". Wenn der Wert auf "true" gesetzt ist, ist SMTPS für das Senden von DWH-Benachrichtigungen aktiviert.
  • Type: String
  • Restart required: Yes
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.11.1.6
  • Removed in: 6.17.0.0

notification.username (removed)

  • Module: cmas-dwh-server
  • Description: (SMTP) username for sending DWH emails.
  • Beschreibung: SMTP-Benutzername für das Senden von DWH-E-Mails.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: maz
  • Since: 6.1.0
  • Removed in: 6.17.0.0

recoverable.exceptions

  • Module: cmas-dwh-server
  • Description: Comma-separated list of exception definitions: CLASS[+][:REGEX]. The exceptions included in the list do not stop CM from sending to the CMRF process, but force it to try again. If an optional + after CLASS is present, classes which extend CLASS are matched.
  • Beschreibung: Durch Kommas getrennte Liste mit Exception-Definitionen: CLASS[+][:REGEX]. Die in der Liste enthaltenen Exceptions verhindern nicht, dass CM an den CMRF-Prozess sendet, sondern erzwingen einen erneuten Versuch. Wenn nach CLASS ein optionales + steht, gilt dies auch für Klassen, die CLASS erweitern.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: java.sql.SQLRecoverableException,java.lang.RuntimeException+:.*T.1\,2T.*
  • Since: 6.8.4.6

skip-ticket (removed)

  • Module: cmas-dwh-server
  • Description: Cases are not transferred during transfer/update.
  • Beschreibung: Vorgänge werden bei der Übertragung/Aktualisierung nicht übermittelt.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.6.19
  • Removed in: 6.8.1

skip-ticket-history (removed)

  • Module: cmas-dwh-server
  • Description: The case history is not transferred during transfer/update.
  • Beschreibung: Das Vorgangsprotokoll wird bei der Übertragung/Aktualisierung nicht übermittelt.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.6.19
  • Removed in: 6.8.1

skip-unit (removed)

  • Module: cmas-dwh-server
  • Description: Contacts are not transferred during transfer/update.
  • Beschreibung: Kontakte werden bei der Übertragung/Aktualisierung nicht übermittelt.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.6.19
  • Removed in: 6.8.1

skip-unit-history (removed)

  • Module: cmas-dwh-server
  • Description: The contact history is not transferred during transfer/update.
  • Beschreibung: Das Kontaktprotokoll wird bei der Übertragung/Aktualisierung nicht übermittelt.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.6.19
  • Removed in: 6.8.1

split.history (removed)

  • Module: cmas-dwh-server
  • Description: Changes the SQL that fetches the history for the cases during DWH transfer not to all tickets at once but only for one case per SQL.
  • Beschreibung: Ändert das SQL-Statement dahingehend, dass Vorgangsprotokolle während der Übertragung an das DWH nicht für alle Vorgänge auf einmal abgeholt werden, sondern für einen Vorgang pro SQL-Statement.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: false
  • Since: 6.8.0
  • Removed in: 6.8.4.0

statistics.calendar

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.client.group

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.content.entry

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.contact.role

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.content.entry

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.content.entry.class

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.content.entry.history

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.cube

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.13.0.2

statistics.customer.definition

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.engineer

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.enum.group

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.field.definition

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.group.definition

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.locale

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.localized.property

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.mla

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.project

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.queue

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.resource

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.resource.group

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.resource.history

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.resource.relation.definition

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.resource.type

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.ticket

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.ticket.function

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.ticket.history

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.time.booking

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.timestamp

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.unit

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.unit.history

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.unit.relation.definition

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

statistics.workflow

  • Module: cmas-dwh-server
  • Description: Internal DWH property, not to be changed manually. This property is filled automatically by the CMRF to store statistical data from the DWH. This data is displayed on the Monitor page of the Web Admin Suite.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Diese Property wird automatisch durch das CMRF gefüllt, um statistische Daten aus dem DWH zu speichern. Diese Daten werden auf der Seite Monitor in der Web Admin Suite angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.1

time.buffer

  • Module: cmas-dwh-server
  • Description: Number of minutes to extend the date of the start of the live mode.
  • Beschreibung: Anzahl der Minuten zur Erweiterung des Datums des Starts des Live-Modus.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 5
  • Since: 6.8.1.11

unit.transfer.order (removed)

  • Module: cmas-dwh-server
  • Description: Defines an order in which unit contact field groups should be transferred to the DWH.
  • Beschreibung: Legt fest, in welcher Reihenfolge Kontaktfeldgruppen an das DWH übertragen werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: company;customer
  • Since: 6.6.19
  • Removed in: 6.8.1

cmas-nimh

filesystem.polling.threads.number

  • Module: cmas-nimh
  • Description: Number of threads started for polling emails from the database queue. The default value is 1.
  • Beschreibung: Anzahl der Threads, die für das Abrufen von E-Mails aus der Datenbank-Queue gestartet werden. Der Standardwert ist 1.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 10
  • Since: 6.9.4

filesystem.polling.threads.shutdown.timeout.seconds

  • Module: cmas-nimh
  • Description: Waiting time after the shutdown signal. When the timeout is reached, the thread will be terminated. The default value is 60.
  • Beschreibung: Wartezeit nach dem Beenden-Signal. Wenn der Timeout erreicht ist, wird der Thread beendet. Der Standardwert ist 60.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

filesystem.polling.threads.watchdog.interval.seconds

  • Module: cmas-nimh
  • Description: Determines the interval in seconds to execute the watchdog which checks the activity of the threads of the file system poller. The default value is 30.
  • Beschreibung: Intervall in Sekunden für die Ausführung des Watchdogs, der die Aktivität der Threads des Dateisystem-Pollers prüft. Der Standardwert ist 30.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

filesystem.task.enabled

  • Module: cmas-nimh
  • Description: Allows to disable the service thread related to a given poller. The default value is "true".
  • Beschreibung: Mit dieser System-Property kann der Dienst-Thread eines bestimmten Pollers deaktiviert werden. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.9.4

filesystem.task.interval.seconds

  • Module: cmas-nimh
  • Description: Default interval (in seconds) for polling the file system. The default value is 60 seconds.
  • Beschreibung: Standardintervall (in Sekunden) für den Abruf von E-Mails aus dem Dateisystem. Der Standardwert ist 60 Sekunden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

filesystem.task.polling.folder

  • Module: cmas-nimh
  • Description: Polling folder location which is scanned for emails in the format of eml files. The default value is the mail subdirectory of the ConSol CM data directory.
  • Beschreibung: Speicherort des Ordners, der für den Abruf von E-Mails nach E-Mails im EML-Format durchsucht wird. Standardwert ist das Unterverzeichnis mail des ConSol CM-Datenverzeichnisses.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: c://cmas//mail
  • Since: 6.9.4

filesystem.task.timeout.seconds

  • Module: cmas-nimh
  • Description: After this time of inactivity the service thread is considered damaged and automatically restarted. The default value is 120 seconds.
  • Beschreibung: Nach dieser Zeit der Inaktivität wird der Service Thread als beschädigt betrachtet und automatisch neu gestartet. Der Standardwert ist 120 Sekunden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

filesystem.task.transaction.timeout.seconds

  • Module: cmas-nimh
  • Description: Default transaction timeout for transactions fetching emails from the file system. Should be correlated with number of messages fetched at once. The default value is 60 seconds.
  • Beschreibung: Standard-Transaktions-Timeout (in Sekunden) für Transaktionen, in denen E-Mails aus dem Dateisystem abgeholt werden. Sollte mit der Anzahl der Nachrichten, die gleichzeitig abgeholt werden, korrelieren. Der Standardwert ist 60 Sekunden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

mailbox.default.connection.authentication

  • Module: cmas-nimh
  • Description: Determines how the IMAPS connection is authenticated. The allowed values are "oauth2" (for OAUTH2 authentication) and "password" (for BASIC authentication).
  • Beschreibung: Legt fest, wie die IMAPS-Verbindung authentifiziert wird. Die möglichen Werte sind "oauth2" (für OAUTH2-Authentifizierung) und "password" (für BASIC-Authentifizierung).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: password
  • Since: 6.14.0.10

mailbox.default.connection.host

  • Module: cmas-nimh
  • Description: Host (server name) of a given mailbox which the poller reads emails from.
  • Beschreibung: Host (Servername) eines bestimmten Postfachs, aus dem der Poller E-Mails liest.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 10.10.1.157
  • Since: 6.9.4

mailbox.default.connection.password

  • Module: cmas-nimh
  • Description: Password for given mailbox which the poller reads emails from.
  • Beschreibung: Passwort für ein bestimmtes Postfach, aus dem der Poller E-Mails liest.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: consol
  • Since: 6.9.4

mailbox.default.connection.port

  • Module: cmas-nimh
  • Description: Port of a given mailbox which the poller reads emails from.
  • Beschreibung: Port von einem bestimmten Postfach, aus dem der Poller E-Mails liest.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 143
  • Since: 6.9.4

mailbox.default.connection.protocol

  • Module: cmas-nimh
  • Description: The protocol used by the email poller, e.g. IMAP or POP3.
  • Beschreibung: Vom E-Mail-Poller verwendetes Protokoll, z. B. IMAP oder POP3.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: imap
  • Since: 6.9.4

mailbox.default.connection.username

  • Module: cmas-nimh
  • Description: Username for a given mailbox which the poller reads emails from.
  • Beschreibung: Benutzername für ein bestimmtes Postfach, aus dem der Poller E-Mails liest.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: bartek
  • Since: 6.9.4

mailbox.default.name

  • Module: cmas-nimh
  • Description: Identifier (name) of the mailbox.
  • Beschreibung: Bezeichner (Name) des Postfachs.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: mailbox1
  • Since: 6.11.2.0

mailbox.default.session.mail.debug

  • Module: cmas-nimh
  • Description: JavaMail property. Allows for more detailed JavaMail session debugging.
  • Beschreibung: JavaMail-Property. Ermöglicht detaillierteres Session-Debugging mit JavaMail.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.9.4

mailbox.default.session.mail.imap.connectiontimeout

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the connection timeout in milliseconds. The default value is 3000.
  • Beschreibung: JavaMail-Property. Legt den Verbindungs-Timeout in Millisekunden fest. Der Standardwert ist 3000.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 3000
  • Since: 6.9.4

mailbox.default.session.mail.imap.fetchsize

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the size of partial fetch in bytes for the IMAP protocol. The default is 1048576 bytes.
  • Beschreibung: JavaMail-Property. Legt die Größe des partialfetch in Bytes für das IMAP-Protokoll fest. Der Standardwert ist 1048576 Byte.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 10485760
  • Since: 6.10.7.0

mailbox.default.session.mail.imap.partialfetch

  • Module: cmas-nimh
  • Description: JavaMail property. Determines whether the protocol's partial fetch capability should be used. The default value is "false".
  • Beschreibung: JavaMail-Property. Legt fest, ob die Partial-Fetch-Funktion des Protokolls genutzt werden soll. Der Standardwert ist "false".
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.10.7.0

mailbox.default.session.mail.imap.timeout

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the I/O timeout in milliseconds.
  • Beschreibung: JavaMail-Property. Legt den I/O-Timeout in Millisekunden fest.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 120
  • Since: 6.9.4

mailbox.default.session.mail.imaps.connectiontimeout

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the connection timeout in milliseconds. The default value is 3000.
  • Beschreibung: JavaMail-Property. Legt den Verbindungs-Timeout in Millisekunden fest. Der Standardwert ist 3000.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 3000
  • Since: 6.11.2.0

mailbox.default.session.mail.imaps.fetchsize

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the size of partial fetch in bytes for the IMAPS protocol. The default is 1048576 bytes.
  • Beschreibung: JavaMail-Property. Legt die Größe des partialfetch in Bytes für das IMAPS-Protokoll fest. Der Standardwert ist 1048576 Byte.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 10485760
  • Since: 6.11.2.0

mailbox.default.session.mail.imaps.partialfetch

  • Module: cmas-nimh
  • Description: JavaMail property. Determines whether the protocol's partial fetch capability should be used. The default value is "false".
  • Beschreibung: JavaMail-Property. Legt fest, ob die Partial-Fetch-Funktion des Protokolls genutzt werden soll. Der Standardwert ist "false".
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.11.2.0

mailbox.default.session.mail.imaps.timeout

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the I/O timeout in milliseconds.
  • Beschreibung: JavaMail-Property. Legt den I/O-Timeout in Millisekunden fest.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 120
  • Since: 6.11.2.0

mailbox.default.session.mail.mime.address.strict

  • Module: cmas-nimh
  • Description: JavaMail property. If this property is set to "false", the parsing of the email headers is less strict. Therefore, more emails with non-RFC-compliant headers will be imported into the system, instead of being stored in the failed incoming emails of the Web Admin Suite.
  • Beschreibung: JavaMail-Property, siehe JavaMail API-Dokumentation. Wenn diese Property auf "false" gesetzt ist, ist das Parsing der E-Mail-Header weniger streng. Dementsprechend werden mehr E-Mails mit nicht RFC-konformen Headern ins System importiert, anstatt in den fehlgeschlagenen eingehenden E-Mails in der Web Admin Suite gespeichert zu werden.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.9.4

mailbox.default.session.mail.pop3.connectiontimeout

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the connection timeout in milliseconds. The default value is 3000.
  • Beschreibung: JavaMail-Property. Legt den Verbindungs-Timeout in Millisekunden fest. Der Standardwert ist 3000.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 3000
  • Since: 6.9.4

mailbox.default.session.mail.pop3.timeout

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the socket read timeout in milliseconds.
  • Beschreibung: JavaMail-Property. Legt den Socket-Read-Timeout in Millisekunden fest.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 3000
  • Since: 6.9.4

mailbox.default.session.mail.pop3s.connectiontimeout

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the connection timeout in milliseconds. The default value is 3000.
  • Beschreibung: JavaMail-Property. Legt den Verbindungs-Timeout in Millisekunden fest. Der Standardwert ist 3000.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 3000
  • Since: 6.11.2.0

mailbox.default.session.mail.pop3s.timeout

  • Module: cmas-nimh
  • Description: JavaMail property. Determines the socket read timeout in milliseconds.
  • Beschreibung: JavaMail-Property. Legt den Socket-Read-Timeout in Millisekunden fest.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 3000
  • Since: 6.11.2.0

mailbox.default.task.delete.read.messages

  • Module: cmas-nimh
  • Description: Defines whether messages should be removed from the mailbox after processing. For the IMAP protocol messages are marked as SEEN by default. For the POP3 protocol, this property is ignored and the emails are always deleted from the email server after they were processed successfully.
  • Beschreibung: Legt fest, ob Nachrichten nach dem Lesen aus dem Postfach gelöscht werden sollen. Beim IMAP-Protokoll werden Nachrichten standardmäßig als SEEN gekennzeichnet. Beim POP3-Protokoll wird diese Property ignoriert und E-Mails werden nach der erfolgreichen Verarbeitung immer vom E-Mail-Server gelöscht.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.9.4, changed in 6.12.1.0

mailbox.default.task.enabled

  • Module: cmas-nimh
  • Description: With this property, the service thread related to the given poller can be disabled. The default is "true".
  • Beschreibung: Mit dieser System-Property kann der Service-Thread eines bestimmten Pollers deaktiviert werden. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.9.4

mailbox.default.task.interval.seconds

  • Module: cmas-nimh
  • Description: Default interval (in seconds) for polling mailboxes. The default value is 60 seconds.
  • Beschreibung: Standardintervall (in Sekunden) für den Abruf von Postfächern. Der Standardwert sind 60 Sekunden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

mailbox.default.task.max.messages.per.run

  • Module: cmas-nimh
  • Description: Number of messages fetched at once from the mailbox. Must be correlated with the transaction timeout. The default value is 20.
  • Beschreibung: Anzahl der Nachrichten, die gleichzeitig aus dem Postfach abgeholt werden. Muss mit dem Transaktions-Timeout korrelieren. Der Standardwert ist 20.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

mailbox.default.task.max.message.size

  • Module: cmas-nimh
  • Description: Maximum size of email messages (i.e., email plus attachment). Emails exceeding the size limit will not be automatically processed by NIMH but will be stored in the database (table cmas_nimh_archived_mail) and will therefore appear in the failed incoming emails in the Web Admin Suite. From there they can be resent, downloaded to the file system, or deleted. For those operations the message size is not relevant. The default value is 10MB (10485760).
  • Beschreibung: Maximale Größe von E-Mails (d. h. E-Mail plus Attachments). E-Mails, die größer als dieser Wert sind, werden nicht automatisch von NIMH verarbeitet. Sie werden in der Datenbank (Tabelle cmas_nimh_archived_mail) gespeichert und erscheinen daher in den fehlgeschlagenen eingehenden E-Mails in der Web Admin Suite. Von dort können sie erneut gesendet, in das Dateisystem geladen oder gelöscht werden. Für diese Operationen ist die Größe der Nachricht nicht relevant. Der Standardwert ist 10MB (10485760).
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 10485760
  • Since: 6.9.4

mailbox.default.task.timeout.seconds

  • Module: cmas-nimh
  • Description: After this time of inactivity the service thread is considered damaged and automatically restarted. The default value is 120 seconds.
  • Beschreibung: Nach dieser Zeit der Inaktivität wird der Service-Thread als beschädigt betrachtet und automatisch neu gestartet. Der Standardwert ist 120 Sekunden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

mailbox.default.task.transaction.timeout.seconds

  • Module: cmas-nimh
  • Description: Default transaction timeout (in seconds) for email fetching transactions. Should be correlated with number of messages fetched at once. The default value is 60 seconds.
  • Beschreibung: Standard-Transaktions-Timeout (in Sekunden) für Transaktionen, die E-Mails abrufen. Sollte mit der Anzahl der Nachrichten, die gleichzeitig abgeholt werden, korrelieren. Der Standardwert sind 60 Sekunden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

mailbox.ID.connection.authentication

  • Module: cmas-nimh
  • Description: Determines how the IMAPS connection is authenticated. The allowed values are "oauth2" (for OAUTH2 authentication) and "password" (for BASIC authentication).
  • Beschreibung: Legt fest, wie die IMAPS-Verbindung authentifiziert wird. Die möglichen Werte sind "oauth2" (für OAUTH2-Authentifizierung) und "password" (für BASIC-Authentifizierung).
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: password
  • Since: 6.14.0.10

mailbox.ID.connection.oauth2.client.authority

  • Module: cmas-nimh
  • Description: Contains the Microsoft authentication endpoint and the Azure tenant ID. Only needed if oauth2 authentication is selected for the mailbox.
  • Beschreibung: Enthält den Microsoft-Authentifizierungsendpunkt und die Azure-Tenant-ID. Nur erforderlich, wenn oauth2-Authentifizierung für das Postfach ausgewählt ist.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: https://login.microsoftonline.com/9048cc23-731a-40d8-b1b5-609a48b69e88
  • Since: 6.14.0.10

mailbox.ID.connection.oauth2.client.id

  • Module: cmas-nimh
  • Description: Contains the client ID property of the registration of the ConSol CM application in the Azure portal. Only needed if oauth2 authentication is selected for the mailbox.
  • Beschreibung: Enthält die Client-ID-Property der Registrierung der ConSol CM-Applikation im Azure-Portal. Nur erforderlich, wenn oauth2-Authentifizierung für das Postfach ausgewählt ist.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 123-345-567
  • Since: 6.14.0.10

mailbox.ID.connection.oauth2.client.secret

  • Module: cmas-nimh
  • Description: Contains the secret generated for the registration of the ConSol CM application in the Azure portal. Only needed if oauth2 authentication is selected for the mailbox.
  • Beschreibung: Enthält das Secret, das für die Registrierung der ConSol CM-Applikation im Azure-Portal erzeugt wurde. Nur erforderlich, wenn oauth2-Authentifizierung für das Postfach ausgewählt ist.
  • Type: Password
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 4Z25QV9IyblJi
  • Since: 6.14.0.10

mailbox.ID.connection.oauth2.scope

  • Module: cmas-nimh
  • Description: Contains the oauth permission scope. The constant for Microsoft Office365 is https://outlook.office365.com/.default. Only needed if oauth2 authentication is selected for the mailbox.
  • Beschreibung: Enthält den Berechtigungsbereich für oauth. Die Konstante für Microsoft Office365 ist https://outlook.office365.com/.default. Nur erforderlich, wenn oauth2-Authentifizierung für das Postfach ausgewählt ist.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: https://outlook.office365.com/.default
  • Since: 6.14.0.10

mailbox.polling.threads.mail.log.enabled

  • Module: cmas-nimh
  • Description: Enables email logging in the table cmas_mail_log. If set to "true", each processed email is logged in the table to avoid duplicate processing. This is especially important in cluster environments. If set to "false" the mechanism to detect duplicates is disabled.
  • Beschreibung: Aktiviert die Protokollierung von E-Mails in der Tabelle cmas_mail_log. Wenn die Property auf "true" gesetzt ist, wird jede E-Mail-Verarbeitung in der Tabelle protokolliert, um zu verhindern, dass E-Mails mehrfach verarbeitet werden. Dies ist in Cluster-Umgebungen besonders wichtig. Wenn die Property auf "false" gesetzt ist, ist der Mechanismus zum Erkennen von Duplikaten deaktiviert.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true (default)
  • Since: 6.9.4.1

mailbox.polling.threads.number

  • Module: cmas-nimh
  • Description: Number of threads for accessing mailboxes. The default value is 1.
  • Beschreibung: Anzahl der Threads für den Zugriff auf Postfächer. Der Standardwert ist 1.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 1
  • Since: 6.9.4

mailbox.polling.threads.shutdown.timeout.seconds

  • Module: cmas-nimh
  • Description: Waiting time after the shutdown signal for the email poller. When the timeout is reached, the thread will be terminated. The default value is 60.
  • Beschreibung: Wartezeit nach dem Beenden-Signal für den E-Mail-Poller. Wenn der Timeout erreicht ist, wird der Thread beendet. Der Standardwert ist 60.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

mailbox.polling.threads.watchdog.interval.seconds

  • Module: cmas-nimh
  • Description: Determines the interval in seconds to execute the watchdog which checks the activity of the threads of the email queue poller. The default value is 30.
  • Beschreibung: Legt das Intervall (in Sekunden) zur Ausführung des Watchdogs fest, der die Aktivität der Threads des E-Mail-Queue-Pollers prüft. Der Standardwert ist 30.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 30
  • Since: 6.9.4

mailbox.polling.unstorable.backup.folder

  • Module: cmas-nimh
  • Description: Folder on the file system which is used to store emails whose processing failed and which could not be stored in the database either. The value of the property should be the path to the data directory followed by /mail/unstorable.
  • Beschreibung: Ordner im Dateisystem, in dem E-Mails, deren Verarbeitung fehlgeschlagen ist und die auch nicht in der Datenbank gespeichert werden konnten, gespeichert werden. Der Wert dieser Property sollte der Pfad zum Datenverzeichnis gefolgt von /mail/unstorable sein.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: c://cmas//mail//unstorable
  • Since: 6.11.2.7

queue.polling.threads.number

  • Module: cmas-nimh
  • Description: Number of threads started for polling the email queue in the database. The default value is 1.
  • Beschreibung: Anzahl der Threads, die zum Abrufen von E-Mails aus der E-Mail-Queue in der Datenbank gestartet werden. Der Standardwert ist 1.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 1
  • Since: 6.9.4

queue.polling.threads.shutdown.timeout.seconds

  • Module: cmas-nimh
  • Description: Waiting time after the shutdown signal for the email poller. When the timeout is reached, the thread will be terminated. The default value is 60.
  • Beschreibung: Wartezeit nach dem Beenden-Signal für den E-Mail-Poller. Wenn der Timeout erreicht ist, wird der Thread beendet. Der Standardwert ist 60.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

queue.polling.threads.watchdog.interval.seconds

  • Module: cmas-nimh
  • Description: Determines the interval in seconds to execute the watchdog which checks the activity of the threads of the email queue poller. The default value is 30.
  • Beschreibung: Legt das Intervall (in Sekunden) zur Ausführung des Watchdogs fest, der die Aktivität der Threads des E-Mail-Queue-Pollers prüft. Der Standardwert ist 30.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 30
  • Since: 6.9.4

queue.task.error.pause.seconds

  • Module: cmas-nimh
  • Description: Maximum number of seconds, the queue poller waits after infrastructure (e.g. database) error. The default value is 180 seconds.
  • Beschreibung: Maximale Anzahl an Sekunden, die der Queue-Poller nach einem Infrastrukturfehler (z. B. der Datenbank) wartet. Der Standardwert ist 180 Sekunden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 180
  • Since: 6.9.4

queue.task.interval.seconds

  • Module: cmas-nimh
  • Description: Determines the interval in seconds for the main email queue polling thread. The default value is 15.
  • Beschreibung: Legt das Intervall (in Sekunden) für den Thread zum Abrufen von E-Mails aus der Haupt-E-Mail-Queue fest. Der Standardwert ist 15.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 15
  • Since: 6.9.4

queue.task.max.retries

  • Module: cmas-nimh
  • Description: Maximum number of email processing retries after an exception. When reached, the email is moved to the email archive. This email can be rescheduled again using the NIMH API or the Web Admin Suite.
  • Beschreibung: Maximale Anzahl der Versuche, eine E-Mail nach einer Exception erneut zu verarbeiten. Ist diese erreicht, wird die E-Mail archiviert. Die archivierte E-Mail kann über die NIMH-API oder die Web Admin Suite wieder aktiviert werden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 10
  • Since: 6.9.4

queue.task.timeout.seconds

  • Module: cmas-nimh
  • Description: After this time of inactivity (in seconds), the service thread is considered damaged and automatically restarted. The default value is 600 seconds.
  • Beschreibung: Nach dieser Zeit der Inaktivität (in Sekunden) wird der Service-Thread als beschädigt angesehen und automatisch neu gestartet. Der Standardwert ist 600 Sekunden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 600
  • Since: 6.9.4

queue.task.transaction.timeout.seconds

  • Module: cmas-nimh
  • Description: Transaction timeout (in seconds) for email processing in the pipe. The default value is 60.
  • Beschreibung: Transaktions-Timeout für die E-Mail-Verarbeitung in der Queue. Der Standardwert ist 60.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 60
  • Since: 6.9.4

cmas-nimh-extension

mail.attachments.validation.handling

  • Module: cmas-nimh-extension
  • Description: Defines the behaviour of the system for incoming emails which contain an attachment of a type not listed in attachment.allowed.types. Possible values are: "pass_rename" (disarms attachments by renaming the file extension and lets the email pass), "pass_ignore" (leaves the attachments untouched and lets the email pass) and "reject_email" (rejects the email with a notification to the sender)
  • Beschreibung: Definiert das Systemverhalten für eingehende E-Mails, die ein Attachment enthalten, dessen Typ nicht in attachment.allowed.types gelistet ist. Mögliche Werte sind: "pass_rename" (E-Mail wird durchgelassen und die Attachments werden durch Umbenennen der Dateinamenserweiterung unschädlich gemacht), "pass_ignore" (E-Mail wird durchgelassen, ohne die Attachments zu verändern) and "reject_email" (E-Mail wird mit einer Benachrichtigung an den Absender zurückgewiesen)
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: pass_rename (default value)
  • Since: 6.13.0.9

mail.attachments.validation.info.sender

  • Module: cmas-nimh-extension
  • Description: Defines the From header for error notification emails which are sent to the sender of rejected message when the validation of the attachment type fails. If not set, the email address set in mail.from is used. Only used if mail.attachments.validation.handling is set to "reject_email".
  • Beschreibung: Definiert die From-Adresse für Fehlerbenachrichtigungs-E-Mails, die an den Absender der abgelehnten Nachricht gesendet werden, wenn die Validierung des Attachment-Typs fehlschlägt. Wenn diese Property nicht gesetzt ist, wird die in mail.from festgelegte E-Mail-Adresse verwendet. Die Property wird nur verwendet, wenn mail.attachments.validation.handling auf "reject_email" gesetzt ist.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: example@your_domain.com
  • Since: 6.9.4

mail.attachments.validation.info.subject

  • Module: cmas-nimh-extension
  • Description: Sets the subject for error notification emails which are sent to the sender of rejected message when the validation of the attachment type fails.
  • Beschreibung: Legt den Betreff für Fehlerbenachrichtigungs-E-Mails fest, die an den Absender einer zurückgewiesenen Nachricht gesendet werden, wenn die Validierung des Attachment-Typs fehlschlägt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: Mail was not processed because its attachments were rejected!!!
  • Since: 6.9.4

mail.db.archive

  • Module: cmas-nimh-extension
  • Description: If the property is set to "true", incoming emails are automatically archived in the database.
  • Beschreibung: Wenn dieser Wert auf "true" gesetzt ist, werden eingehende E-Mails automatisch in der Datenbank archiviert.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: false (default)
  • Since: 6.9.4

mail.error.from.address

  • Module: cmas-nimh-extension
  • Description: Defines the From address for error notification emails which are sent when the email processing fails.
  • Beschreibung: Definiert die From-Adresse für Fehlerbenachrichtigungs-E-Mails, die gesendet werden, wenn die E-Mail-Verarbeitung fehlschlägt.
  • Type: Email
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: maz@your_domain.de
  • Since: 6.9.4

mail.error.to.address

  • Module: cmas-nimh-extension
  • Description: Defines the To address for error notification emails which are sent when the email processing fails. If not set, the value of the property admin.email is used.
  • Beschreibung: Definiert die To-Adresse für Fehlerbenachrichtigungs-E-Mails, die gesendet werden, wenn die E-Mail-Verarbeitung fehlschlägt. Wenn nicht gesetzt, wird der Wert der Property admin.email verwendet.
  • Type: Email
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: maz@your_domain.de
  • Since: 6.9.4

mail.on.error

  • Module: cmas-nimh-extension
  • Description: If set to "true", an error notification email is sent to the configured address if an email could not be processed.
  • Beschreibung: Wenn diese Property auf "true" gesetzt ist, wird eine Fehlerbenachrichtigungs-E-Mail an die konfigurierte E-Mail-Adresse gesendet, wenn eine E-Mail nicht verarbeitet werden konnte.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.9.4

mail.ticketname.pattern

  • Module: cmas-nimh-extension
  • Description: Regular expression pattern used to identify the case name in the subject of incoming mails.
  • Beschreibung: Regulärer Ausdruck, mit dem der Vorgangsname im Betreff eingehender E-Mails identifiziert wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: .*?Ticket\s+\((\S+)\).*
  • Since: 6.9.4

cmas-notifications-integration

user.mailer.timeConfig

  • Module: cmas-notifications-integration
  • Description: Spring cron expression determining when the mailer sends summary emails
  • Beschreibung: Spring-Cron-Ausdruck, der festlegt, wann Zusammenfassungs-E-Mails gesendet werden
  • Type: String
  • Restart required: Yes
  • System: No
  • Optional: Yes
  • Example value: "0 0 22 * * 1-5"
  • Since: 6.17.1

cmas-realtime-integration

broadcasting.enabled.SOURCE

  • Module: cmas-realtime-integration
  • Description: Internal property, not to be changed manually. If set to "true" a websocket broadcasting channel will be created on session start. SOURCE needs to be replaced by the client from UserSession.Source, e.g. broadcasting.enabled.WAS.
  • Beschreibung: Interne Property, sollte nicht manuell geändert werden. Bei "true" wird beim Start der Session ein Websocket-Broadcasting-Kanal erzeugt. SOURCE muss durch den Client aus UserSession.Source, z. B. broadcasting.enabled.WAS.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.17.1

broadcasting.enabled.WAS

  • Module: cmas-realtime-integration
  • Description: Internal property, not to be changed manually. Enables websocket broadcasting channel on Web Admin Suite session start.
  • Beschreibung: Interne Property, sollte nicht manuell geändert werden. Aktiviert den Websocket-Broadcasting-Kanal beim Starten einer Session in der Web Admin Suite.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.17.1

broadcasting.enabled.WEB_CLIENT

  • Module: cmas-realtime-integration
  • Description: Internal property, not to be changed manually. Enables websocket broadcasting channel on Web Client session start.
  • Beschreibung: Interne Property, sollte nicht manuell geändert werden. Aktiviert den Websocket-Broadcasting-Kanal beim Starten einer Session im Web Client.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.17.1

cmas-restapi-core

comment.authors.disabled

  • Module: cmas-restapi-core
  • Description: Disables the display of the content author via REST API. The default value is "false".
  • Beschreibung: Deaktiviert die Anzeige des Autors des Inhalts über die REST-API. Der Standardwert ist "false".
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false
  • Since: 6.11.0

csrf.domain.allow.none

  • Module: cmas-restapi-core
  • Description: Determines whether empty Origin/Referer headers are accepted. By default, the property is set to "false", so that REST requests without Origin/Referer headers are blocked.
  • Beschreibung: Legt fest, ob leere Origin/Referer-Header akzeptiert werden. Standardmäßig ist diese Property auf "false" gesetzt, sodass REST-Anfragen ohne Origin/Referer-Header blockiert werden.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.11.2.2

csrf.domain.white.list

  • Module: cmas-restapi-core
  • Description: The list of domains (format protocol://domain:port, separated with |) which are allowed in Origin/Referer headers and will not be blocked by the CSRF filter. By default, the property is empty so that cross-site requests are blocked.
  • Beschreibung: Die Liste der Domänen (Format Protokoll://Domäne:Port, durch | getrennt), die in Origin/Referer-Headern zugelassen sind und nicht vom CSRF-Filter blockiert werden. Diese Property ist standardmäßig leer, sodass Cross-Site-Requests blockiert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: https://example.com:80 | http://www.consol.de:8080
  • Since: 6.11.2.2

csrf.request.filter.enabled

  • Module: cmas-restapi-core
  • Description: Determines whether the CSRF request filter (Origin/Referer) for the REST API is enabled. The default value is "true".
  • Beschreibung: Legt fest, ob der CSRF-Request-Filter (Origin/Referer) für die REST-API aktiviert ist. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.11.2.2

diff.tracking.disabled

  • Module: cmas-restapi-core
  • Description: Fallback property for disabling difference tracking for CM/Track, which is history-based, so it can be heavy.
  • Beschreibung: Fallback-Property zum Deaktivieren der Änderungsnachverfolgung für CM/Track. Diese ist protokollbasiert und kann viel Last erzeugen.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false (default)
  • Since: 6.10.5.6

domain.map.for.client.config.DOMAIN_NAME

  • Module: cmas-restapi-core
  • Description: Enables mapping multiple instances of CM/Track to a specific domain. DOMAIN_NAME is the name of the portal configuration (if your CM/Track configuration is called "trackV3customized", the name of the property is domain.map.for.client.config.trackV3customized). You can provide several URLs separated by a comma.
  • Beschreibung: Ermöglicht das Zuordnen von mehreren CM/Track-Instanzen zu einer bestimmten Domäne. DOMAIN_NAME ist der Name der Portalkonfiguration (wenn Ihre CM/Track-Konfiguration trackV3customized heißt, ist der Name der Property domain.map.for.client.config.trackV3customized). Sie können mehrere URLs getrennt durch Kommas angeben.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: cm6.consol.de,cm6.consol.com
  • Since: 6.10.7.0

max.pageSize.other

  • Module: cmas-restapi-core
  • Description: Maximum number of items other than cases, contacts or resources that can be returned by a single REST request.
  • Beschreibung: Maximale Anzahl an anderen Elementen als Vorgängen, Kontakten oder Ressourcen, die von einem einzelnen REST-Request zurückgegeben werden können.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1000
  • Since: 6.17.0.0

max.pageSize.resource

  • Module: cmas-restapi-core
  • Description: Maximum number of resources that can be returned by a single REST request.
  • Beschreibung: Maximale Anzahl an Ressourcen, die von einem einzelnen REST-Request zurückgegeben werden können.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 250
  • Since: 6.17.0.0

max.pageSize.ticket

  • Module: cmas-restapi-core
  • Description: Maximum number of cases that can be returned by a single REST request.
  • Beschreibung: Maximale Anzahl an Vorgängen, die von einem einzelnen REST-Request zurückgegeben werden können.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 250
  • Since: 6.17.0.0

max.pageSize.unit

  • Module: cmas-restapi-core
  • Description: Maximum number of contacts that can be returned by a single REST request.
  • Beschreibung: Maximale Anzahl an Kontakten, die von einem einzelnen REST-Request zurückgegeben werden können.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 250
  • Since: 6.17.0.0

request.log.threshold.milliseconds

  • Module: cmas-restapi-core
  • Description: Time threshold in milliseconds that needs to be exceeded to generate an entry in the file operationtimes-rest.log.
  • Beschreibung: Die Zeit in Millisekunden, die überschritten werden muss, um einen Eintrag in der Datei operationtimes-rest.log zu erzeugen.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 1000 (default)
  • Since: 6.13.0.2

request.log.username

  • Module: cmas-restapi-core
  • Description: Name of the user whose requests are logged in the file operationtimes-rest.log. Only one name is supported. If the property is empty (default value), the requests of all users are logged.
  • Beschreibung: Name des Benutzers, dessen Anfragen in der Datei operationtimes-rest.log protokolliert werden. Es wird nur ein Name unterstützt. Wenn die Property leer ist (Standardwert), werden die Anfragen aller Benutzer protokolliert.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: webadmin
  • Since: 6.13.0.2

security.fields.customer.exposure.check.enabled

  • Module: cmas-restapi-core
  • Description: Defines if only case fields with Availability via REST set to Full access or Read-only access are shown in CM/Track.
  • Beschreibung: Legt fest, ob nur Vorgangsfelder, für die Verfügbar über REST auf Vollständiger Zugriff oder Lesezugriff gesetzt ist, in CM/Track angezeigt werden.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true (default)
  • Since: 6.10.5.4

security.restrict.unit.access.to.own.data

  • Module: cmas-restapi-core
  • Description: Defines if an additional check is performed when a user logs in as a customer using the REST API, e.g. CM/Track. If set to "true", only the company of the user or other contacts of the user's company are returned when the user requests customer data. If set to "false", no additional security check is performed (not recommended).
  • Beschreibung: Definiert, ob eine zusätzliche Prüfung durchgeführt wird, wenn sich ein Benutzer als Kunde über die REST-API anmeldet, z. B. in CM/Track. Bei "true" werden nur die Firma des Benutzers oder andere Kontakte der Firma des Benutzers zurückgegeben, wenn der Benutzer Kundendaten anfordert. Wenn die Property auf "false" gesetzt ist, wird keine zusätzliche Sicherheitsprüfung durchgeführt (nicht empfohlen).
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.9.2.14

cmas-restapi-http-headers

Access-Control-Allow-Origin

  • Module: cmas-restapi-http-headers
  • Description: Example property to illustrate the configuration of HTTP headers for REST responses. In this case the delivered HTTP header contains the field Access-Control-Allow-Origin with the value "http://foo.example". Each property in the module cmweb-restapi-http-headers represents one header field. The property name (key) identifies the response header field and the value of the property is the field value sent in this header.
  • Beschreibung: Beispiel-Property, die die Konfiguration von HTTP-Headern für REST-Antworten verdeutlicht. In diesem Fall enthält der ausgelieferte HTTP-Header das Feld Access-Control-Allow-Origin mit dem Wert "http://foo.example". Jede Property im Modul cmweb-restapi-http-headers repräsentiert ein Header-Feld. Der Property-Name (Key) identifiziert as Feld im Response-Header und der Wert der Property ist der im Header gesendete Feldwert.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: http://foo.example
  • Since: 6.11.2

cmas-setup-hibernate

cmas.dropSchemaBeforeSetup

  • Module: cmas-setup-hibernate
  • Description: Determines if an existing database schema should be dropped during setup. This value is set on the setup page.
  • Beschreibung: Legt fest, ob ein vorhandenes Datenbankschema beim Setup gelöscht werden soll. Dieser Wert wird auf der Setup-Seite gesetzt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.0

connection.release.mode

  • Module: cmas-setup-hibernate
  • Description: Describes the JEE connection handling strategy for transactions. If set to AFTER_TRANSACTION, the connection will be cached during the transaction and released at the end. If set to AFTER_STATEMENT, the connection will be released to the pool after each statement execution. Please do not change the default here unless advised by ConSol.
  • Beschreibung: Beschreibt die Strategie zur Handhabung der JEE-Verbindung bei Transaktionen. Wenn die Property auf AFTER_TRANSACTION gesetzt ist, wird die Verbindung während der Transaktion zwischengespeichert und am Ende freigegeben. Wenn die Property auf AFTER_STATEMENT gesetzt ist, wird die Verbindung nach jeder Ausführung einer Anweisung freigegeben. Ändern Sie den Standardwert nur, wenn Sie von ConSol dazu aufgefordert werden.
  • Type: String
  • Restart required: Yes
  • System: No
  • Optional: Yes
  • Example value: AFTER_STATEMENT (default for JEE environment)
  • Since: 6.0

hibernate.dialect

  • Module: cmas-setup-hibernate
  • Description: The database dialect used by hibernate. Set during the initial setup depending on the database system.
  • Beschreibung: Der von Hibernate verwendete Datenbankdialekt. Dieser Wert wird abhängig vom Datenbanksystem während des initialen Setups gesetzt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: org.hibernate.dialect.MySQL5InnoDBDialect
  • Since: 6.0

update.6.11.0.0.sleep

  • Module: cmas-setup-hibernate
  • Description: Helper property for the update preparation scripts introduced in context of the ConSol CM database refactoring in version 6.11. This is an optional setting allowing a delay (in milliseconds) after each loop iteration of the preparation scripts. Setting the delay should lower the database load, for example during working hours. This property may be removed after the update preparation tasks finish.
  • Beschreibung: Hilfs-Property für die Skripte zur Update-Vorbereitung, die im Zusammenhang mit dem ConSol CM-Datenbank-Refactoring in Version 6.11 eingeführt wurden. Dies ist eine optionale Einstellung, die eine Verzögerung (in Millisekunden) nach jeder Schleifeniteration in den Vorbereitungsskripten ermöglicht. Das Einstellen einer Verzögerung sollte die Last auf der Datenbank verringern, zum Beispiel während der Arbeitszeiten. Diese Property kann entfernt werden, nachdem die Vorbereitungs-Tasks für das Update abgeschlossen sind.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 0
  • Since: 6.11.0.0, for use in 6.10.5.x

update.6.11.0.0.timezone

  • Module: cmas-setup-hibernate
  • Description: Helper property for the case history migration (the new way of counting history groups). Since 6.11.0.0 the groups are constant (2h time span), but before 6.11.0.0 groups were not constant and depended on the customer’s time zone. Migration scripts use an old algorithm to calculate groups and therefore need information about the time zone. The property should be set to the timezone which is most commonly used by the customers. If the property is not set, the default server time zone is used (TimeZone.getDefault()). The property should be set before updating to 6.11.0.0 and will be removed automatically after migration. The list of accepted timezones can be found for example here: http://joda-time.sourceforge.net/timezones.html.
  • Beschreibung: Hilfs-Property für die Migration der Vorgangshistorie (die neue Art zum Zählen der Historiengruppen). Seit 6.11.0.0 sind die Gruppen konstant (Zeitraum vom 2 Stunden). Vor 6.11.0.0 waren die Gruppen nicht konstant und hingen von der Zeitzone des Kunden ab. Die Migrationsskripte verwenden einen alten Algorithmus zum Berechnen der Gruppen und benötigen daher die Information über die Zeitzone. Diese Property sollte auf die von den Kunden am häufigsten verwendete Zeitzone gesetzt werden. Wenn die Property nicht gesetzt ist, wird die Standardzeitzone des Servers verwendet (TimeZone.getDefault()). Die Property sollte vor dem Update auf die 6.11.0.0 gesetzt werden und wird nach der Migration automatisch gelöscht. Eine Liste der zulässigen Zeitzonen finden Sie zum Beispiel hier: http://joda-time.sourceforge.net/timezones.html.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: Europe/Berlin
  • Since: 6.11.0.0, for use before updating to this version

cmas-setup-manager

initialized

  • Module: cmas-setup-manager
  • Description: Indicates if ConSol CM is initialized, i.e. the initial setup has been performed. If this value is missing or not "true", the setup will be performed. If you set this property to "false", the ConSol CM server will perform the system setup at the next start and all data of the existing system will be lost, including system properties.
  • Beschreibung: Zeigt an, ob ConSol CM initialisiert ist, d. h. das initiale Setup durchgeführt wurde. Wenn dieser Wert fehlt oder nicht auf "true" gesetzt ist, wird das Setup ausgeführt. Wenn Sie diese Property auf "false" setzen, wird der ConSol CM-Server beim nächsten Systemstart das System-Setup ausführen und alle Daten des bestehenden Systems gehen verloren, einschließlich der System-Properties.
  • Type: Boolean
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.0

cmas-setup-scene

scene

  • Module: cmas-setup-scene
  • Description: Name of the scene file which was imported during the setup (can be empty).
  • Beschreibung: Name der Szenariodatei, die während des Setups importiert wurde (kann leer gelassen werden).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: vfszip:/P:/dist/target/jboss/server/cmas/deploy/cm-dist-6.5.1-SNAPSHOT.ear/APP-INF/lib/dist-scene-6.17.1-SNAPSHOT.jar/META-INF/cmas/scenes/helpdesk-sales_scene.jar/
  • Since: 6.0

cmas-was-web

workflowDefinitionsLimit

  • Module: cmas-was-web
  • Description: Sets the maximum number of versions of each workflow to be loaded. The number is calculated excluding deployed versions, which are always loaded.
  • Beschreibung: Legt die maximale Anzahl an Versionen jedes Workflows fest, die geladen werden sollen. Die Anzahl wird ausschließlich der installierten Versionen, die immer geladen werden, berechnet.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: 5
  • Since: 6.15.2

cmas-web-notifications

notifications.enabled (removed)

  • Module: cmas-web-notifications
  • Description: Determines whether the notifications feature is enabled ("true") or disabled ("false"). The default value is "true". If you use the notifications feature on a ConSol CM system behind a proxy, some special proxy settings are needed.
  • Beschreibung: Legt fest, ob die Benachrichtigungsfunktion aktiviert ist ("true") oder deaktiviert ist ("false"). Der Standardwert ist "true". Wenn Sie die Benachrichtigungsfunktion auf einem ConSol CM-System hinter einem Proxy verwenden, werden einige spezielle Proxy-Einstellungen benötigt.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: true
  • Since: 6.12.0.0
  • Removed in: 6.17.1.0, replaced by broadcasting.enabled.WEB_CLIENT

ttl.days

  • Module: cmas-web-notifications
  • Description: Determines the time (in days) after which unpinned notifications are removed.
  • Beschreibung: Legt die Zeit (in Tagen) fest, nach der nicht angeheftete Benachrichtigungen entfernt werden.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 15
  • Since: 6.12.0.0

cmas-workflow-engine

jobExecutor.adminMail

  • Module: cmas-workflow-engine
  • Description: Defines the email address which will be notified about job execution problems (when retry counter is exceeded).
  • Beschreibung: Definiert die E-Mail-Adresse, an die Benachrichtigungs-E-Mails, die Probleme der Jobausführung betreffen, geschickt werden (wenn die Anzahl der Neuversuche überschritten wurde).
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: admin@your_domain.de
  • Since: 6.8.0

jobExecutor.idleInterval.seconds

  • Module: cmas-workflow-engine
  • Description: Determines how often (in seconds) the job executor thread will look for new jobs to execute.
  • Beschreibung: Legt fest, wie oft der Job Executor-Thread nach neuen Jobs zum Ausführen sucht.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 5 (default)
  • Since: 6.8.0

jobExecutor.jobMaxRetries

  • Module: cmas-workflow-engine
  • Description: Controls the number of retry attempts the job executor will do before declaring a job as failed.
  • Beschreibung: Steuert die Anzahl der erneuten Versuche, die der Job Executor unternimmt, bevor er einen Job als fehlgeschlagen deklariert.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 5 (default)
  • Since: 6.8.0

jobExecutor.jobMaxRetriesReachedSubject

  • Module: cmas-workflow-engine
  • Description: The subject used in the notification email which administrators receive about failed job executions.
  • Beschreibung: Der Betreff für Benachrichtigungs-E-Mails, die Administratoren über fehlgeschlagene Job-Ausführungen erhalten.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: Job max retries reached. Job was removed!!! (default)
  • Since: 6.8.0
  • Removed in: 6.17.1.0

jobExecutor.lockingLimit

  • Module: cmas-workflow-engine
  • Description: Maximum number of jobs which can locked (marked for execution) at once by the job executor thread.
  • Beschreibung: Maximale Anzahl der Jobs, die vom Job Executor-Thread gleichzeitig gelockt (als "in Ausführung" markiert) werden können.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: yes
  • Example value: 5 (default)
  • Since: 6.8.0

jobExecutor.lockTimeout.seconds

  • Module: cmas-workflow-engine
  • Description: Determines how long the job can be locked (marked for execution) by the job executor.
  • Beschreibung: Legt fest, wie lange ein Job vom Job Executor gelockt (als "in Ausführung" markiert) werden kann.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 360 (default)
  • Since: 6.8.0

jobExecutor.mailFrom

  • Module: cmas-workflow-engine
  • Description: Defines the email address which will be set as From header for notifications to the administrator in case of job execution errors.
  • Beschreibung: Definiert die E-Mail-Adresse, die bei Fehlern bei der Job-Ausführung als From-Header für Benachrichtigungen an den Administrator gesetzt wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: jobexecutor@your_domain.de
  • Since: 6.8.0

jobExecutor.maxInactivityInterval.minutes

  • Module: cmas-workflow-engine
  • Description: Maximum amount of time (in minutes) of allowed job executor inactivity (e.g. when it is blocked by long timer execution). After this time, executor threads are restarted automatically. The default value is 30.
  • Beschreibung: Maximaler Zeitraum (in Minuten) der erlaubten Inaktivität des Job Executors (z. B. wenn er durch eine lange Timer-Ausführung blockiert ist). Nach dieser Zeit werden die Executor-Threads neu gestartet. Der Standardwert ist 30.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes.
  • Example value: 30
  • Since: 6.9.2.0

jobExecutor.threads

  • Module: cmas-workflow-engine
  • Description: Sets the number of job execution threads.
  • Beschreibung: Legt die Anzahl der Jobausführungs-Threads fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 1 (default)
  • Since: 6.8.0

jobExecutor.timerRetryInterval.seconds

  • Module: cmas-workflow-engine
  • Description: Determines how long (in seconds) the job executor thread will wait before a retry after an error occurs during job execution.
  • Beschreibung: Legt fest, wie lange (in Sekunden) der Job Executor-Thread nach einem Fehler bei der Job-Ausführung wartet, bevor er einen erneuten Versuch beginnt.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 30 (default)
  • Since: 6.8.0

jobExecutor.txTimeout.seconds

  • Module: cmas-workflow-engine
  • Description: Transaction timeout used for job execution.
  • Beschreibung: Transaktions-Timeout für die Job-Ausführung.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 60 (default)
  • Since: 6.8.0

cmweb-server-adapter

attachment.upload.timeout

  • Module: cmweb-server-adapter
  • Description: Defines the transaction timeout in minutes for adding attachments to a case, contact or resource. Counts the time for the upload of all attachments of one transaction. When the timeout occurs, all files which have been temporarily stored on the server are deleted and no file is uploaded. The default value is 3 minutes.
  • Beschreibung: Definiert das Transaktions-Timeout in Minuten für das Hinzufügen von Attachments zu einem Vorgang, einem Kontakt oder einer Ressource. Dabei zählt die Zeit für den Upload aller Attachments einer Transaktion. Wenn das Timeout eintritt, werden alle Dateien, die temporär auf dem Server gespeichert waren, gelöscht und es wird keine Datei hochgeladen. Der Standardwert sind 3 Minuten.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 3
  • Since: 6.10.5

automatic.booking.enabled

  • Module: cmweb-server-adapter
  • Description: If enabled, time spent on creating comments or emails is measured and automatic time bookings are added.
  • Beschreibung: Wenn aktiviert, wird die Zeit für das Erstellen von Kommentaren oder E-Mail gemessen und automatische Zeitbuchungen hinzugefügt.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: true
  • Since: 6.9.4.2

checkUserOnlineIntervalInSeconds

  • Module: cmweb-server-adapter
  • Description: The interval in seconds to check which users are online (default 180sec = 3min).
  • Beschreibung: Das Intervall (in Sekunden), in dem geprüft wird, welche Benutzer online sind (Standard 180 Sekunden = 3 Minuten).
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 180
  • Since: 6.0
  • Removed in: 6.5/6.11.0.1

cmoffice.enabled

  • Module: cmweb-server-adapter
  • Description: Determines if CM/Doc is enabled.
  • Beschreibung: Legt fest, ob CM/Doc aktiviert ist.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.4.0

cmoffice.oo.path.0 (removed)

  • Module: cmweb-server-adapter
  • Description: Possible location of the OpenOffice installation. The properties are numbered starting with 0.
  • Beschreibung: Möglicher Speicherort der OpenOffice-Installation. Die Properties werden, beginnend mit 0, durchnummeriert.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: c:\Program Files (x86)\LibreOffice 3.6\program
  • Since: 6.10.1.0
  • Removed in: 6.12.0.0

cmoffice.strict.versioning.enabled

  • Module: cmweb-server-adapter
  • Description: Controls if the SAVE operation in Microsoft Word / OpenOffice documents creates a new attachment ("true") or overwrites the existing attachment ("false"). This concerns the behavior within one session using the text editing program. If the program is stopped, the overwrite mechanism will not work anymore.
  • Beschreibung: Steuert, ob der Speichervorgang für Microsoft Word- /OpenOffice-Dokumente ein neues Attachment erzeugt ("true") oder das vorhandene Attachment überschreibt ("false"). Dies betrifft das Verhalten innerhalb einer Session mit dem Textbearbeitungsprogramm. Wenn das Programm beendet wird, funktioniert der Mechanismus zum Überschreiben nicht mehr.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true (default)
  • Since: 6.10.5.4

cmoffice.websocket.port

  • Module: cmweb-server-adapter
  • Description: Determines the port on which the CM/Doc application should be started and connected to.
  • Beschreibung: Legt den Port fest, auf dem die CM/Doc-Applikation startet und mit dem sie verbunden ist.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 30333
  • Since: 6.12.0.0

commentRequiredForTicketCreation

  • Module: cmweb-server-adapter
  • Description: Determines if the comment is a required field for case creation.
  • Beschreibung: Legt fest, ob der Kommentar ein Pflichtfeld für die Erstellung eines Vorgangs ist.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.2.0

csrf.domain.white.list

  • Module: cmweb-server-adapter
  • Description: The list of domains (separated with "|") which are allowed and will not be blocked by the CSRF (cross-site request forgery) filter. e.g.: "example.com | consol.de"
  • Beschreibung: Die Liste der Domänen (durch "|" getrennt), die zugelassen sind und nicht vom CSRF-Filter (Cross-Site Request Forgery) geprüft werden, z. B. "example.com | consol.de"
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: example.com | consol.de
  • Since: 6.10.7.0

csrf.request.filter.enabled

  • Module: cmweb-server-adapter
  • Description: Determines whether the CSRF request filter is enabled (default) or not.
  • Beschreibung: Legt fest, ob der CSRF-Anfragefilter (Cross-Site Request Forgery) aktiviert ist (Standard) oder nicht.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.10.7.0

customizationVersion

  • Module: cmweb-server-adapter
  • Description: UID representing the latest page customization version. Used only internally. Please do not change the value.
  • Beschreibung: UID der letzten Version der Seitenanpassung. Wird nur intern verwendet. Der Wert darf nicht geändert werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: cd58453e-f3cc-4538-8030-d15e8796a4a7
  • Since: 6.5.0

data.optimization

  • Module: cmweb-server-adapter
  • Description: Defines optimization to be applied on HTML response data. The following values are supported (for setting more than one value, separate values by "|"): MINIFICATION and COMPRESSION. MINIFICATION minifies HTML data by e.g. stripping whitespaces and comments. COMPRESSION applies gzip compression to HTTP response. (Note: If you are running in cluster mode and want to test different configurations in parallel, you can set different values for each cluster node by specifying the property data.optimization.nodeId to override the default property.)
  • Beschreibung: Definiert die Optimierung der HTML-Response-Daten. Es werden die folgenden Werte unterstützt (mehrere Werte können durch "|" getrennt gesetzt werden): MINIFICATION und COMPRESSION. MINIFICATION minimiert HTML-Daten, indem z. B. Leerzeichen und Kommentare entfernt werden. COMPRESSION wendet gzip-Komprimierung auf die HTTP-Response an. (Hinweis: Wenn das System im Cluster-Modus läuft und Sie parallel verschiedene Konfigurationen testen möchten, können Sie für jeden Cluster-Node verschiedene Werte setzen, indem Sie die System-Property nach dem Muster data.optimization.nodeId angeben, um die Standard-Property zu überschreiben.)
  • Type: String
  • Restart required: Yes (COMPRESSION can be switched on/off without restart, MINIFICATION requires restart)
  • System: Yes
  • Optional: Yes
  • Example value: MINIFICATION|COMPRESSION

defaultAttachmentEntryClassName

  • Module: cmweb-server-adapter
  • Description: The default text class used to classify an attachment if no other text class was set explicitly.
  • Beschreibung: Die Standardtextklasse für Attachments, wenn keine andere Textklasse explizit gesetzt wurde.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: DefaultTextElement
  • Since: 6.9.2.0

defaultContentEntryClassName

  • Module: cmweb-server-adapter
  • Description: Name of the text class which is set as default for newly created communication entries.
  • Beschreibung: Name der Textklasse, die als Standardtextklasse für neu erstellte Kommunikationseinträge gesetzt wird.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: default_class
  • Since: 6.3.0

defaultNumberOfCustomFieldsColumns

  • Module: cmweb-server-adapter
  • Description: Determines the default number of columns for data fields.
  • Beschreibung: Legt die Standardanzahl der Spalten für Datenfelder fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 3
  • Since: 6.2.0

diffTrackingEnabled (removed)

  • Module: cmweb-server-adapter
  • Description: Defines if parallel editing of a case by different users should be possible. Value "false": Previous way of handling changes when editing a case. If the case has been changed in the meantime, the current user will not be able to submit his changes without being forced to reload the page before submitting. Value "true": New changes handling mode. If the case has been changed, this will not block the submission of other changes anymore. If the part of the case that was changed was exactly the part that is changed by the submitting user, then an information message will be displayed, but the case change will be stored anyway.
  • Beschreibung: Legt fest, ob das gleichzeitige Bearbeiten eines Vorgangs durch verschiedene Benutzer möglich ist. Wert "false": Vorherige Art und Weise der Verarbeitung von Änderungen beim Editieren von Vorgängen. Wenn ein Vorgang zwischendurch geändert wurde, kann der aktuelle Benutzer seine Änderungen nicht speichern, sondern muss die Seite vorher neu laden. Wert "true": Neuer Modus zur Verarbeitung von Änderungen. Wenn der Vorgang geändert wurde, wird das Speichern von anderen Änderungen nicht mehr blockiert. Wenn der Teil des Vorgangs, der geändert wurde, genau der Teil ist, der vom speichernden Benutzer geändert wird, wird eine Informationsmeldung angezeigt, die Vorgangsänderungen werden aber trotzdem gespeichert.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true (default)
  • Since: 6.10.1.0
  • Removed in: 6.11.0.0

diffTrackingEnabledForUnitAndResource

  • Module: cmweb-server-adapter
  • Description: Enables the prevention of concurrent modifications on contacts / resources.
  • Beschreibung: Aktiviert die Verhinderung von gleichzeitigen Änderungen an Kontakten / Ressourcen.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 3
  • Since: 6.11.0.0

favoritesSizeLimit

  • Module: cmweb-server-adapter
  • Description: Determines the maximum number of items in the favorites.
  • Beschreibung: Legt die maximale Anzahl von Elementen in den Favoriten fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 10
  • Since: 6.0

forward.mails.to.representatives

  • Module: cmweb-server-adapter
  • Description: Determines if emails which are manually sent from the Web Client are also sent to representing users. The default value of the property is "false", meaning that this kind of emails are not forwarded to the representing user. Set the property to "true" if all emails which are sent to the represented user should be automatically forwarded to the representing user. Nevertheless, this might not be desired if the same person is a user and a contact in the CM system. This property only configures the handling of manually sent emails. The handling of automatically sent emails depends on the used Java method.
  • Beschreibung: Legt fest, ob E-Mails, die manuell aus dem Web Client gesendet werden, auch an die Vertreter eines Benutzers gesendet werden. Der Standardwert dieser Property ist "false", d. h. diese Art von E-Mails wird nicht an den Vertreter weitergeleitet. Setzen Sie diese Property auf "true", wenn alle E-Mails, die an den vertretenen Benutzer gesendet werden, werden automatisch an den Vertreter weitergeleitet werden sollen. Unter Umständen ist dies aber nicht erwünscht, wenn dieselbe Person gleichzeitig Benutzer und Kontakt im ConSol CM-System ist. Diese Property konfiguriert nur die Verarbeitung von manuell gesendeten E-Mails. Die Verarbeitung von automatisch gesendeten E-Mails hängt von der verwendeten Java-Methode ab.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: false
  • Since: 6.11.1.7

globalSearchResultSizeLimit

  • Module: cmweb-server-adapter
  • Description: Determines the maximum number of results in the quick search.
  • Beschreibung: Legt die maximale Anzahl an Ergebnissen in der Schnellsuche fest.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 10
  • Since: 6.0

helpFilePath (removed)

  • Module: cmweb-server-adapter
  • Description: URL for the online help. If not empty, the Help link is displayed in the Web Client.
  • Beschreibung: URL für die Onlinehilfe. Wenn der Wert nicht leer ist, wird der Hilfe-Link im Web Client angezeigt.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: http://www.consol.de
  • Since: 6.2.1
  • Removed in: 6.14.0.0

hideTicketSubject

  • Module: cmweb-server-adapter
  • Description: If set to "true", the case subject is hidden in Web Client.
  • Beschreibung: Wenn auf "true" gesetzt, wird das Vorgangsthema im Web Client ausgeblendet.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.2.1

mail.from

  • Module: cmweb-server-adapter
  • Description: Defines the global From address (sender) to be used for email communication. The value set here appears as a sender of emails sent from ConSol CM.
  • Beschreibung: Definiert die globale From-Adresse (Absender) für E-Mail-Kommunikation. Der hier gesetzte Wert erscheint als Absender in E-Mails, die aus ConSol CM gesendet werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.1.2

mail.reply.to

  • Module: cmweb-server-adapter
  • Description: Defines the global Reply-to address to be used for email communication. The value set here controls the reply-to header of emails sent from ConSol CM.
  • Beschreibung: Definiert die globale Reply-To-Adresse für E-Mail-Kommunikation. Der hier gesetzte Wert erscheint als Reply-To-Header in E-Mails, die aus ConSol CM gesendet werden.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.0.1

mailTemplateAboveQuotedText

  • Module: cmweb-server-adapter
  • Description: Determines the behavior of the email template in the email editor when another email is quoted, i.e. forwarded or replied to. Often used to place the signature correctly.
  • Beschreibung: Legt das Verhalten der E-Mail-Vorlagen im E-Mail-Editor fest, wenn eine andere E-Mail zitiert wird, d. h. auf diese geantwortet oder diese weitergeleitet wird. Wird oft verwendet, um die Signatur korrekt zu platzieren.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.2.4

maxSizePerPagemapInMegaBytes

  • Module: cmweb-server-adapter
  • Description: The parameter defines the size (in MB) of the file which is created by the Wicket framework per user session. i.e. for each user which is currently logged in. The file is used to save pages during the running session. When the defined size limit has been reached and new entries are added, the oldest entries are removed. A user who works with an "old" page is redirected to the start page in the Web Client, when the page is removed from the file. This parameter can be increased if users work with a great number of open tabs and are redirected to the start page. In large systems, you could use e.g. a value of 45 or 50. Since this is the size of the file which is saved on disk, the maximum value depends on the available disk space, however, a value which is too large is not recommended either.
  • Beschreibung: Mit diesem Parameter wird die Größe (in MB) der Datei definiert, die vom Wicket-Framework pro Benutzer-Session, d. h. für jeden aktuell angemeldeten Benutzer, erstellt wird. Die Datei wird verwendet, um Seiten während der laufenden Session zu speichern. Wenn die definierte Größenbegrenzung erreicht wurde und neue Einträge hinzugefügt wurden, werden die ältesten Einträge entfernt. Ein Benutzer, der im Web Client mit einer "alten" Seite arbeitet, wird auf die Startseite weitergeleitet, sobald die alte Seite aus der Datei entfernt wird. Dieser Parameter kann erhöht werden, wenn Benutzer mit einer großen Anzahl an offenen Tabs arbeiten und auf die Startseite weitergeleitet werden. In großen Systemen können Sie zum Beispiel einen Wert von 45 oder 50 verwenden. Da dies die Größe der auf der Festplatte gespeicherten Datei ist, hängt der Maximalwert vom verfügbaren Speicherplatz ab. Daher ist ein zu großer Wert nicht empfehlenswert.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 15
  • Since: 6.3.5

pagemapLockDurationInSeconds

  • Module: cmweb-server-adapter
  • Description: Number of seconds to pass before a pagemap is considered to be locked for too long.
  • Beschreibung: Anzahl der Sekunden, die vergehen müssen, bevor eine Pagemap als zu lange gelockt angesehen wird.
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: Yes
  • Example value: 60
  • Since: 6.7.3

postActivityExecutionScriptName

  • Module: cmweb-server-adapter
  • Description: Defines the name for the script which should be executed after every workflow activity. If no script should be executed, leave the value empty.
  • Beschreibung: Definiert den Namen des Skripts, das nach jeder Workflow-Aktivität ausgeführt wird. Wenn kein Skript ausgeführt werden soll, lassen Sie diesen Wert leer.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: postActivityExecutionHandler
  • Since: 6.2.0

queuesExcludedFromGS

  • Module: cmweb-server-adapter
  • Description: Comma-separated list of queue names which are excluded from the quick search.
  • Beschreibung: Durch Kommas getrennte Liste von Queue-Namen, die von der Schnellsuche ausgeschlossen werden sollen.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.0

refreshTimeInCaseOfConcurrentRememberMeRequests

  • Module: cmweb-server-adapter
  • Description: Sets the refresh time (in seconds) after which the page is reloaded in case of concurrent remember me requests. This feature prevents one user from occupying many licenses.
  • Beschreibung: Legt die Aktualisierungszeit (in Sekunden) fest, nach der die Seite neu geladen wird, wenn es gleichzeitige Anfragen zum Angemeldet bleiben gibt. Diese Funktion verhindert, dass ein Benutzer zu viele Lizenzen in Anspruch nimmt.
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: Yes
  • Example value: 5
  • Since: 6.8.2

rememberMeLifetimeInMinutes

  • Module: cmweb-server-adapter
  • Description: Lifetime for "remember me" in minutes.
  • Beschreibung: Lebensdauer für "Angemeldet bleiben" in Minuten.
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: 1440
  • Since: 6.0

request.log.threshold.milliseconds

  • Module: cmweb-server-adapter
  • Description: Defines the execution time threshold of web requests in milliseconds that needs to be exceeded to generate an entry in the file operationtimes.log.
  • Beschreibung: Definiert den Schwellenwert für die Ausführungszeit von Web-Requests in Millisekunden, der überschritten werden muss, um einen Eintrag in der Datei operationtimes.log zu erzeugen.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 1000 (default)
  • Since: 6.15.0.0

request.scope.transaction

  • Module: cmweb-server-adapter
  • Description: It allows to disable request scope transactions. By default, one transaction is used per request. Setting this property to "false" will cause one transaction per service method invocation.
  • Beschreibung: Ermöglicht die Deaktivierung von Scope-Transaktionen für Requests. Standardmäßig wird pro Request eine Transaktion verwendet. Wenn Sie diese Property auf "false" setzen, wird eine Transaktion pro Aufruf einer Service-Methode erzeugt.
  • Type: Boolean
  • Restart required: Yes
  • System: Yes
  • Optional: Yes
  • Example value: true
  • Since: 6.8.1

searchPageSize

  • Module: cmweb-server-adapter
  • Description: The global default page size for search results in the Web Client. Only used for new users who have not yet set preferences.
  • Beschreibung: Die globale Standardgröße für Suchergebnisse im Web Client. Wird nur für neue Benutzer verwendet, die noch keine eigenen Einstellungen vorgenommen haben.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 20
  • Since: 6.0

searchPageSizeOptions

  • Module: cmweb-server-adapter
  • Description: Paging options for the page size of search results in the Web Client.
  • Beschreibung: Optionen für die Größe der Seiten für Suchergebnisse im Web Client.
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 10|20|30|40|50|75|100
  • Since: 6.0

serverPoolingInterval

  • Module: cmweb-server-adapter
  • Description: Defines the time in seconds for the pooling server to invalidate caches on the web layer.
  • Beschreibung: Definiert die Zeit in Sekunden, nach der der Pooling-Server die Caches auf dem Web-Layer ungültig macht.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 5
  • Since: 6.1.0

show.error.stacktrace

  • Module: cmweb-server-adapter
  • Description: If this property is set to "true", the full stracktrace can be shown in the red error message which is displayed in the Web Client if a user action caused an exception.
  • Beschreibung: Wenn diese Property auf "true" gesetzt ist, kann der vollständige Stracktrace in der roten Fehlermeldung angezeigt werden, die im Web Client angezeigt wird, wenn eine Benutzeraktion eine Exception verursacht hat.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: false (default)
  • Since: 6.12.1.0

supportEmail (removed)

  • Module: cmweb-server-adapter
  • Description:
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Since: 6.0
  • Removed in: 6.11.0.1

themeOverlay

  • Module: cmweb-server-adapter
  • Description: Defines the user interface theme (CSS file) for the Web Client layout. Set this property to the name of your custom skin if you are using one.
  • Beschreibung: Definiert das Theme der Benutzeroberfläche (CSS-Datei) für das Layout des Web Clients. Setzen Sie diese Property auf den Namen Ihres benutzerdefinierten Skins, wenn Sie einen solchen verwenden.
  • Type: String
  • Restart required: Yes
  • System: Yes
  • Optional: Yes
  • Example value: myTheme
  • Since: 6.0

ticketListRefreshIntervalInSeconds

  • Module: cmweb-server-adapter
  • Description: Refresh interval for the case list (in seconds).
  • Beschreibung: Aktualisierungsintervall für die Vorgangsliste (in Sekunden).
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 180
  • Since: 6.0

ticketListSizeLimit

  • Module: cmweb-server-adapter
  • Description: Maximum number of cases in the case list.
  • Beschreibung: Maximale Anzahl von Vorgängen in der Vorgangsliste.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 100
  • Since: 6.0

tinymce.enabled (removed)

  • Module: cmweb-server-adapter
  • Description: Determines whether Froala ("false") or TinyMCE ("true") is used as an editor for the Web Client.
  • Beschreibung: Legt fest, ob Froala ("false") oder TinyMCE ("true") als Editor für den Web Client verwendet wird.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: false (default)
  • Since: 6.12.1.0
  • Removed in: 6.14.0.0

tx.read.only.mode.enabled

  • Module: cmweb-server-adapter
  • Description: Enables read-only transactions for faster page loading. Do not change this value unless you are facing transaction problems and advised by ConSol.
  • Beschreibung: Aktiviert nur-lesende Transaktionen für ein schnelleres Laden der Seite. Ändern Sie diesen Wert nur, wenn Sie Transaktionsprobleme haben und von ConSol dazu aufgefordert werden.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true (default)
  • Since: 6.11.0

unitIndexSearchResultSizeLimit

  • Module: cmweb-server-adapter
  • Description: Defines the maximum number of hints for all contact autocomplete or suggestion components (e.g. when adding contact to a case). Components page customizations (maxHints, maxSuggestions) may change that value.
  • Beschreibung: Definiert die maximale Anzahl an Vorschlägen für alle Autocomplete- oder Vorschlagskomponenten von Kontakten (z. B. beim Hinzufügen eines Kontakts zu einem Vorgang). Dieser Wert kann in den Seitenanpassungen der jeweiligen Komponenten (maxHints, maxSuggestions) geändert werden.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 5
  • Since: 6.0

urlLogoutPath

  • Module: cmweb-server-adapter
  • Description: URL which is opened when the user logs out. There are three configuration possibilities: empty value (redirection to the login page), CM_URL/cm-client/logout (redirection to the logout page, which includes a link to log in again), any URL (redirection to the given URL outside ConSol CM)
  • Beschreibung: URL, die verwendet wird, wenn sich der Benutzer abmeldet. Es gibt drei Möglichkeiten der Konfiguration: kein Wert (Weiterleitung auf die Anmeldeseite), CM_URL/cm-client/logout (Weiterleitung auf Abmeldeseite, die einen Link zum erneuten Anmelden enthält), beliebige URL (Weiterleitung zur angegebenen URL außerhalb von ConSol CM weitergeleitet)
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: http://cm.consol.de
  • Since: 6.3.1

voCacheEnabled

  • Module: cmweb-server-adapter
  • Description: This property enables additional caching for the Web Client, voCaching, of complete objects, thus improving performance. This system property is always disabled for clustered environments to avoid problems that changes made to objects on one node are not visible on the other nodes.
  • Beschreibung: Diese Property aktiviert zusätzliches Caching, voCaching, von kompletten Objekten für den Web Client. Dies verbessert die Performance. Diese System-Property ist in Cluster-Umgebungen immer deaktiviert, um zu vermeiden, dass Änderungen an Objekten auf einem Node auf den anderen Nodes nicht sichtbar sind.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: true
  • Since: 6.11.1.0

webSessionTimeoutInMinutes (removed)

  • Module: cmweb-server-adapter
  • Description: Session timeout in minutes.
  • Beschreibung: Session-Timeout in Minuten.
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: 180
  • Removed in: 6.7.1
  • Replaced by: server.session.timeout

wicketAjaxRequestHeaderFilterEnabled

  • Module: cmweb-server-adapter
  • Description: Enables the filter for Wicket AJAX requests, coming from stale pages after an update to ConSol CM version 6.8.0 or higher.
  • Beschreibung: Aktiviert Filter für Wicket AJAX-Anfragen, nach einer Aktualisierung auf ConSol CM-Versionen 6.8.0 oder höher.
  • Type: Boolean
  • Restart required: Yes
  • System: Yes
  • Optional: Yes
  • Example value: false
  • Since: 6.8.1

cmweb-server-http-headers

X-Frame-Options

  • Module: cmweb-server-http-headers
  • Description: Example property to illustrate the configuration of HTTP headers. In this case the delivered HTTP header contains the field X-Frame-Options with the value SAMEORIGIN. Each property in the module cmweb-server-http-headers represents one header field. The property name/key identifies the response header field and the value of the property is the field value sent in this header.
  • Beschreibung: Beispiel-Property zum Verdeutlichen der Konfiguration von HTTP-Headern. In diesem Fall enthält der gesendete HTTP-Header das Feld X-Frame-Options mit dem Wert SAMEORIGIN. Jede Property im Modul cmweb-server-http-headers stellt ein Header-Feld dar. Der Name/Schlüssel der Property identifiziert das Header-Feld und der Wert der Property ist der im Header gesendete Feldwert.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: SAMEORIGIN
  • Since: 6.10.8.0

cmas-app-admin-tool (removed)

admin.tool.consumed.licences.check.interval (removed)

  • Module: cmas-app-admin-tool
  • Description: Sets the interval (in seconds) to monitor the number of consumed licenses. The default value is 30.
  • Beschreibung: Legt das Intervall (in Sekunden) zum Überwachen der Anzahl der verwendeten Lizenzen fest. Der Standardwert ist 30.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 30
  • Since: 6.11.0.0
  • Removed in: 6.16.0.0

admin.tool.consumed.licences.pool.name (removed)

  • Module: cmas-app-admin-tool
  • Description: Sets the licence pool name to monitor the number of consumed licenses. The default value is CONCURRENT_USERS.
  • Beschreibung: Legt den Namen des Lizenzpools zum Überwachen der verwendeten Lizenzen fest. Der Standardwert ist CONCURRENT_USERS.
  • Type: String
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: CONCURRENT_USERS
  • Since: 6.11.0.0
  • Removed in: 6.16.0.0

admin.tool.session.check.interval (removed)

  • Module: cmas-app-admin-tool
  • Description: Configures the time interval (in seconds) in which the system checks for inactive (ended) Admin Tool sessions.
  • Beschreibung: Konfiguriert das Zeitintervall (in Sekunden), in dem das System inaktive (beendete) Sitzungen im Admin Tool überprüft.
  • Type: Integer
  • Restart required: Yes
  • System: Yes
  • Optional: No
  • Example value: 30
  • Since: 6.7.5
  • Removed in: 6.16.0.0

auth.server.access.token.uri (removed)

  • Module: cmas-app-admin-tool
  • Description: WAS authentication endpoint
  • Type: String
  • Restart required: No
  • System: No
  • Optional: No
  • Example value: http://localhost:8888/authserver/oauth/token
  • Since: 6.12.0.1
  • Removed in: 6.12.1.0

autocomplete.enabled (removed)

  • Module: cmas-app-admin-tool
  • Description: Determines if the Autocomplete address navigation item is displayed in the Admin Tool. It is hidden, if this system property is missing or its value is "false".
  • Beschreibung: Legt fest, ob das Navigationselement Adress-Vervollständigung im Admin Tool angezeigt wird. Wenn diese System-Property fehlt oder der Wert "false" ist, ist es ausgeblendet.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: true
  • Since: 6.9.2.0
  • Removed in: 6.16.0.0

delete.ticket.enabled (removed)

  • Module: cmas-app-admin-tool
  • Description: Determines if cases can be deleted in the case administration of the Admin Tool. The default value is "true".
  • Beschreibung: Legt fest, ob Vorgänge in der Vorgangsverwaltung im Admin Tool gelöscht werden können. Der Standardwert ist "true".
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: true
  • Since: 6.9.4.0
  • Removed in: 6.16.0.0

dwh.administration.refresh.interval.seconds (removed)

  • Module: cmas-app-admin-tool
  • Description: Internal DWH property, not to be changed manually. This property is used to set the interval for refreshing the list of actions in the Admin Tool, section Data Warehouse > Administration > Actions.
  • Beschreibung: Interne DWH-Property, sollte nicht manuell geändert werden. Mit dieser Property wird das Intervall festgelegt, in dem die Aufgabenliste im Admin Tool aktualisiert wird, Bereich Data Warehouse > Administration > Aufgaben.
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: 10
  • Since: 6.11.0.1
  • Removed in: 6.16.0.0

script.validation.interval.seconds (removed)

  • Module: cmas-app-admin-tool
  • Description: Sets the interval in seconds between two code checks in the script editor of the Admin Tool and Process Designer.
  • Beschreibung: Legt das Intervall in Sekunden zwischen zwei Code-Überprüfungen im Skripteditor des Admin Tools und Process Designers fest.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 1
  • Since: 6.11.0.1
  • Removed in: 6.16.0.0

start.groovy.task.enabled (removed)

  • Module: cmas-app-admin-tool
  • Description: Determines if it is possible to execute tasks in the Admin Tool, section Services > Task Execution. Set this system property to "true" to enable task execution.
  • Beschreibung: Legt fest, ob es möglich ist, Tasks im Admin Tool, Abschnitt Dienste > Task-Ausführung auszuführen. Setzen Sie diese System-Property auf "true" um die Task-Ausführung zu aktivieren.
  • Type: Boolean
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: true
  • Since: 6.9.4.0
  • Removed in: 6.16.0.0

task.panel.refresh.interval.seconds (removed)

  • Module: cmas-app-admin-tool
  • Description: Sets the time in seconds after which the task list in the Admin Tool is refreshed.
  • Beschreibung: Legt die Zeit in Sekunden fest, nach der die Task-Liste im Admin Tool aktualisiert wird.
  • Type: Integer
  • Restart required: No
  • System: No
  • Optional: Yes
  • Example value: 30
  • Since: 6.10.5.3
  • Removed in: 6.16.0.0

cmas-esb-core (removed)

esb.directory (removed)

  • Module: cmas-esb-core
  • Description: Directory used by ESB (Mule)
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: C:\Users\user\cmas\mule
  • Since: 6.0
  • Removed in: 6.11.0

cmas-esb-mail (removed)

mail.attachments.validation.info.sender (removed)

  • Module: cmas-esb-mail
  • Description: Sets FROM header of attachments type error notification mail
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: bartek@your_domain.pl
  • Since: 6.7.5
  • Removed in: 6.11.0

mail.attachments.validation.info.subject (removed)

  • Module: cmas-esb-mail
  • Description: Sets subject of attachments type error notification mail
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: Mail was not processed because its attachments were rejected!!!
  • Since: 6.7.5
  • Removed in: 6.11.0

mail.callname.pattern (removed)

  • Module: cmas-esb-mail
  • Description: Regular expression for subject of incoming mails. Available as TICKET_NAME_PATTERN_FORMAT in incoming mail scripts
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: .*?Ticket\s+\((\S+)\).*
  • Since: 6.0
  • Removed in: 6.11.0

mail.cluster.node.id (removed)

  • Module: cmas-esb-mail
  • Description: Only the node whose mail.cluster.node.id equals cmas.clusternode.id will start the Mule ESB mail services
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: unspecified
  • Since: 6.6.5
  • Removed in: 6.11.0

mail.db.archive (removed)

  • Module: cmas-esb-mail
  • Description: If property is set to "true", incoming emails are archived in the database
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: Yes
  • Example value: false (default)
  • Since: 6.8.5.5
  • Removed in: 6.11.0

mail.delete.read (removed)

  • Module: cmas-esb-mail
  • Description: Determines whether ConSol CM deletes messages fetched via IMAP(S). Setting value to "true" will cause deletion of messages after fetching. Default is to not delete messages fetched via IMAP(S). Note: Messages fetched via POP3(S) will always be deleted.
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: true
  • Since: 6.7.3
  • Removed in: 6.11.0

mail.incoming.uri (removed)

  • Module: cmas-esb-mail
  • Description: URL for incoming mails
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: pop3://cm-incoming-user:password@localhost:10110
  • Since: 6.0
  • Removed in: 6.11.0

mail.max.restarts (removed)

  • Module: cmas-esb-mail
  • Description: Maximum number of mail service restarts before giving up
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 3
  • Since: 6.0
  • Removed in: 6.11.0

mail.mime.strict (removed)

  • Module: cmas-esb-mail
  • Description: If set to "false", mail addresses are not parsed for strict MIME compliance. Default is "true", which means check for strict MIME compliance
  • Type: Boolean
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: false
  • Since: 6.6.17, 6.7.3
  • Removed in: 6.11.0

mail.mule.service (removed)

  • Module: cmas-esb-mail
  • Description: From address for mails sent by Mule service
  • Type: Email
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: maz@your_domain.de
  • Since: 6.0
  • Removed in: 6.11.0

mail.polling.interval (removed)

  • Module: cmas-esb-mail
  • Description: Mail polling interval in ms
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60000
  • Since: 6.0
  • Removed in: 6.11.0

mail.process.error (removed)

  • Module: cmas-esb-mail
  • Description: To address for error mails from Mule
  • Type: Email
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: maz@your_domain.de
  • Since: 6.0
  • Removed in: 6.11.0

mail.process.retry.attempts (removed)

  • Module: cmas-esb-mail
  • Description: Number of retries when processing mail
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 3
  • Since: 6.0.2
  • Removed in: 6.11.0

mail.process.timeout (removed)

  • Module: cmas-esb-mail
  • Description: Mail processing timeout in seconds
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60
  • Since: 6.1.3
  • Removed in: 6.11.0

cmas-workflow-jbpm (removed)

fetchLock.interval (removed)

  • Module: cmas-workflow-jbpm
  • Description:
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 5000
  • Removed in: 6.8.0

fetchLock.timeout (removed)

  • Module: cmas-workflow-jbpm
  • Description:
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 15000
  • Removed in: 6.8.0

jobExecutor.idleInterval (removed)

  • Module: cmas-workflow-jbpm
  • Description:
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 45000
  • Removed in: 6.8.0
  • Replaced by: jobExecutor.idleInterval.seconds

jobExecutor.jobExecuteRetryNumber (removed)

  • Module: cmas-workflow-jbpm
  • Description:
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 5
  • Removed in: 6.8.0
  • Replaced by: jobExecutor.jobMaxRetries

jobExecutor.timerRetryInterval (removed)

  • Module: cmas-workflow-jbpm
  • Description:
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 10000
  • Removed in: 6.8.0
  • Replaced by: jobExecutor.timerRetryInterval.seconds

mail.sender.address (removed)

  • Module: cmas-workflow-jbpm
  • Description: From address for mails from the workflow engine
  • Type: String
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: maz@your_domain.de
  • Removed in: 6.8.0
  • Replaced by: jobExecutor.mailFrom

outdated.lock.age (removed)

  • Module: cmas-workflow-jbpm
  • Description:
  • Type: Integer
  • Restart required: No
  • System: Yes
  • Optional: No
  • Example value: 60000
  • Removed in: 6.8.0
  • Replaced by: jobExecutor.lockTimeout.seconds