beautypg.com

Xylem CHATTER Notification System configuration guide User Manual

Page 23

background image

MANUAL

GB CHATTER NOTIFICATION CONFIGURATION 1303

23

SQL Express

Example:

MSSQL$SQLEXPRESS

Key

Description

cnsDBconnectionString

This key describes the information needed by Chatter Notification Engine for it to

The key must contain:

Data Source = The name of the database engine
Initial Catalog = The name of the database
Integrated Security = Log-on security

SQL Server

Example:

Data Source=.; Initial Catalog=ChatterDB; Integrated
Security=yes;

SQL Express

Example:

Data Source=.\SQLEXPRESS; Initial Catalog=ChatterDB;
Integrated Security=yes;

Key

Description

cnsNEscanInterval

This key describes how often Chatter Notification Engine will check for new,
untreated data in certain tables in the database.

The value is a number of seconds, valid values are 0 to 86400:

Value

Description

0

Chatter Notification Engine never checks for new,
untreated data in the database.

1

Chatter Notification Engine checks for new, untreated
data in the database every second.

+++

84600

Chatter Notification Engine checks for new, untreated
data in the database every 24 hours.