Skip to main content
NOT AVAILABLE IN SAAS.
  • The Application Server has lost its connection to MS SQL Server. Confirm MS SQL Server is running, online, and accessible — from the Application Server, run ping <MS SQL Server computer name>.
  • The connection may be blocked by a firewall. Try disabling the firewall on the MS SQL Server side to confirm.
  • An unexpected error occurred during cleanup. Try the cleanup again.
  • Confirm the Application Server service is running.
  • Confirm the database computer is online and accessible — run ping <database computer name>.
  • If unresolved, send the ServerLogs folder (by default in C:\Program Files\Ekran System\Ekran System) to Syteca Support.
  • An unexpected error occurred while performing a database action. Try again.
  • Confirm the database computer is online and accessible — run ping <database computer name>.
  • If unresolved, send the ServerLogs folder to Syteca Support.
Use automatic or manual database cleanup to remove old records.
The old database remains untouched and unchanged.
Grant the user both the dbcreator and public roles, and make sure User must change password at next login is deselected.
Restore the existing database from a backup copy into the new database.
This isn’t possible — data can’t be transferred between database types (for example, MS SQL Server to PostgreSQL).
Back up the database in SQL Server Management Studio (SSMS) and restore it on the new server. See Upgrade from an older MS SQL Server version for the full backup-and-restore procedure — it applies to moving a database to a new computer as well as upgrading MS SQL Server versions.
Restore it from a backup. Without a backup, you’ll need to define a new database when reinstalling the Application Server.
Shrinking the transaction log is only supported for MS SQL Server — PostgreSQL doesn`t support this operation.
Shrinking can’t be performed while a cleanup operation is in progress.

Database management

Archive, cleanup, and transaction log maintenance.

Database parameters

Change database connection settings.

Creating databases manually

Manual database and user setup.

PostgreSQL performance tuning

Optimize PostgreSQL connection handling.