Jump to: navigation, search

Chat Server



This section describes the options contained in ChatServer.xml. As of release 8.5.104 and later, if you want to configure Chat Server for high availability operation with Cassandra, you must create a Resource Access Point application. You can then use the options contained in the ChatServerCassandraRAP.xml file described in Chat Server: Resource Access Point for Cassandra for further configuration.

Options for this component are contained in the following configuration sections:

Tip
In the summary table(s) below, type in the Search box to quickly find options, configuration sections, or other values, and/or click a column name to sort the table. Click an option name to link to a full description of the option. Be aware that the default and valid values are the values in effect with the latest release of the software and may have changed since the release you have; refer to the full description of the option to see information for earlier releases.


Power users: Download a CSV file containing default and valid values and descriptions.

The following options are configured at the application level (in other words, on the application object).

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `cargo__OptionCreate`.`section` AS `Section`,CONCAT('',`cargo__OptionCreate`.`parameter`,'') AS `Option`,REPLACE(`cargo__PubOption`.`defaultvalue`,':',':') AS `Default`,IF( (`cargo__PubOption`.`shortdesc` IS NOT NULL),`cargo__PubOption`.`takeseffect`,`cargo__PubOption`.`takeseffect`) AS `Changes Take Effect` FROM `cargo__OptionCreate` LEFT OUTER JOIN `cargo__PubOption` ON ((`cargo__OptionCreate`.`_pageName`=`cargo__PubOption`.`_pageName`)) WHERE (`cargo__PubOption`.`hidden`="false" OR `cargo__PubOption`.`hidden`="False" OR `cargo__PubOption`.`hidden`="No" OR (`cargo__PubOption`.`hidden` IS NULL)) AND `cargo__OptionCreate`.`prodshort`="ES" AND `cargo__OptionCreate`.`compshort`="ChatServer" AND (`cargo__OptionCreate`.`configobject` = "Application" OR `cargo__OptionCreate`.`configobject` IS NULL) AND (`cargo__PubOption`.`shortdesc` IS NOT NULL) ORDER BY `cargo__OptionCreate`.`section`,CONCAT('',`cargo__OptionCreate`.`parameter`,''),REPLACE(`cargo__PubOption`.`defaultvalue`,':',':'),IF( (`cargo__PubOption`.`shortdesc` IS NOT NULL),`cargo__PubOption`.`takeseffect`,`cargo__PubOption`.`takeseffect`) LIMIT 5000 Function: CargoSQLQuery::run Error: 1 Can't create/write to file '/tmp/MYAMq5YI' (OS errno 28 - No space left on device) (127.0.0.1)

This page was last edited on August 22, 2017, at 12:26.
Comments or questions about this documentation? Contact us for support!