Difference between revisions of "Aquila Server Settings"
m |
m |
||
| Line 6: | Line 6: | ||
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. | 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== | + | ==Settings Section== |
;Port | ;Port | ||
| Line 15: | Line 15: | ||
:See [[Database connection string]] page. | :See [[Database connection string]] page. | ||
| − | ==Licenses== | + | ==Licenses Section== |
Your server licence is stored in this file and contains a serial number that enables various server-side features. | 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== | ==Example Settings File== | ||
Revision as of 09:33, 7 July 2017
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 page.
- ConnectionString
- See Database connection string page.
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=WIN7VM;Database=aquila_v36.1;UserID=ibidlogin;Password=ibidloginpassword;
[Licenses]
ServerLicense=4144-F2C5-76A0-6130-F201