It works when running on Windows 10 on my local PC.
However I'm trying to set this up for Elite Game Servers, where we use Windows Server 2016 and Windows Server 2019.
So far, I've tested on Windows Server 2019 and I get the following error when starting Acc Tracker:
Any suggestions on how to resolve this? I've tried "DBType": "SQLite, and "DBType": "Memory, but they both get an error when starting.
Two other questions:
1. Is it supported to use the SQLite local database? If so, are there any database cleanup routines? Note that Stracker gets performance issues/high CPU usage when the database becomes too large.
2. Would it be possible to package ACC Tracker as a self-contained application, which includes the .NET core framework?
However I'm trying to set this up for Elite Game Servers, where we use Windows Server 2016 and Windows Server 2019.
So far, I've tested on Windows Server 2019 and I get the following error when starting Acc Tracker:
C#:
fail: Microsoft.EntityFrameworkCore.Database.Command[20102]
Failed executing DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
VALUES ('20200514155114_InitialCreate', '3.1.3');
Any suggestions on how to resolve this? I've tried "DBType": "SQLite, and "DBType": "Memory, but they both get an error when starting.
Two other questions:
1. Is it supported to use the SQLite local database? If so, are there any database cleanup routines? Note that Stracker gets performance issues/high CPU usage when the database becomes too large.
2. Would it be possible to package ACC Tracker as a self-contained application, which includes the .NET core framework?
Last edited: