Skip to main content

Central Point Configuration Overview

The Central Point Configuration interface allows administrators to manage core settings for the SEI application’s central repository, SMTP email, and linked data sources. This screen is organized into three main sections:

  • General – Adjusts global application information, email (SMTP) settings, logging options, and export preferences.
  • Data Source – Configures the database connection used for storing application settings and data.
  • License Data Source – Defines the connection to the license database (BILicense) that manages user access and licenses.

Use the top menu to Disconnect from the admin interface or Update configuration after making changes.

General

General Central Point Information

FieldDescription
Location pathSpecifies where the Central Point directory is located.
DescriptionDescribes the display name or label for this Central Point.
Sender EmailSends automatic emails from this address by default.
SQL Execution LoggingRecords all SQL queries and their execution times to the Central Point log table when enabled.
Basic AuthenticationRemoves the basic authentication login option if disabled (use only with a properly configured OAuth provider).
View usage loggingTracks and logs every view opened, storing user and usage status in the database.
Product NotificationsEnables or disables product update messages and removes the What's New feature from the UI if disabled.
Export ResolutionSets the quality for exported dashboards and charts, reducing file size at lower settings.

SMTP Settings

FieldDescription
SMTP ServerDefines the SMTP server address used to send email notifications.
PortSets the network port for SMTP communication.
Credentials(Optional) Enables authentication using the provided SMTP username and password.
UsernameProvides the user name for SMTP authentication if credentials are used.
PasswordProvides the password for SMTP authentication if credentials are used.
Show PasswordReveals the entered password for verification.
Use Sender EmailUses the configured sender address for all outgoing messages if enabled.
Enable SSL/TLSSecures the SMTP connection with SSL/TLS encryption when checked.
note

Enabling SQL and view usage logging can generate a large amount of log data. Regular maintenance on these log tables is recommended for optimal database performance.

Data Source and License Data Source

Two data sources are required:

  • The configuration database (created during Central Point installation)
  • The license database (created with the License Server installation; always named BILicense)

Type

FieldDescription
IBM DB2Connects to an IBM DB2 data source.
Microsoft SQL ServerConnects to a Microsoft SQL Server data source.
OracleConnects to an Oracle Database data source.

Connection Information

FieldDescription
ServerIdentifies the database server or instance to connect to.
Database NameSpecifies the database to use (usually Nectari or SEI for configuration, BILicense for license).
SchemaSpecifies the database schema (format: database_name.schema for SQL Server; just schema for Oracle).
Port(Oracle only) Sets the port for Oracle connections.
Pooling(Oracle only) Enables connection pooling and adjusts min/max pool sizes for Oracle sources.
UsernameSupplies the database username for authentication.
PasswordSupplies the database password for authentication.
Show PasswordReveals the entered password for verification.
Validate data sourceTests and confirms that all connection details are correct before saving.