Difference between revisions of "Aquila Server Settings"
m (→Example Settings File) |
m (→Settings Section) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
:Any available TCP port on the server. Defaults to '''8099''' | :Any available TCP port on the server. Defaults to '''8099''' | ||
;ConnectionType | ;ConnectionType | ||
| − | :See [[Database connection string]] | + | :See [[Database connection string]] |
;ConnectionString | ;ConnectionString | ||
| − | :See [[Database connection string]] | + | :See [[Database connection string]] |
==Licenses Section== | ==Licenses Section== | ||
| Line 32: | Line 32: | ||
ConnectionType=MSSQL | ConnectionType=MSSQL | ||
| − | ConnectionString=AnyDAC?AuxDriver=MSSQL;Server= | + | ConnectionString=AnyDAC?AuxDriver=MSSQL;Server=DB_SERVER;Database=IBID_DATABASE;UserID=ibidlogin;Password=ibidloginpassword; |
'''[Licenses]''' | '''[Licenses]''' | ||
Latest revision as of 09:57, 20 August 2020
This topic is for AquilaCRS
Overview
File is stored in the same folder as the AquilaServer.exe program and is called AquilaServer.ini. The exception to this is when using AquilaServerLib.DLL as the offline server. In this case, these settings will need duplicating in the AquilaCRS Settings file.
Settings Section
- Port
- Any available TCP port on the server. Defaults to 8099
- ConnectionType
- See Database connection string
- ConnectionString
- See Database connection string
Licenses Section
Your server licence is stored in this file and contains a serial number that enables various server-side features.
Config Section
This section is designed to contain configuration items related to the database or server, but required by clients. For example, the MaintenanceWeek setting records when the last time the database maintenance was run. Client software can initiate the database maintenance based on this value.
Example Settings File
[Settings]
Port=8099
ConnectionType=MSSQL
ConnectionString=AnyDAC?AuxDriver=MSSQL;Server=DB_SERVER;Database=IBID_DATABASE;UserID=ibidlogin;Password=ibidloginpassword;
[Licenses]
ServerLicense=F2C5-4544-76B0-6231-D201