Skip to main content
NOT AVAILABLE IN SAAS.
Syteca Application Server normally creates its own databases during installation. Use this page instead when your organization requires databases and their users to be created manually by a DBA ahead of time — for example, to keep the Application Server installer from needing elevated database-creation privileges. Syteca internally consists of three databases: an Activity database, a UBA (user behavior analytics) database, and a Management database. Optionally, a fourth Archive database can also be created for the Archive and Cleanup feature.

Create a SQL Server login

1

Open a query window

In SQL Server Management Studio, log in as sa. In Object Explorer, expand System Databases, right-click master, and select New Query.
2

Create the login

Replace username and password with your own values, then execute (F5).

Create the Activity database

Create the UBA database

Create the Management database

Create the Archive database (optional)

Install the Application Server against these databases

Run the Application Server installer as normal. On the Database Type page, select MS SQL Server, then on MS SQL Server Database Configuration, enter the login created above and the correct Server instance name. See Installing the Application Server for the full installer walkthrough — the databases you just created will be detected and reused.

Installing the Application Server

The full installer walkthrough these manually-created databases plug into.

PostgreSQL performance tuning

Optimize PostgreSQL after installation.

Database parameters

Change database connection settings after installation.

Database server errors

Common database connectivity issues and fixes.